# Platform

- [Platform](https://docs.dbnl.com/v0.29.x/platform/platform.md): High-level overview of the DBNL platform building blocks.
- [Deployment](https://docs.dbnl.com/v0.29.x/platform/deployment.md): Install the DBNL platform in the way that best fits your needs.
- [Sandbox](https://docs.dbnl.com/v0.29.x/platform/deployment/sandbox.md): Instructions for managing a DBNL Sandbox deployment.
- [Helm Chart](https://docs.dbnl.com/v0.29.x/platform/deployment/helm-chart.md): Helm chart installation instructions
- [Terraform Module](https://docs.dbnl.com/v0.29.x/platform/deployment/terraform-module.md): Terraform module installation instructions
- [Architecture](https://docs.dbnl.com/v0.29.x/platform/architecture.md): An overview of the architecture for the DBNL platform
- [Networking](https://docs.dbnl.com/v0.29.x/platform/networking.md): List of networking requirements
- [Data Security](https://docs.dbnl.com/v0.29.x/platform/data-security.md): An overview of data access controls.
- [Authentication](https://docs.dbnl.com/v0.29.x/platform/authentication.md)
- [Administration](https://docs.dbnl.com/v0.29.x/platform/administration.md): How resources, users, and permissions are organized with a DBNL deployment.


---

# 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.29.x/platform.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.
