# Platform

The DBNL platform combines configurable infrastructure, secure data handling, and workspace administration so teams can deploy adaptive analytics in their own environments.

## What’s Inside

* [Deployment](/platform/deployment.md) – Options for running DBNL from quick sandboxes to fully managed clusters.
* [Architecture](/platform/architecture.md) – Service layout, data flow, and operational considerations.
* [Networking](/platform/networking.md) – Connectivity requirements for the platform and its integrations.
* [Data Security](/platform/data-security.md) – How DBNL stores, protects, and governs customer data.
* [Authentication](/platform/authentication.md) – User and API access, including personal access tokens.
* [Administration](/platform/administration.md) – Organizing projects, namespaces, and permissions.

Use these guides together to plan, install, and operate DBNL in your environment.


---

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