# Configuration

- [Config](https://peuren.gitbook.io/peuren/peuren_gangs/configuration/config.md): This is the main configuration file. (sh\_config.lua)
- [Dealers](https://peuren.gitbook.io/peuren/peuren_gangs/configuration/dealers.md): This file represents the dealer configuration (sh\_dealers.lua)
- [Contracts](https://peuren.gitbook.io/peuren/peuren_gangs/configuration/contracts.md): This file represents the Contracts configuration file (sh\_contracts.lua)
- [Graffities](https://peuren.gitbook.io/peuren/peuren_gangs/configuration/graffities.md): This represents the graffities configuration file (sh\_graffiti.lua)
- [Upgrades](https://peuren.gitbook.io/peuren/peuren_gangs/configuration/upgrades.md): This represents the Upgrades configuration file (sh\_upgrades.lua)
- [Zones](https://peuren.gitbook.io/peuren/peuren_gangs/configuration/zones.md): This represents the zones configuration (sh\_zones.lua)


---

# 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://peuren.gitbook.io/peuren/peuren_gangs/configuration.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.
