> ## Documentation Index
> Fetch the complete documentation index at: https://docs.conduktor.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Interceptor list

> Full list of Conduktor Gateway Interceptors organized by category: data security, data quality, traffic control.

[Find out about Interceptors](/guide/conduktor-concepts/interceptors).

<CardGroup cols={2}>
  <Card title="Advanced pattern support" icon="code" href="/guide/reference/advanced-pattern-support">
    Improve performance with caching, handle large messages and filter topics using CEL/SQL.
  </Card>

  <Card title="Chaos testing" icon="flask" href="/guide/use-cases/chaos-testing">
    Test system resilience by simulating broker failures, slow responses and message corruption.
  </Card>

  <Card title="Data quality" icon="clipboard-check" href="/guide/reference/data-quality">
    Validate producer data and enforce schema compliance to ensure data integrity.
  </Card>

  <Card title="Data security" icon="shield" href="/guide/reference/data-security">
    Protect sensitive data with encryption, masking, audit logging and header injection.
  </Card>

  <Card title="Message integrity Interceptor" icon="shield" href="/guide/reference/data-security#message-integrity-interceptor">
    Sign records on produce and verify on fetch so consumers can detect tampering. Keys stored in Vault KV v2.
  </Card>

  <Card title="Observability" icon="chart-bar" href="/guide/use-cases/chargeback">
    Track costs and allocate resource usage across service accounts with **Chargeback**.
  </Card>

  <Card title="Traffic Control Policies" icon="shield-check" href="/guide/use-cases/apply-traffic-control-policies">
    Enforce governance by setting limits and validation rules for topics, brokers and clients.
  </Card>
</CardGroup>

## Related resources

* [Use and configure Interceptors](/guide/conduktor-concepts/interceptors)
* [View Gateway resource reference](/guide/reference/gateway-reference)
* [Give us feedback/request a feature](https://conduktor.io/roadmap) <Icon icon="up-right-from-square" />
