> For the complete AWA documentation index, see [`llms.txt`](../llms.txt).

# Guides

Use these guides once a quickstart is running.

| Goal | Guide |
| --- | --- |
| Enqueue inside a Python framework transaction | [Bridge adapters](../bridge-adapters/index.md) |
| Run follow-up work after a durable outcome | [Lifecycle hooks](../lifecycle-hooks/index.md) |
| Send work to an HTTP function and wait for its callback | [HTTP callbacks](../http-callbacks/index.md) |
| Accept callbacks in an application-owned endpoint | [Callback receivers](../callback-receivers/index.md) |
| Retain, inspect, and redrive exhausted failures | [Dead-letter queue](../dead-letter-queue/index.md) |

For runtime configuration, production rollout, role separation, monitoring, and incidents, continue to [Operations](../operations/index.md).
