# Simulation Settings

There are three files that control the settings for a simulation run:

* [**object.cnt**](/io-docs/introduction-1/simulation-settings/object.cnt.md) specifies the land area and the total area (including ponds and reservoirs) of the watershed and the counts of all spatial objects in a simulation,
* [**time.sim**](/io-docs/introduction-1/simulation-settings/time.sim.md) controls the simulation time period and time step, and
* [**print.prt**](/io-docs/introduction-1/simulation-settings/print.prt.md) controls which output files will be printed for a simulation.

An additional, optional file, [**object.prt**](/io-docs/introduction-1/simulation-settings/object.prt.md), allows the user to print selected output for individual spatial objects.


---

# 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/introduction-1/simulation-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.
