# Settings

Settings tab has following parameters:

* Encoding. You can select encoding of your file if you notice that some symbols are exported incorrectly. Unless needed, it's reccomended to have it set to Auto.
* Skip first line in the csv/txt/xlsx file.\
  If checked, plugin will not add header with column names to the saved file.
* Column delimiter. Character that will be used to separate columns in CSV file.
* Field enclosure. Character that will be used to enclose every field during export.
* DateTime format. For example `yyyy-dd-MM hh:mm tt` or `dd.MM.yyyy hh:mm:ss.`
* Decimal delimiter. Character that will be used in decimal numbers. For example, if you select Dot, one and a half will be saved as 1.5\
  But if you select Comma, it will be saved as 1,5


---

# Agent Instructions: 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://exportmanager.docs.foxnetsoft.com/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.
