# Configuration

- [Data Pipeline](https://docs.dbnl.com/v0.27.x/configuration/data-pipeline.md): How log data becomes behavioral signals
- [DBNL Semantic Convention](https://docs.dbnl.com/v0.27.x/configuration/dbnl-semantic-convention.md): How DBNL understands the structure and semantics of your data
- [Data Connections](https://docs.dbnl.com/v0.27.x/configuration/data-connections.md): How to get data into DBNL
- [OTEL Trace Ingestion](https://docs.dbnl.com/v0.27.x/configuration/data-connections/otel-trace-ingestion.md): Publish OTEL Traces directly to your DBNL Deployment
- [SDK Log Ingestion](https://docs.dbnl.com/v0.27.x/configuration/data-connections/sdk-log-ingestion.md): Use the Python SDK to upload log data
- [SQL Integration Ingestion](https://docs.dbnl.com/v0.27.x/configuration/data-connections/sql-integration-ingestion.md): Pull data from existing SQL tables
- [Model Connections](https://docs.dbnl.com/v0.27.x/configuration/model-connections.md): How to hook up LLMs to DBNL
- [Notification Connections](https://docs.dbnl.com/v0.27.x/configuration/notification-connections.md): Be notified when DBNL completes certain actions


---

# 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.27.x/configuration.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.
