> For the complete documentation index, see [llms.txt](https://docs.goaffpro.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.goaffpro.com/program-settings/extra-settings/use-bulk-tools.md).

# Use Bulk Tools

**GoAffPro** provides you with the option to use bulk tools to perform bulk actions in the program.&#x20;

To use bulk tools, go to the **Bulk Tools** tab in the GoAffPro admin panel.&#x20;

<figure><img src="/files/6YqREzATbnrInlqcVtvI" alt=""><figcaption><p>Bulk Tools</p></figcaption></figure>

Here, click on the **bulk action**.&#x20;

For example: If you want to import customers who shopped at your store before the app was installed, use the "**Import existing customers**" option.&#x20;

You only need to do this once to update the app with customers who shopped before it was installed, as the app tracks customers who come in after installation.

<figure><img src="/files/d2hhr3Riw5rINpZzTJdE" alt=""><figcaption><p>Click on the bulk action</p></figcaption></figure>

This will open up the import customer database section.

<figure><img src="/files/QK2UcCaodlAUVDQ6kzAy" alt=""><figcaption><p>Import customer database<br></p></figcaption></figure>

Now, download the customer data from your store.&#x20;

{% hint style="info" %}
For Shopify merchants, you can access it from the Shopify admin panel > Customers > Export option.
{% endhint %}

<figure><img src="/files/qRsUALYr3ms4wOcEcYyi" alt=""><figcaption><p>Download the customer database.</p></figcaption></figure>

The file must include the 'Email' or 'Customer Email' column, which contains all the customer emails.

<figure><img src="/files/j3VsfxB6G2Pk1ctWTBe7" alt=""><figcaption><p>Customer Email column</p></figcaption></figure>

After this, upload the file.

<figure><img src="/files/fxRVhGlGS1d3Eue8yFd7" alt=""><figcaption><p>Upload the file</p></figcaption></figure>

Finally, click on **Submit**.&#x20;

<figure><img src="/files/H3HJV7lUUJkqkbLsyIkV" alt=""><figcaption><p>Click on Submit</p></figcaption></figure>

The customers will be imported into the program.&#x20;

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

{% embed url="<https://youtu.be/PoZ2IUHlILA>" %}
Use Bulk Tools
{% endembed %}


---

# 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.goaffpro.com/program-settings/extra-settings/use-bulk-tools.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.
