# Step 3: Invite your team

Add your team members so they can start handling tickets in Zaapi.

### Invite a team member

1. Go to [app.zaapi.com](https://app.zaapi.com).
2. Open **Settings** → **Team Management**. You'll see a list of everyone currently on your account.
3. Click **Add** in the top right corner.
4. Enter the team member's **name** and **email address**.
5. Assign them to one or more **Teams** (if you've set them up) and choose which channels they can access.
6. Click to send the invite.

The team member will receive an email with a link to set up their password and log in at [app.zaapi.com/login](https://app.zaapi.com/login).

{% hint style="info" %}
For a detailed breakdown of team member roles and permissions, see Roles.
{% endhint %}

### Next step

Organise your inbox so tickets get to the right people automatically.


---

# 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://help.zaapi.com/start-guide/step-3-invite-your-team.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.
