> For the complete documentation index, see [llms.txt](https://docs.bindplane.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bindplane.com/feature-guides/readme.md).

# Welcome to Bindplane's Feature Guides!

Detailed guides for Bindplane's features and capabilities.

## Pipeline Intelligence <a href="#pipeline-intelligence" id="pipeline-intelligence"></a>

* [Overview](/feature-guides/pipeline-intelligence/pipeline-intelligence.md): AI-assisted recommendations and natural-language pipeline configuration
* [Inspect Telemetry](/feature-guides/pipeline-intelligence/inspect-telemetry.md): Log types, parsing, and standardization from snapshot data
* [Generate Processors](/feature-guides/pipeline-intelligence/generate-components.md): Generated parsers and natural-language processor creation
* [Migrate Configurations](/feature-guides/pipeline-intelligence/migrate-configurations.md): Import OpenTelemetry, Splunk Universal Forwarder, and Chronicle Forwarder configs
* [Notifications](/feature-guides/pipeline-intelligence/notifications.md): Alerts on pipeline intelligence events and project metrics
* [Global Pipeline Intelligence](/feature-guides/pipeline-intelligence/global-pipeline-intelligence.md): Cross-project telemetry analysis and continuous recommendations

## Pipeline Processing <a href="#pipeline-processing" id="pipeline-processing"></a>

* [Blueprints](/feature-guides/pipeline-processing/blueprints.md): Pre-built processor bundles for common transformations
* [Component Back Pressure Behavior](/feature-guides/pipeline-processing/component-back-pressure-behavior.md): How pipeline components buffer data under load
* [Google SecOps Pipelines](/feature-guides/pipeline-processing/google-secops-pipelines.md): Custom OTel processors for SecOps data pipelines
* [Processor Bundles](/feature-guides/pipeline-processing/processor-bundles.md): Group processors into reusable logical units
* [Processor Impact on Collector Performance](/feature-guides/pipeline-processing/processor-impact-on-agent-performance.md): Benchmarks for processor performance impact
* [Processors](/feature-guides/pipeline-processing/processors.md): Transform telemetry data with filtering, enrichment, and conversion

## Data Management <a href="#data-management" id="data-management"></a>

* [Live Preview](/feature-guides/data-management/live-preview.md): Real-time preview of pipeline changes before rollout
* [Metric Filtering](/feature-guides/data-management/metric-filtering.md): Exclude specific metrics at the source level
* [Pausing Telemetry](/feature-guides/data-management/pausing-telemetry.md): Pause collection or export without removing configuration
* [Snapshots](/feature-guides/data-management/snapshots.md): View recently collected logs, metrics, and traces
* [Telemetry Measurements](/feature-guides/data-management/telemetry-measurements.md): How measurements are calculated across Bindplane

## Deployment & Management <a href="#deployment-and-management" id="deployment-and-management"></a>

* [Available Components](/feature-guides/deployment-and-management/available-components.md): Component discovery for collector distributions
* [Bring Your Own Collector](/feature-guides/deployment-and-management/bring-your-own-collector.md): Manage custom OpenTelemetry collectors
* [Fleets](/feature-guides/deployment-and-management/fleets.md): Manage collectors at scale with grouped configurations
* [Library](/feature-guides/deployment-and-management/library.md): Reusable sources, processors, and destinations
* [OpAMP Gateway](/feature-guides/deployment-and-management/opamp-gateway.md): Relay extension for downstream OpAMP collectors
* [Progressive Rollouts](/feature-guides/deployment-and-management/progressive-rollouts.md): Gradually deploy to subsets of collectors
* [Rollouts](/feature-guides/deployment-and-management/rollouts.md): Stage, compare, and deploy configuration changes

## Security & Governance <a href="#security-and-governance" id="security-and-governance"></a>

* [Audit Trail](/feature-guides/security-and-governance/audit-trail.md): Track changes for compliance and accountability
* [Role-Based Access Control (RBAC)](/feature-guides/security-and-governance/role-based-access-control-rbac.md): User permissions and access management
* [Secrets Management](/production-checklist/bindplane/secrets-management.md): Manage sensitive values in configurations
* [Single Sign-On](/feature-guides/security-and-governance/single-sign-on.md): SSO via Okta, Microsoft Entra, and other identity providers

## UI & Navigation <a href="#ui-and-navigation" id="ui-and-navigation"></a>

* [Display Options](/feature-guides/ui-and-navigation/display-options.md): Customize pipeline visualization in the editor
* [Keyboard Shortcuts](/feature-guides/ui-and-navigation/keyboard-shortcuts.md): Keyboard navigation reference
* [Filtering with Query Syntax](/feature-guides/ui-and-navigation/filtering-with-query-syntax.md): Search and filter resources with query syntax

## Partner Integrations <a href="#ui-and-navigation" id="ui-and-navigation"></a>

* [Google SecOps](/feature-guides/partner-integrations/google-secops.md): Connect a Google SecOps instance to Bindplane to unlock helpful features


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bindplane.com/feature-guides/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
