# Monitoring Bindplane

Monitoring Bindplane and Bindplane Collectors provides visibility into the health of your Observability Pipeline. We will walk through a few steps to easily set up sources that will forward the Bindplane server logs and the Bindplane Collector logs to the destination of your choice.

### Bindplane Monitoring

1. The first step is to deploy a collector on the Bindplane server itself. This will deploy like any collector, please follow the [Quickstart Guide](/readme/install-your-first-collector.md) if you have any questions.
2. Create a separate [configuration](/readme/build-your-first-configuration.md) for the Bindplane server as well.
3. When a collector is running on the Bindplane server and it is added to a configuration, we will select a source like in the image below:

<figure><img src="/files/amqNSXvmg7UrlYHUS1kY" alt="Bindplane docs - Monitoring Bindplane - image 1"><figcaption></figcaption></figure>

We can leave the settings default for this example:

<figure><img src="/files/BcL98tZeyNO4wfc1VXRl" alt="Bindplane docs - Monitoring Bindplane - image 2"><figcaption></figcaption></figure>

4. After we hit the 'Save' button we can click the 'Start Rollout' to push the configuration to the collector. All of your Bindplane logs will flow into the destination that you have configured. Next, we can set up [collector monitoring](/production-checklist/bindplane-otel-collector/monitoring.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/production-checklist/bindplane/monitoring-bindplane.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.
