> For the complete documentation index, see [llms.txt](https://help.evoshop.cam/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.evoshop.cam/overview/switch-account.md).

# Switch account

Allows post offices to switch accounts quickly without having to log out and log back in each time they switch accounts.

**Step 1**: Log in to the first account on evoshop.

<figure><img src="https://3170165901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3i8vOkkJiXVVAWglnuDD%2Fuploads%2Fqj5EdRoQk93Fwj5YFLcn%2Fimage%202.png?alt=media&amp;token=80fb690a-6dd3-4bd6-b0ae-b3fd5e9a92cc" alt=""><figcaption></figcaption></figure>

**Step 2**: Click the **store profile picture** in the top-right corner of the screen, then click the **Add Account** button.

<figure><img src="https://3170165901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3i8vOkkJiXVVAWglnuDD%2Fuploads%2FurTMT7L4JMNeCz1Y8mOs%2F2.png?alt=media&amp;token=4c9f0263-9a6e-4bd7-9f09-c5565cdf052b" alt=""><figcaption></figcaption></figure>

**Step 3**: Enter the login information for the **second account**.

<figure><img src="https://3170165901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3i8vOkkJiXVVAWglnuDD%2Fuploads%2Fra4aEpqD1xcHdz5Wq3qp%2F3.png?alt=media&amp;token=c4b8f01f-b47b-46a2-96a6-5b9558156abf" alt=""><figcaption></figcaption></figure>

After logging in, click the store profile picture again and follow **Steps 2 and 3** when you want to log in to **another account**.

<figure><img src="https://3170165901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3i8vOkkJiXVVAWglnuDD%2Fuploads%2FP01tyQG4YKCKBrRKXkwL%2F4.png?alt=media&amp;token=dc387ddf-06b2-4fa2-98de-1bdb9eeafb80" alt=""><figcaption></figcaption></figure>

Similar to the steps above, evoshop saves the login information for these shops. Currently, the login information for **3 stores** is saved.

<figure><img src="https://3170165901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3i8vOkkJiXVVAWglnuDD%2Fuploads%2FS7JyeBGjULqvnhYEeGQV%2F5.png?alt=media&amp;token=98b333cc-0ab4-451e-9067-b113a7dd82f8" alt=""><figcaption></figcaption></figure>

**`Additional Explanation`**:

**`No. 1`**: Explains the items displayed in the dropdown menu after clicking the store profile picture.

<figure><img src="https://3170165901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3i8vOkkJiXVVAWglnuDD%2Fuploads%2FYesXYYdCbdSWn6A5pvsp%2F6.png?alt=media&amp;token=ee66536d-bf16-45f8-b942-65517b45ef80" alt=""><figcaption></figcaption></figure>

**`No. 2`**: The image on the left **displays a maximum of 5 stores**. Click the **button** to display a list of **all logged-in shops**. The list on the right has **no display limit**.

<figure><img src="https://3170165901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3i8vOkkJiXVVAWglnuDD%2Fuploads%2FKBQWpHp4wLcxkaaAlk5r%2F7.png?alt=media&amp;token=94cef9a7-824c-4ba7-9588-d055d109dfff" alt=""><figcaption></figcaption></figure>

Here, you can **log out of one account** or **Log out of all accounts**.

<figure><img src="https://3170165901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3i8vOkkJiXVVAWglnuDD%2Fuploads%2FxfxIFoniKXp6EmeOTwRN%2F8.png?alt=media&amp;token=098b39d1-76ae-4cf8-a45e-136be2289c0e" alt=""><figcaption></figcaption></figure>

**`No. 3`**: If you click the **Add Account** button and are redirected to the login page, but then decide not to log in and want to return to a previously logged-in account, click the **Back to Account List** link and select the account you want to log in to again.

<figure><img src="https://3170165901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3i8vOkkJiXVVAWglnuDD%2Fuploads%2FAvaCNlYu4FjIKsalJ8l2%2F9.png?alt=media&amp;token=6a6213fa-2bc3-47fd-af2e-2c669fccd9fc" alt=""><figcaption></figcaption></figure>


---

# 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.evoshop.cam/overview/switch-account.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.
