# Document

- [Environment Notes](https://docs.hava.io/document/environment-notes.md)
- [Embed](https://docs.hava.io/document/embed.md): Embed Hava diagrams anywhere
- [Exporting Diagrams](https://docs.hava.io/document/exporting-diagrams.md): Any diagrams that are automatically generated or created using the custom search commands can be exported for use outside of the Hava application.
- [Edit](https://docs.hava.io/document/edit.md)
- [Draw.io](https://docs.hava.io/document/edit/draw-io.md): How to export your automatically generated diagrams to draw.io for editing.


---

# 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.hava.io/document.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.
