# Home

**Welcome to the Open Brush Documentation**

There is content here for both users of Open Brush and for people that want to contribute to its development.

It's currently a massive work in progress and various links and info will be incorrect but we're just trying to get all the information currently available in one place.

Writing good docs takes time. We'd love people to help. Hop on our [Discord ](https://discord.gg/W7NCEYnEfy)or just write some docs and let us know about them. There's a bunch of you out there who know more about actually using Open Brush than we as developers do and your contribution would be invaluable.


---

# 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.openbrush.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.
