> For the complete documentation index, see [llms.txt](https://help.xaman.app/app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.xaman.app/app/xaman-pro/features-of-pro/accounts.md).

# Accounts

Managing accounts in Pro

The accounts section is where you can choose which accounts you would like to interact with Pro.

By pressing the **Accounts** button...

<figure><img src="https://3221812686-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMiHAzvIPISVuuzt0AeOR%2Fuploads%2Fgit-blob-759fe5a0a0533b9340b8e681b2f60dd00880b516%2FPro%20-%20Accounts%20option.png?alt=media" alt=""><figcaption></figcaption></figure>

...you can see the list of accounts that are already linked to Pro. From here you can also link accounts already imported into Xumm, (by pressing the **Link account** button) or edit the options of accounts already linked to Pro. (by pressing the **Edit** button on the desired account.)

<figure><img src="https://3221812686-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMiHAzvIPISVuuzt0AeOR%2Fuploads%2Fgit-blob-d49370a650cd692befe851851e61191e6bc2dba7%2FPro%20-%20Accounts%20-Link%20account.png?alt=media" alt=""><figcaption></figcaption></figure>

### Editing the options on a linked account

If you press the **Edit** button on an account you are pressed with a list of options that you can configure:

<figure><img src="https://3221812686-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMiHAzvIPISVuuzt0AeOR%2Fuploads%2Fgit-blob-79079d2f3c68c7ed4f4021a381c0233437245a8c%2FPro%20-%20Accounts%20-%20Account%20Settings%20scren.png?alt=media" alt=""><figcaption></figcaption></figure>

| Feature                   | Description                                                                                                                                                                                                                                                                                                                                                                                     |
| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Selected Account          | The r-address of the account.                                                                                                                                                                                                                                                                                                                                                                   |
| Account Title             | Here you can assign a name to your account.                                                                                                                                                                                                                                                                                                                                                     |
| Show on Profile           | If you would like this account to appear on your [Profiles](/app/xaman-pro/features-of-pro/profiles/all-about-profiles.md) page.                                                                                                                                                                                                                                                                |
| Enable push notifications | Enable push notifications for this account.                                                                                                                                                                                                                                                                                                                                                     |
| Enable push amounts       | <p>You can decide whether or not to have Xumm include XRP amounts in push notifications.<br><br>For example:<br><br><img src="https://3221812686-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMiHAzvIPISVuuzt0AeOR%2Fuploads%2Fgit-blob-2d3b22219303a7c024c8717caa918db8c64f804a%2Fimage.png?alt=media" alt=""></p>                                                      |
|                           |                                                                                                                                                                                                                                                                                                                                                                                                 |
| Delete account link       | Select the <img src="https://3221812686-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMiHAzvIPISVuuzt0AeOR%2Fuploads%2Fgit-blob-e80b49712a127b138cd5ab0a938575d37411bb2f%2Fimage.png?alt=media" alt="" data-size="line"> button to un-link your account from Xumm Pro. This will not remove or delete your account from Xumm. It will just un-link your account from Pro. |


---

# 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://help.xaman.app/app/xaman-pro/features-of-pro/accounts.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.
