# Accounts

### What is an account?

An account essentially represents your business on Zigpoll. An account contains the following:

* One or more user profiles (called **your team**). Your team can make changes to your account like adding polls or editing styles.
* Account Settings. This includes the style of all your polls and your [domain settings](/accounts/general-settings.md).
* One or more [Polls](/polls.md) that will end up on your website.

### **Can I have multiple accounts?**

Yes. If you would like to create a new account go to your **Settings** page and click "Create New Account". Usually people will only require one account, but if you have more than one business or web property you may want more than one.

### Can I have multiple users under one account?

Yes. To add another user to your account go to your **Settings** page and click "Manage Subscription and Users". Then click "Add Team Member" to add another member to your account.

{% hint style="info" %}
Only the account owner can add an additional member to an account. The account owner is the person who created the account. If you would like to change the account owner for a particular account, please [contact support](mailto:support@zigpoll.com).
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.zigpoll.com/accounts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
