# Open Blocks

## Open Blocks Docs

- [Home](https://docs.openblocks.app/readme.md)
- [Getting Open Blocks](https://docs.openblocks.app/getting-open-blocks.md): Open Blocks will always be free and open source. We depend on contributions from our community and from our sponsors to support and continue developing new features.
- [Controls](https://docs.openblocks.app/controls.md)
- [Tools](https://docs.openblocks.app/tools.md)
- [Insert Shape Tool](https://docs.openblocks.app/tools/insert-shape-tool.md)
- [Insert Stroke Tool](https://docs.openblocks.app/tools/insert-stroke-tool.md)
- [Paint Tool](https://docs.openblocks.app/tools/paint-tool.md)
- [Grab Tool](https://docs.openblocks.app/tools/grab-tool.md)
- [Modify Tool](https://docs.openblocks.app/tools/modify-tool.md)
- [Eraser Tool](https://docs.openblocks.app/tools/eraser-tool.md)
- [Snapping](https://docs.openblocks.app/snapping.md)
- [Exporting To Other Apps](https://docs.openblocks.app/exporting-to-other-apps.md)
- [Environment Options](https://docs.openblocks.app/environments.md)
- [Experimental Features](https://docs.openblocks.app/labs.md)
- [Saving and Sharing on the Web](https://docs.openblocks.app/saving-and-sharing-on-the-web.md)
- [Release History](https://docs.openblocks.app/release-history.md)
- [v0.2.0](https://docs.openblocks.app/release-history/v0.2.0.md)
- [Current Beta Release Notes](https://docs.openblocks.app/release-history/automatic-changelog.md)
- [Tutorials and other Resources](https://docs.openblocks.app/tutorials-and-other-resources.md)
- [Support](https://docs.openblocks.app/support.md)
- [Introducing Open Blocks!](https://docs.openblocks.app/blog/introducing-open-blocks.md): Blocks is open source 🎉
- [Sponsors](https://docs.openblocks.app/sponsors.md)
- [Contacting Us](https://docs.openblocks.app/contacting-us.md)
- [Privacy Policy](https://docs.openblocks.app/privacy-policy.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, 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.openblocks.app/readme.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.
