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

# Managing Multiple Accounts

A single Zigpoll login can be a member of any number of accounts. Every account you belong to shows up in the account dropdown on the top left of your dashboard, so you can switch between them with one click.

{% hint style="info" %}
Your browser can only be signed in to one Zigpoll login at a time. Instead of creating a separate login for each account, connect all of your accounts to one login using the steps below.
{% endhint %}

## Shopify Stores & Collaborators

Each Shopify store install creates its own Zigpoll account with its own login. To manage several stores from one dashboard:

1. Install the [Zigpoll Shopify App](https://apps.shopify.com/zigpoll) on each of your stores.
2. Log in to the Zigpoll account for one of the stores.
3. Click **Profile** on the bottom left hand side.
4. For the account you want to share, click **Manage Users**, then **Add Team Member**.
5. Enter the email address you use for your other store's account. An invite will be sent via email.
6. Repeat these steps from the other store's account so each login is invited to the other account.

Once the invites are accepted, both stores will appear in the account dropdown on the top left — switch between them without logging in and out.

The same steps work for agencies and collaborators: invite each other's login to the accounts you need to share. See [Adding Team Members](/tutorials/adding-team-members.md) for more detail.

## Non-Shopify Accounts

If your accounts are not tied to Shopify stores, you don't need a second login at all. One login can own as many accounts as you like:

1. Click the account dropdown on the top left of your dashboard.
2. Click **New Account**.
3. Give the account a name and you're all set — use the same dropdown to switch between your accounts.


---

# 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.zigpoll.com/accounts/multiple-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.
