> For the complete documentation index, see [llms.txt](https://help.freewebstore.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.freewebstore.com/marketing/discount-codes/import-discount-codes.md).

# Import Discount Codes

You can import multiple discount codes onto your freewebstore quickly and easily by adding them to a CSV file and then importing that file. Download our [example file](https://admin.freewebstore.com/files/coupon_template.csv) to use as a template.&#x20;

In the file you may see 1's and 0's as values this evaluates to true and false. 0 = false and 1 = true.

### How do I upload my CSV file?

To upload your CSV file:

1. Log in to your control panel.
2. Go to **Marketing > Discount Codes.**
3. Click the box in order to browse your device for the CSV file or simply drop it into the box.

You will then sew that the CSV upload has been queued and you will see more information appear in the side panel to the right labeled Import History.&#x20;


---

# 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.freewebstore.com/marketing/discount-codes/import-discount-codes.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.
