> For the complete documentation index, see [llms.txt](https://docs.tracknow.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tracknow.io/affiliates/importing-affialites.md).

# Importing Affialites

One of the methods to add affiliates into your dashboard is importing them from a CSV file.

Navigate to **Affiliates** → **Management** → **Import Affilaites**

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

You can download a sample file that includes all of the fields you can fill out about each affiliate, edit it with your own values and import it to the system.

| Column                              | Description                                                                                                                                                                |
| ----------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Email** (Mandatory)               | Fill out the affiliate's email address                                                                                                                                     |
| **First Name** (Mandatory)          | Fill out the affiliate's first name                                                                                                                                        |
| **Last Name** (Mandatory)           | Fill out the affiliate's last name                                                                                                                                         |
| **Password** (Optional)             | Enter a password for the affiliate (they can later reset it)                                                                                                               |
| **Affiliate** (Optional)            | If the affiliate is a part of company, you can specify the affiliate's company name. Otherwise you can re-enter his name there.                                            |
| **Custom Id** (Optional)            | Add a custom ID associated with this affiliate (for example, an identifier from your previous affiliate software)                                                          |
| **Custom Parent Ref Id** (Optional) | If you are using MLM, you can specify the parent affiliate's Custom Id value to add the current affiliate under him in the MLM structure                                   |
| **Campaign Id** (Optional)          | If you know which campaign this affiliate will promote and you want to add him to that campaign during import, fill out the campaign ID                                    |
| **Payout Group Name** (Optional)    | If you already have a configured [payout group](https://docs.tracknow.io/payouts/payout-groups) to which you'll want to add this affiliate, specify the name of that group |


---

# 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.tracknow.io/affiliates/importing-affialites.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.
