# Reference

- [Query Language](https://docs.dbnl.com/v0.26.x/reference/query-language.md): An overview of the DBNL Query Language
- [Functions](https://docs.dbnl.com/v0.26.x/reference/query-language/functions.md)
- [Python SDK](https://docs.dbnl.com/v0.26.x/reference/python-sdk.md): Reference documentation for the Distributional Python SDK
- [CLI](https://docs.dbnl.com/v0.26.x/reference/cli.md): Installing and using the DBNL Command Line Interface (CLI)
- [FAQ](https://docs.dbnl.com/v0.26.x/reference/faq.md): Answers to frequently asked questions
- [Service Agreements](https://docs.dbnl.com/v0.26.x/reference/service-agreements.md): Standard End User Agreements
- [Privacy Policy](https://docs.dbnl.com/v0.26.x/reference/privacy-policy.md)


---

# 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.dbnl.com/v0.26.x/reference.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.
