# DUST - Template System

- [The Presets](https://xircus-developer.gitbook.io/developer-hub/terminologies/dust-template-system/the-presets.md): Xircus is committed on delivering beautifully made UI components, we created presets to make it happen
- [Dust](https://xircus-developer.gitbook.io/developer-hub/terminologies/dust-template-system/dust.md): Consists of react hooks, utils and block renderers without dependency on any UI framework, this enables developers to partner dust with any UI framework such as dust-chakra, dust-radix, and more
- [Dust React](https://xircus-developer.gitbook.io/developer-hub/terminologies/dust-template-system/dust-react.md)
- [Dust Chakra](https://xircus-developer.gitbook.io/developer-hub/terminologies/dust-template-system/dust-chakra.md)
- [Dust Radix](https://xircus-developer.gitbook.io/developer-hub/terminologies/dust-template-system/dust-radix.md)


---

# 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://xircus-developer.gitbook.io/developer-hub/terminologies/dust-template-system.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.
