# Resources

This section provides an overview of the main terms and concepts used across our documentation. It’s designed to help you quickly understand the core vocabulary and technical language that appear throughout the project.

In addition, you’ll find more detailed articles, architectural diagrams, and reference materials that explain how different parts of the system fit together. These resources are meant to give you a deeper insight into the project’s structure, design principles, and implementation details.


---

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