# Resources

- [Support](https://docs.akinon.com/akinon-ui/resources/support.md)
- [Changelogs](https://docs.akinon.com/akinon-ui/resources/changelogs.md): This page aggregates the changelogs of all major packages in the Akinon UI Protocol monorepo. For full details, see each package's own CHANGELOG.md.
- [FAQs](https://docs.akinon.com/akinon-ui/resources/faqs.md): This FAQ addresses common questions about the Akinon UI ecosystem, its architecture, and how to use its public npm packages.
- [Glossary](https://docs.akinon.com/akinon-ui/resources/glossary.md): This glossary provides definitions and explanations for key terms, technologies, and concepts used throughout the Akinon UI and its documentation.


---

# 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.akinon.com/akinon-ui/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.
