# Output File Format

There a some output files that the user can choose to print or not to print and some that can be printed at daily, monthly, yearly, and average annual time steps. This can be controlled in the [**print.prt**](https://swatplus.gitbook.io/io-docs/introduction-1/simulation-settings/print.prt) file. In addition, selected output for individual spatial objects can be printed using the [**object.prt**](https://swatplus.gitbook.io/io-docs/introduction-1/simulation-settings/object.prt) file. Finally, there are a few output files that will be printed for every SWAT+ run. These are used by the SWAT+ developers for debugging.&#x20;

All SWAT+ output files are free format and space delimited. The first line in each output file is reserved for a title. If the files were written using the SWAT+ Editor, the title will specify the name of the SWAT+ setup and the date and number of the SWAT+ revision that was used to run the simulation. The second line in all SWAT+ output files is used for the header, i.e. the names of the variables listed in the file. The third line is used for the units of the output variables.&#x20;


---

# 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://swatplus.gitbook.io/io-docs/swat+-output-files/output-file-format.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.
