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

# Bulk Operations

- [Autogenerate](https://docs.giftcardfactory.app/bulk-operations/autogenerate.md): 🎉 Auto-Generate Gift Cards
- [Bulk Send](https://docs.giftcardfactory.app/bulk-operations/bulk-send.md): 👉 Send multiple gift cards in one go — fast, personalized, and automated.
- [Bulk Update](https://docs.giftcardfactory.app/bulk-operations/bulk-update.md): ✏️ Update many existing gift cards at once via a CSV file.
- [Import From File](https://docs.giftcardfactory.app/bulk-operations/import-from-file.md): 📂 Use a CSV source file to import gift cards.
- [Multiple Imports From a Single File](https://docs.giftcardfactory.app/bulk-operations/import-from-file/multiple-imports-from-a-single-file.md): 📅 Schedule multiple gift card imports from a single CSV file.
- [Store Credit Bulk Add](https://docs.giftcardfactory.app/bulk-operations/store-credit-bulk-add.md): 💰 Add Shopify store credit to many customers at once.
- [Store Credit Import From File](https://docs.giftcardfactory.app/bulk-operations/store-credit-import-from-file.md): 📥 Import store credit transactions from a CSV file.
- [Discount Codes Bulk Create](https://docs.giftcardfactory.app/bulk-operations/discount-codes-bulk-create.md): 🎟️ Generate many Shopify discount codes at once for manual distribution.
- [Discount Codes Bulk Send](https://docs.giftcardfactory.app/bulk-operations/discount-codes-bulk-send.md): 📨 Send a unique Shopify discount code to each recipient via email.
- [Discount Codes Import From File](https://docs.giftcardfactory.app/bulk-operations/discount-codes-import-from-file.md): 📥 Import discount codes from a CSV file with full per-row configuration.


---

# 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.giftcardfactory.app/bulk-operations.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.
