# Juicebox Documentation

Welcome to the Juicebox documentation! Here you'll find resources and information on creating and sharing your Juicebox reports, as well as tips and troubleshooting advice. We hope you find this resource helpful.&#x20;

We are continually updating the documentation to reflect what's new in Juicebox. If you spot an area that is missing or could be improved, please [reach out to us](https://docs.myjuicebox.io/getting-started/reach-out-to-us) to let us know.


---

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