# Adding New Managers

Tracknow users can be divided into two main groups: **Affiliates** and **Managers**.\
Each group has its own login page. **Managers** log in to the Tracknow **Admin Portal**, while **Affiliates** log in to the Tracknow **Affiliate Portal**.

You can add multiple members of your team as **Managers** in Tracknow and configure their permissions according to their specific roles. Each manager will have their own login credentials, and their access to pages and actions will be limited based on the permissions assigned to them.

***

### Adding a New Manager

Navigate to **Settings** → **User Management** → **Add User Manager**

<figure><img src="/files/25Xx8zAAwUwxAw3JJLp4" alt=""><figcaption></figcaption></figure>

Fill out the user's details.

<table><thead><tr><th>Field</th><th data-type="checkbox">Mandatory</th><th>Description</th></tr></thead><tbody><tr><td>First Name</td><td>true</td><td>The user's first name</td></tr><tr><td>Last Name</td><td>true</td><td>The user's last name</td></tr><tr><td>Email</td><td>true</td><td>The user's email address used to log in to Tracknow</td></tr><tr><td>Custom ID</td><td>false</td><td>You can set a custom value unique to this user, which can be passed as a macro to a landing page</td></tr><tr><td>Phone Number</td><td>false</td><td>The user's phone number</td></tr><tr><td>Password</td><td>true</td><td>The user's password</td></tr><tr><td>Affiliate Managed Groups</td><td>false</td><td>If the role of this user is to manage affiliates, you can assign specific <a href="https://docs.tracknow.io/affiliates/affiliate-groups">affiliate groups</a> to this manager</td></tr><tr><td>Assignable Manager</td><td>false</td><td>Toggle <strong>on</strong> if this user’s role includes managing affiliates; otherwise, toggle <strong>off</strong></td></tr></tbody></table>

***

### Manager Permission Presets

When adding users with different roles, you can create **permission presets** and save them for future use, making it easy to assign the same permissions when adding new team members with similar roles.

When configuring permissions for a specific role for the first time, adjust the permissions for the relevant user. A **`Save Preset`** button will then appear next to the **Permissions** selection box.\
Click this button to save the preset once the permissions have been configured.

<figure><img src="/files/UH8CecRseN3EjRbZ3XBu" alt=""><figcaption></figcaption></figure>

***

### Emailing the New User his Credentials

Once the new user's details are filled in and permissions are configured, you can check the **Send Credentials by Email** checkbox below the **Permissions** section. This will send the login credentials to the email address provided for the user.

<figure><img src="/files/Q0e4lt1MlcWQYV1LGMxN" alt=""><figcaption></figcaption></figure>


---

# 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.tracknow.io/managers/adding-new-managers.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.
