# Extensions

### What are Extensions?

Extensions are components in a Configuration that add capabilities to the Agent. They use OpenTelemetry extensions under the hood. A common use case for extensions could be to configure\
a local server to return the Agent's healthy status.

### Managing Extensions

Extensions are configured on a per Configuration basis. To view, edit, or modify extensions for a Configuration, select the Advanced Configuration icon on the bottom right-hand side of the Topology Graph on any Configuration detail page. From the opened menu select "Manage Extensions" and the Extension Editor will be brought up.

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

### Extensions Available for Bindplane

| Extension                                                                                                | Bindplane Enterprise Only |
| -------------------------------------------------------------------------------------------------------- | ------------------------- |
| [Go Performance Profiler](/configuration/bindplane-otel-collector/extensions/go-performance-profiler.md) |                           |
| [Health Check](/configuration/bindplane-otel-collector/extensions/health-check.md)                       |                           |
| [Custom](/configuration/bindplane-otel-collector/extensions/custom.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/bindplane-otel-collector/extensions.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.
