> For the complete documentation index, see [llms.txt](https://docs.reactium.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reactium.io/reactium-toolkit.md).

# Reactium Toolkit

- [Overview](https://docs.reactium.io/reactium-toolkit/overview.md): Before getting started with the Toolkit, it's a good idea to understand what you can create with it
- [Installation](https://docs.reactium.io/reactium-toolkit/install.md)
- [Configuration](https://docs.reactium.io/reactium-toolkit/config.md)
- [Customization](https://docs.reactium.io/reactium-toolkit/customization.md)
- [Creating Elements](https://docs.reactium.io/reactium-toolkit/creating-elements.md)
- [Sidebar Elements](https://docs.reactium.io/reactium-toolkit/creating-elements/sidebar.md)
- [Toolbar Elements](https://docs.reactium.io/reactium-toolkit/creating-elements/toolbar.md)
- [Documentation Elements](https://docs.reactium.io/reactium-toolkit/creating-elements/documentation.md)
- [Components](https://docs.reactium.io/reactium-toolkit/components.md): Useful components used to build toolkit elements.
- [Sidebar](https://docs.reactium.io/reactium-toolkit/components/sidebar.md)
- [MenuLink](https://docs.reactium.io/reactium-toolkit/components/menu-link.md): Sidebar Navigation Render Component
- [Element](https://docs.reactium.io/reactium-toolkit/components/element.md): Render component for Toolkit sections
- [Code](https://docs.reactium.io/reactium-toolkit/components/code.md): Component used to present a block of code in a Toolkit element
- [Markdown](https://docs.reactium.io/reactium-toolkit/components/markdown.md): Component used to present documentation in a Toolkit element
- [Icon](https://docs.reactium.io/reactium-toolkit/components/icon.md): Render single color SVG icons
- [Toolkit SDK](https://docs.reactium.io/reactium-toolkit/sdk.md)


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.reactium.io/reactium-toolkit.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
