> For the complete documentation index, see [llms.txt](https://helpdesk.smaply.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdesk.smaply.app/account-and-team/users-and-roles/how-to-switch-between-accounts.md).

# How to switch between accounts

Switch the active Account straight from the left sidebar, so you can move between the Accounts your login belongs to without signing out. One login can belong to multiple Smaply Accounts.

#### How to switch accounts

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2For99xDEElfps9uMDY60K%2Fuploads%2FXXyzkXRX8jV6NKVmuB8R%2Fswitching_accounts.mp4?alt=media&token=996eb2e9-aa2d-4106-abd0-970411ca7aec>" %}

{% stepper %}
{% step %}
**Open the account switcher**

Click the account name at the top of the left sidebar. A **SWITCH ACCOUNT** dropdown opens inline, listing every Account your login belongs to.

<figure><img src="/files/46TTOR2D6iVxhgUrlTwx" alt="The account switcher dropdown at the top of the left sidebar, headed SWITCH ACCOUNT, listing the accounts the login belongs to with the active one checked and a + Add an account option at the bottom."><figcaption><p>The account switcher, open</p></figcaption></figure>
{% endstep %}

{% step %}
**Pick the Account you want**

Click any Account in the list to switch to it. The Account you're currently in is marked with a checkmark.
{% endstep %}
{% endstepper %}

To set up another Account to switch into, click **+ Add an account** at the bottom of the same dropdown. See [How to create an account](/account-and-team/users-and-roles/how-to-create-an-account.md) for that flow.

#### Related topics

<table data-column-title-hidden data-view="cards"><thead><tr><th>Article</th><th>What it covers</th><th data-hidden data-card-target data-type="content-ref">Target</th></tr></thead><tbody><tr><td><strong>How to create an account</strong></td><td>Sign up for Smaply or add another Account from the same dropdown.</td><td><a href="/pages/LVonkQlioDMUWGpVBFi2">/pages/LVonkQlioDMUWGpVBFi2</a></td></tr><tr><td><strong>How to join by invitation</strong></td><td>Accept an invite link and get added to someone else's Account.</td><td><a href="/pages/pX3Gp7orHSwLkvS0VPpW">/pages/pX3Gp7orHSwLkvS0VPpW</a></td></tr><tr><td><strong>How to invite users</strong></td><td>Add people to an account, workspace, or journey map and pick their role.</td><td><a href="/pages/F1Nzd1jlynqOnRaG0WSM">/pages/F1Nzd1jlynqOnRaG0WSM</a></td></tr></tbody></table>


---

# 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://helpdesk.smaply.app/account-and-team/users-and-roles/how-to-switch-between-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.
