> 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

Learn how to work with more than one Zigpoll account from a single login.

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 juggling 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. That login is tied to the store, not to an email address, so it can't be invited into another account. Instead, pick one email address to be your "home" login and invite it into every store's account:

1. Install the [Zigpoll Shopify App](https://apps.shopify.com/zigpoll) on each of your stores.
2. Open the first store's account from Shopify admin → **Apps → Zigpoll**.
3. Click **Profile**, open **Accounts**, then open the **Team** tab.
4. Click **Add Team Member**, enter the email address you want to use, choose a role, and click **Add**.
5. Accept the invite from your inbox. Sign up through the link in the email with that address, using a password or **Sign up with Google**.
6. Repeat steps 2–4 from each other store's account. Once the email login exists, it's usually added right away, with no invite to accept. If you signed up with Google, you get an invite email instead. Log in with Google again to pick it up.

Now log in at app.zigpoll.com with that email login. Every store appears in the account dropdown on the top left, so you can switch between them without logging in and out.

The same steps work for agencies and collaborators: invite each person's email to the accounts they need. See [Adding Team Members](/tutorials/adding-team-members.md) for roles and troubleshooting.

{% hint style="info" %}
Each store keeps its own plan. A Billing Admin using an email login can change a Shopify store's plan, but Shopify asks for approval of each charge in that store's admin.
{% endhint %}

## 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 **Profile** at the bottom of the sidebar and open **Accounts**.
2. Click **New Account**.
3. Give the account a title and click **Create Account**. Use the account dropdown on the top left to switch between your accounts.

A Shopify store's login can't create extra accounts this way. Install the app on the other store instead.


---

# 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.
