# Agents

Here's a quick reminder of the various players who take part in Ta-da:

* **The customers** are companies that need data. \
  They publish their needs on Ta-da and give money to pay the community.
* **The community** is composed of all our users around the world. \
  They are paid to produce and verify data that meets customers' needs.
* **The Ta-da platform** that connects customers with the community. \
  It puts in place mechanisms to facilitate exchanges, encourage users to behave well, and so on.


---

# 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://docs.ta-da.io/token/economy/agents.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.
