# Configuration

Configuration guides for Bindplane Server, OpenTelemetry Collectors, and CLI components.

## [Bindplane Server (Self-Hosted)](/configuration/bindplane.md)

Configure core server settings including:

* Authentication (Active Directory, OpenID Connect)
* Storage (PostgreSQL, Bolt)
* Networking (TLS, proxy, NATS)
* Monitoring and backup
* Version migration

## [Bindplane OTel Collector](/configuration/bindplane-otel-collector.md)

Configure the Bindplane OpenTelemetry Collector:

* Agent lifecycle management
* Extensions and health checks
* Security and encryption
* Data buffering and retries
* Version updates

## Next Steps

* [Configure Server](/configuration/bindplane.md)
* [Set up Collectors](/configuration/bindplane-otel-collector.md)
* [Configure Authentication](/configuration/bindplane/authentication.md)
* [Set up Monitoring](/production-checklist/bindplane/monitoring-bindplane.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.bindplane.com/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.
