# Install Your First Collector

Bindplane is built around OpenTelemetry and uses the Bindplane Collector distribution for OpenTelemetry. To learn more, check out the [GitHub](https://github.com/observIQ/bindplane-otel-collector) page.

### Installation

1. Navigate to the **Agents** tab and select the **Install Your First Agent** button inside the Agents table.

<figure><img src="https://1405008107-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgmiOMzBfoNFwmKJFHMcJ%2Fuploads%2Fgit-blob-b6716a458ef556e5fbe3795bb9d5cb9860b6e0f0%2Fgetting-started-with-bindplane-access-bindplane-ui-image-1.webp?alt=media" alt="Bindplane docs - Install Your First Collector - image 1"><figcaption></figcaption></figure>

2. Our Collector Installation wizard will walk you through installing a collector. The first step is to select the platform you'll be installing a collector on. When you've completed the form click the **Next** button.

{% hint style="info" %}
**NOTE**

Installation for containerized collectors on Kubernetes and Openshift first requires you to specify the assigned configuration for the collector. If that's the case you must first create a configuration for that platform.
{% endhint %}

<figure><img src="https://1405008107-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgmiOMzBfoNFwmKJFHMcJ%2Fuploads%2Fgit-blob-6dfe13e7ca64a9f7f6d75057e8e3d42aaf36b1db%2Fgetting-started-with-bindplane-install-your-first-collector-image-1.webp?alt=media" alt="Bindplane docs - Install Your First Collector - image 2"><figcaption></figcaption></figure>

3. Now it's time to install your collector. Installation differs depending on the platform specified. In the case of Windows, macOS, or Linux installation you'll need to copy the installation command. Installed collectors will appear in the table on this page. When you're done you can view all collectors with the **Return to all Agents** button.

<figure><img src="https://1405008107-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgmiOMzBfoNFwmKJFHMcJ%2Fuploads%2Fgit-blob-476eaf6d2850e27b09820d197043e05d245373d6%2Fgetting-started-with-bindplane-install-your-first-collector-image-2.webp?alt=media" alt="Bindplane docs - Install Your First Collector - image 3"><figcaption></figcaption></figure>

Upon successfully installing the collector, it will appear in the table below the install script.

<figure><img src="https://1405008107-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgmiOMzBfoNFwmKJFHMcJ%2Fuploads%2Fgit-blob-e7e7671f28eb626587a62d81ce522d88b9eb139a%2Fgetting-started-with-bindplane-install-your-first-collector-image-3.webp?alt=media" alt="Bindplane docs - Install Your First Collector - image 4"><figcaption></figcaption></figure>


---

# 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/readme/install-your-first-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.
