> For the complete documentation index, see [llms.txt](https://ordermanager.docs.foxnetsoft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ordermanager.docs.foxnetsoft.com/export-template/main-settings.md).

# Main settings

## Overview

<figure><img src="/files/R4ssHVRVPrERqfMa6Znp" alt=""><figcaption><p>Main settings page</p></figcaption></figure>

### Format

Currently Order Export Manager supports exporting in CSV, XML, XLSX, and TXT. You can select the exact format here.

### Export file name

You can specify the name of the file that wil contain export. This name should not contain file extension (.csv, .txt, etc.).

You can use following tokens in file names:

* %yyyy% for full year of export date
* %mm% for month of export date
* %dd% for day of export date
* %hh% for hour, when export was performed
* %mi% for minute, when export was performed

### Compress file

If checked, generated export file will be compressed to ZIP format.

### Save the feed file

This field has three options:

* None — File will be downloaded to user's computer.
* Folder — File will be saved to a folder on server.
* FTP — File will be saved on a server using FTP, SFTP, or FTPS protocol.


---

# 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:

```
GET https://ordermanager.docs.foxnetsoft.com/export-template/main-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
