> For the complete documentation index, see [llms.txt](https://axiehelper.gitbook.io/app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://axiehelper.gitbook.io/app/guides/adding-multiple-profiles.md).

# Adding Multiple Profiles

You can add multiple profiles in your account using the [/bind](/app/commands/account-commands/bind.md) command.

{% hint style="info" %}

* A Discord user can have multiple profiles saved in their account.
* A Discord user can have up to 50 profiles saved.
  {% endhint %}

1. Execute the [/bind](/app/commands/account-commands/bind.md) command.&#x20;

<figure><img src="/files/jZKTC4N0EInGLME2WVZz" alt=""><figcaption><p>bind command</p></figcaption></figure>

2. A form will pop-up where you can input the User ID or Ronin Address that you would like to add to your account.

{% hint style="info" %}
You can find your User ID in game

Example: ***1ecd7594-b0b1-6fd3-860f-e91a0890a02e***\
\
Alternatively, if you know your Ronin Address you can input that instead.
{% endhint %}

<figure><img src="/files/C3uISNKjdrJmR6s2nWp8" alt=""><figcaption><p>Bind Form</p></figcaption></figure>

3. Submit the form and it will be added to your account. :tada:

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

Since you can have multiple addresses in your account, some of the commands allows you to easily switch between profiles.

![Quickswitching Profiles](/files/rSYxM8OUJIgV8HNfhXk0)

{% hint style="info" %}
The first User ID you added on the bot will be the default profile or User ID that will be shown
{% endhint %}

{% hint style="info" %}
Quick switching profiles applies to these commands:

[/stats](/app/commands/axie-commands/stats.md), [/assets](/app/commands/crypto-commands/assets.md), [/battles](/app/commands/axie-commands/battles.md), [/stakes](/app/commands/crypto-commands/stakes.md), [/inventory](/app/commands/axie-commands/inventory.md)
{% endhint %}


---

# 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://axiehelper.gitbook.io/app/guides/adding-multiple-profiles.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.
