# Repid > Repid is a simple, fast, and extensible async task queue framework, with built-in AsyncAPI 3.0 schema generation. Repid is a simple, fast, and extensible async task queue framework for Python 3.10+, featuring built-in AsyncAPI 3.0 schema generation. ## Getting Started - [Glossary](https://repid.aleksul.space/getting_started/glossary/index.md) - [Quickstart](https://repid.aleksul.space/getting_started/quickstart/index.md) - [Supported Brokers](https://repid.aleksul.space/getting_started/supported_brokers/index.md) ## Core Concepts - [Dependency Injection](https://repid.aleksul.space/user_guide/dependency_injection/index.md) - [Message Registry](https://repid.aleksul.space/user_guide/message_registry/index.md) - [Messages](https://repid.aleksul.space/user_guide/messages/index.md) - [Raw Message & Eager Response](https://repid.aleksul.space/user_guide/raw_message_and_eager_response/index.md) - [Server Registry](https://repid.aleksul.space/user_guide/server_registry/index.md) - [Server Specific Parameters](https://repid.aleksul.space/user_guide/server_specific_parameters/index.md) - [Basics](https://repid.aleksul.space/user_guide/actors/index.md) - [Confirmation Modes & Error Handling](https://repid.aleksul.space/user_guide/actors/confirmation_and_errors/index.md) - [Execution & Timeouts](https://repid.aleksul.space/user_guide/actors/execution/index.md) - [Payload & Headers Parsing](https://repid.aleksul.space/user_guide/actors/parsing/index.md) - [Connecting & Nesting Routers](https://repid.aleksul.space/user_guide/actors/routers/index.md) - [Routing Strategies](https://repid.aleksul.space/user_guide/actors/routing/index.md) - [Basics](https://repid.aleksul.space/user_guide/workers/index.md) - [Built-in Servers](https://repid.aleksul.space/user_guide/workers/built_in_servers/index.md) - [Concurrency Limits](https://repid.aleksul.space/user_guide/workers/concurrency/index.md) - [Lifecycle & Production](https://repid.aleksul.space/user_guide/workers/lifecycle/index.md) ## Ecosystem & Integrations - [AsyncAPI Schema & Server](https://repid.aleksul.space/integrations/asyncapi/index.md) - [Using Pydantic & FastAPI](https://repid.aleksul.space/integrations/fastapi_and_pydantic/index.md) ## Best Practices & Patterns - [Testing](https://repid.aleksul.space/cookbook/testing/index.md) - [Chaining jobs](https://repid.aleksul.space/cookbook/chaining_jobs/index.md) - [Middlewares](https://repid.aleksul.space/cookbook/middlewares/index.md) ## Cookbook - [Sentry Middleware](https://repid.aleksul.space/cookbook/sentry_middleware/index.md) - [RabbitMQ Retries](https://repid.aleksul.space/cookbook/rabbitmq_retries/index.md) - [Large Payloads](https://repid.aleksul.space/cookbook/large_payloads/index.md) ## Extending Repid - [Your own brokers](https://repid.aleksul.space/advanced_user_guide/your_own_brokers/index.md) - [Your own converter](https://repid.aleksul.space/advanced_user_guide/your_own_converter/index.md) - [Your own serializer](https://repid.aleksul.space/advanced_user_guide/your_own_serializer/index.md)