# Using Distributional

- [Projects](https://docs.dbnl.com/v0.23.x/using-distributional/projects.md)
- [Runs](https://docs.dbnl.com/v0.23.x/using-distributional/runs.md)
- [Reporting Runs](https://docs.dbnl.com/v0.23.x/using-distributional/runs/reporting-runs.md)
- [Setting a Baseline Run](https://docs.dbnl.com/v0.23.x/using-distributional/runs/setting-a-baseline-run.md)
- [Scalars](https://docs.dbnl.com/v0.23.x/using-distributional/runs/scalars.md)
- [Metrics](https://docs.dbnl.com/v0.23.x/using-distributional/metrics.md)
- [Tests](https://docs.dbnl.com/v0.23.x/using-distributional/tests.md)
- [Creating Tests](https://docs.dbnl.com/v0.23.x/using-distributional/tests/creating-tests.md)
- [Using Filters in Tests](https://docs.dbnl.com/v0.23.x/using-distributional/tests/creating-tests/using-filters-in-tests.md)
- [Available Statistics and Assertions](https://docs.dbnl.com/v0.23.x/using-distributional/tests/creating-tests/available-statistics-and-assertions.md)
- [Defining Assertions](https://docs.dbnl.com/v0.23.x/using-distributional/tests/creating-tests/defining-assertions.md): Assertions are the second half of test creation — defining what statistical values seem appropriate or aberrant.
- [Running Tests](https://docs.dbnl.com/v0.23.x/using-distributional/tests/running-tests.md)
- [Reviewing Tests](https://docs.dbnl.com/v0.23.x/using-distributional/tests/reviewing-tests.md)
- [Notable Results](https://docs.dbnl.com/v0.23.x/using-distributional/tests/reviewing-tests/notable-results.md)
- [Insights](https://docs.dbnl.com/v0.23.x/using-distributional/tests/reviewing-tests/insights.md)
- [What Is a Similarity Index?](https://docs.dbnl.com/v0.23.x/using-distributional/tests/reviewing-tests/what-is-a-similarity-index.md)
- [Notifications](https://docs.dbnl.com/v0.23.x/using-distributional/notifications.md)
- [Access Controls](https://docs.dbnl.com/v0.23.x/using-distributional/access-controls.md): The following section introduces the concepts used to control access to the DBNL platform.
- [Organization and Namespaces](https://docs.dbnl.com/v0.23.x/using-distributional/access-controls/organization-and-namespaces.md): Resources in the DBNL platform are organized using organizations and namespaces.
- [Users and Permissions](https://docs.dbnl.com/v0.23.x/using-distributional/access-controls/users-and-permissions.md): Discover how DBNL manages user permissions through a layered system of organization and namespace roles—like org admin, org reader, namespace admin, writer, and reader.
- [Tokens](https://docs.dbnl.com/v0.23.x/using-distributional/access-controls/tokens.md): Tokens are used for programmatic access to the DBNL platform.


---

# 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.23.x/using-distributional.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.
