> 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/tutorials/adding-team-members.md).

# Adding Team Members

To add a team member to your account, do the following:

1. Go to <https://app.zigpoll.com>
2. Click Profile on the bottom left hand side
3. For the account you want to add the teammate to. Click **Manage Users**
4. Click **Add Team Member**
5. Enter the email address of the team member you want to add and choose their role. They will be sent an invite via email.

Thats it! If your teammate already has a Zigpoll login they will be added to the account right away. Otherwise they'll receive an email invite — once they sign up through the invite link, the account will appear on the top left hand side of their profile.

{% hint style="info" %}
Email invites expire after 7 days. You can resend or cancel a pending invite from the same **Manage Users** page, and an account can have up to 20 pending invites at a time.
{% endhint %}

### Roles

Each team member has a role that controls what they can do in the account:

| Role              | Permissions                                                                                                                               |
| ----------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| **Owner**         | Everything, including removing members, changing roles, and transferring billing access. The owner is the person who created the account. |
| **Admin**         | Add team members, edit surveys, and manage account settings and integrations.                                                             |
| **Billing Admin** | Everything an Admin can do, plus manage the plan and billing.                                                                             |
| **Editor**        | Create and edit surveys, run campaigns, and view results. Cannot change account settings, integrations, or team members.                  |
| **Read only**     | View surveys and results. Cannot make any changes.                                                                                        |

Owners, Admins, and Billing Admins can add team members. Only the account owner can remove members, change a member's role, or grant the Billing Admin role. If you would like to change the account owner, please [contact support](mailto:support@zigpoll.com).


---

# 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/tutorials/adding-team-members.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.
