# Getting Started

- [Installation](https://docbox.ortusbooks.com/getting-started/installation.md): Get started with installing DocBox in your BoxLang or CFML application.
- [BoxLang CLI Tool](https://docbox.ortusbooks.com/getting-started/boxlang-cli.md): Get started with the BoxLang CLI tool for generating documentation
- [Configuration](https://docbox.ortusbooks.com/getting-started/configuration.md): Configure DocBox output formats and generation options
- [Annotating Your Code](https://docbox.ortusbooks.com/getting-started/annotating-your-code.md): Learn how to annotate your BoxLang or CFML code for DocBox documentation generation
- [Troubleshooting](https://docbox.ortusbooks.com/getting-started/troubleshooting.md): Common issues and solutions when using DocBox


---

# 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/getting-started.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.
