> For the complete documentation index, see [llms.txt](https://docs.common.xyz/commonwealth/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.common.xyz/commonwealth/account-overview/creating-your-account/connecting-a-new-address.md).

# Connecting a New Address

You can connect as many wallet addresses and social accounts to your Common profile as you'd like. To connect a new address, visit a community that you've joined and click the '+' button on the left side bar. After clicking the 'connect new address' pop-up button the sign in modal will appear allowing you to connect a new address in either the 'Wallet' or 'Email or Social' drawers.\
\
You can also connect a new address while in a joined community by clicking on your profile on the top right and then the 'connect a new address' button.\
\
If you are unable to find a community that you've already joined you can join any community on Common by:\
1\. Entering into a community by clicking on one that interests you in either your [Personal Dashboard](https://common.xyz/dashboard/for-you) or on the [Explore Page](https://common.xyz/explore?tab=all)\
2\. Clicking join on the left side bar\
\
Once you've joined the community the '+' button will appear and you will be able to connect a new address to your profile.

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

### Managing Connected Addresses

**Removing an Address from a Community:** To remove an address from a community click on the three dots next to the address in the left side bar & click 'remove address.'

**Managing All Addresses:** To view all of the addresses that you have connected to every community that you are a member of, click on your profile on the top right and then the 'edit profile' button. The 'Manage Your Addresses' section on the edit profile page contains a list of all of your profile's addresses and all of the communities that they are connected to. \
\
This section of the edit profile page is for managing the memberships that you have with all of the communities that you are a member of.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.common.xyz/commonwealth/account-overview/creating-your-account/connecting-a-new-address.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
