# CATalog Docs

## CATalog Docs

- [CATalog FAQ](https://docs.catalog.cat/catalog-faq.md): Frequently Asked Questions about CATalog
- [Slots](https://docs.catalog.cat/technical-manual/slots.md): Long-term memory for singletons
- [Action Layer](https://docs.catalog.cat/technical-manual/action-layer.md): A special primitive designed to accommodate the needs of Chia dApps
- [Commitments](https://docs.catalog.cat/technical-manual/commitments.md): Commit-reveals made easy
- [Other Useful Concepts](https://docs.catalog.cat/technical-manual/other-useful-concepts.md): Useful concepts to have in mind when trying to decode Technical Manual(s)
- [CATalog](https://docs.catalog.cat/technical-manual/catalog.md)
- [The Register Action](https://docs.catalog.cat/technical-manual/catalog/the-register-action.md): The whole point of CATalog
- [The Refund Action](https://docs.catalog.cat/technical-manual/catalog/the-refund-action.md): Something went wrong - but worry not, you can get your funds back.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.catalog.cat/catalog-faq.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.
