# Prerequisites

## Pre-Deployment Checklist

Collectors must be able to initiate connections to Bindplane for OpAMP (websocket) and throughput measurements (HTTP). Bindplane will never initiate connections to the collector. The firewall can be configured to prevent Bindplane from reaching the collector networks, however, collector networks must be able to reach Bindplane on the configured port.

### **Collector Updates**

Bindplane will reach out to [github.com/observIQ/bindplane-agent/releases](https://github.com/observIQ/bindplane-otel-collector/releases) to detect new collector releases. This feature is optional.

You can disable GitHub polling by setting `agentVersions.syncInterval` to `0` in your Bindplane configuration.

```
agentVersions:
  syncInterval: 0
```


---

# 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/deployment/virtual-machine/collector/prerequisites.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.
