> For the complete documentation index, see [llms.txt](https://teos-docs.coreledger.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://teos-docs.coreledger.net/resources/using-the-teos-api/concepts/settings.md).

# Settings

Settings represent the global configuration parameters of the TEOS system that define how supplies and controllers operate. They include limits, thresholds, and operational rules that affect system behavior. Settings are divided into categories, such as Supplies, which control supply expiration and availability, and Controllers, which define operational limits like the maximum number of addresses per transaction.

The `GET /odata/v1.0/Settings` endpoint allows clients to retrieve the current system settings. This method is read-only and provides a snapshot of configuration parameters at the time of the request. Accessing these settings helps users and integrators understand the operational constraints of the TEOS system and ensure that transactions and supply management comply with system rules.

📘 [Learn more](/guides/settings/get-settings.md) about "Get settings" method.


---

# 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://teos-docs.coreledger.net/resources/using-the-teos-api/concepts/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.
