# Manage Your Profile

To manage your account settings first click on your profile in the top right of your screen and then click on edit profile.

<figure><img src="/files/Ot1hcDyIDuL19TeMxUSx" alt=""><figcaption></figcaption></figure>

The edit profile page is split up into 4 sections. These sections are:&#x20;

1. **General Info:** In this section you will be able to:&#x20;
   1. Set your username
   2. Add your email address
   3. Create or edit  your profile bio
   4. Add your social links (i.e.: Twitter/X)

<figure><img src="/files/JSLjgPTGzvNjDpoBRGOv" alt=""><figcaption></figcaption></figure>

2. **Personalize Your Profile:** This section allows you to edit your profile background. You can either upload a background image or AI generate a background.

<figure><img src="/files/JbIuE5imqPuha30KZOiP" alt=""><figcaption></figcaption></figure>

3. **Linked Addresses:** This section of the edit profile page contains a list of all of the communities on Common that you are apart of and which address you joined that community with. You can leave communities by clicking the ellipses button next to your address and then click 'Remove.'

<figure><img src="/files/0Jbjd9CDoR5qqup4Cg37" alt=""><figcaption></figcaption></figure>

4. **Preferences:** This is where you will be able to select what type of communities that you are interested in so that Common can recommend content & communities more relevant to you. Simply click any of the tags to select what type of communities you are interested in.

   <figure><img src="/files/BdqO9Hxxo8zwOfkQxtvv" 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.common.xyz/commonwealth/account-overview/manage-your-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.
