# Public Profile

### Edit your profile

Your Move profile allows you to have a public home to display all of your active events. You can display a single location if your events are housed at a single location. You can also display links to social media, your website, and more.&#x20;

1. Open your Move Dashboard
2. Visit your profile by selecting the profile button in the nav bar or by selecting the profile button on the sidebar on the home dashboard.
3. Make changes to your Location, Social links, and other profile settings as needed.
4. (Optional) upload a custom favicon by clicking Upload and selecting an image.
5. Click **save**
6. **You're done!**

### Profile

Your move can be accessed publicly by visiting <https://m0ve.app/@**yourusername**&#x20>;

Your Move profile allows you to have the following

* Fully responsive landing page to house your events
* Display website link
* Display social media accounts
* Display bio
* Display location
* Display upcoming and past events

<figure><img src="https://res.cloudinary.com/designs-9th/image/upload/v1652634450/m0ve/screenshots/Screenshot_2022-05-15_at_12-06-54_M0VE.png" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.m0ve.app/account/public-profile.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
