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

# AppSignal for Python

AppSignal supports [Python] applications through [OpenTelemetry](#opentelemetry).

Once installed, the AppSignal package will send your application's error and performance data to AppSignal.

## OpenTelemetry

OpenTelemetry is an open-source initiative that streamlines and standardizes telemetry data collection.

OpenTelemetry supports multiple languages, including Python, and consists of multiple components: tracing, metrics, and logs. We support OpenTelemetry's tracing component in our Python integration for better error reporting and performance measurements.

[Learn more about OpenTelemetry via the project's official website.][OpenTelemetry]

## Installation

The [Python installation documentation](/python/installation) will guide you through the steps needed to install AppSignal.

## Configuration

Our [Configuration documentation](/python/configuration) will guide you through the steps needed to configure AppSignal.

## Custom Instrumentation

Our [Custom instrumentation](/python/instrumentation/instrumentation) documentation will walk you through all the steps needed to create custom instrumentation with AppSignal.

## Supported Libraries

We currently offer support for the following Python libraries:

* [Celery](/python/instrumentations/celery)
* [Django](/python/instrumentations/django)
* [FastAPI](/python/instrumentations/fastapi)
* [Flask](/python/instrumentations/flask)
* [Jinja2](/python/instrumentations/jinja2)
* [MySQL](/python/instrumentations/mysql)
* [Pika](/python/instrumentations/pika)
* [PostgreSQL](/python/instrumentations/postgresql)
* [Redis](/python/instrumentations/redis)
* [Requests](/python/instrumentations/requests)
* [Starlette](/python/instrumentations/starlette)
* [SQLAlchemy](/python/instrumentations/sqlalchemy)
* [SQLite](/python/instrumentations/sqlite)
* [WSGI/ASGI](/python/instrumentations/wsgi)

[Python]: https://www.python.org/

[OpenTelemetry]: https://opentelemetry.io/
