# Reference

- [Query Language](https://docs.dbnl.com/reference/query-language.md): An overview of the DBNL Query Language
- [Functions](https://docs.dbnl.com/reference/query-language/functions.md): Functions available in the query language.
- [Python SDK](https://docs.dbnl.com/reference/python-sdk.md): Reference documentation for the Distributional Python SDK
- [SDK Functions](https://docs.dbnl.com/reference/python-sdk/sdk-functions.md)
- [Classes](https://docs.dbnl.com/reference/python-sdk/classes.md): Classes that are returned from functions in the DBNL Python SDK
- [CLI](https://docs.dbnl.com/reference/cli.md): Installing and using the DBNL Command Line Interface (CLI)
- [Glossary](https://docs.dbnl.com/reference/glossary.md): Key terms and concepts in DBNL
- [FAQ](https://docs.dbnl.com/reference/faq.md): Answers to frequently asked questions
- [Service Agreements](https://docs.dbnl.com/reference/service-agreements.md): Standard End User Agreements
- [Privacy Policy](https://docs.dbnl.com/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/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.
