> For the complete documentation index, see [llms.txt](https://help.leadboxer.com/leadboxer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.leadboxer.com/leadboxer/fundamentals/elements/import-and-export/upload-leads.md).

# Upload Leads

You can upload your leads by using the upload feature directly on the [Leads & Accounts](/leadboxer/fundamentals/projects.md) page.

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

1. Start by downloading the sample CSV file, to see how the list needs to be structured. The most important fields is companyDomain, as this is the best way for us to enrich your leads with firmographic data.
2. Paste your leads into the sample file or format your list int the right format and store locally.
3. Set the tags that you want these leads to have. It is good practice to tag them with a generic  <mark style="background-color:green;">imported</mark> tag but also with a specific tag like <mark style="background-color:orange;">event-2023</mark> so you can later easily select and edit them.&#x20;
4. Select your CSV file with the Leads to upload.
5. Click Upload.

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

Once you have hit upload, your list will be processed in the background and depending on the size it will be done in a few minutes.

Leads will appear in the Leads & Accounts page, and can also be put automatically on your [LeadBoard](/leadboxer/fundamentals/tasks.md) if you have set this up via an automated LeadBoard import or via [Workflow Automation](/leadboxer/fundamentals/elements/workflow-automation.md).


---

# 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://help.leadboxer.com/leadboxer/fundamentals/elements/import-and-export/upload-leads.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.
