# Bring Your Own Collector

Use your own OpenTelemetry Collector distribution with Bindplane. Connect custom or third-party collectors via the OpAMP extension or run them under the OpAMP Supervisor for remote configuration and lifecycle management.

#### Connect OpenTelemetry Collectors Using the OpAMP Extension

Add other OpenTelemetry-based collectors to Bindplane using the OpenTelemetry OpAMP Extension. [See Connect OpenTelemetry Collectors Using the OpAMP Extension for details.](/how-to-guides/collector-management/bring-your-own-collector/connecting-other-opentelemetry-collectors-using-the-opamp-extension.md)

#### Connect OpenTelemetry Collectors Using the OpAMP Supervisor

Build a custom collector with the OpenTelemetry Collector Builder (OCB), include Bindplane components, and run it under the OpAMP Supervisor for remote management by Bindplane. [See Connect OpenTelemetry Collectors Using the OpAMP Supervisor for details.](/how-to-guides/collector-management/bring-your-own-collector/connect-opentelemetry-collectors-using-the-opamp-supervisor.md)

#### Using an OpenTelemetry Distribution with Bindplane

Create a custom OpenTelemetry distribution and connect it to Bindplane using the OpenTelemetry Distribution Builder and OpAMP Supervisor. [See Using an OpenTelemetry Distribution with Bindplane for details.](/how-to-guides/collector-management/bring-your-own-collector/using-an-opentelemetry-distribution-with-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/how-to-guides/collector-management/bring-your-own-collector.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.
