# Output Formats

- [HTML Output](https://docbox.ortusbooks.com/output-formats/html-output.md): Generate browsable HTML documentation for your application Classes
- [JSON Output](https://docbox.ortusbooks.com/output-formats/json-output.md): Generate JSON output for easy documentation imports into other documentation tools and platforms.
- [JSON Schema](https://docbox.ortusbooks.com/output-formats/json-output/json-schema.md): Understanding the output format of the DocBox JSON strategy
- [UML Output](https://docbox.ortusbooks.com/output-formats/uml-output.md): Generate an XML file for graphing your application via Eclipse UML2Tools
- [CommandBox Output](https://docbox.ortusbooks.com/output-formats/commandbox-output.md): Generate CommandBox CLI command documentation with namespace organization
- [Custom Output](https://docbox.ortusbooks.com/output-formats/custom-output-strategy.md): Create your own custom output format by extending DocBox's strategy system.


---

# 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://docbox.ortusbooks.com/output-formats.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.
