# Guide

- [Messages](https://bus.node-ts.com/guide/messages.md)
- [Events](https://bus.node-ts.com/guide/messages/events.md)
- [Commands](https://bus.node-ts.com/guide/messages/commands.md)
- [System messages](https://bus.node-ts.com/guide/messages/system-messages.md)
- [Message attributes](https://bus.node-ts.com/guide/message-attributes.md)
- [Correlation id](https://bus.node-ts.com/guide/message-attributes/attributes.md)
- [Attributes](https://bus.node-ts.com/guide/message-attributes/attributes-1.md)
- [Sticky attributes](https://bus.node-ts.com/guide/message-attributes/sticky-attributes.md)
- [Workflows](https://bus.node-ts.com/guide/workflows.md)
- [Creating a workflow](https://bus.node-ts.com/guide/workflows/creating-a-workflow.md)
- [Starting](https://bus.node-ts.com/guide/workflows/starting.md)
- [Handling](https://bus.node-ts.com/guide/workflows/handling.md)
- [State](https://bus.node-ts.com/guide/workflows/state.md)
- [Completing](https://bus.node-ts.com/guide/workflows/completing.md)
- [Example](https://bus.node-ts.com/guide/workflows/example.md)
- [Transports](https://bus.node-ts.com/guide/transports.md)
- [RabbitMQ](https://bus.node-ts.com/guide/transports/rabbitmq.md)
- [Amazon SQS](https://bus.node-ts.com/guide/transports/amazon-sqs.md)
- [Redis](https://bus.node-ts.com/guide/transports/redis.md)
- [Custom transports](https://bus.node-ts.com/guide/transports/creating-a-transport.md)
- [Persistence](https://bus.node-ts.com/guide/persistence.md)
- [Postgres](https://bus.node-ts.com/guide/persistence/postgres.md)
- [MongoDB](https://bus.node-ts.com/guide/persistence/mongodb.md)
- [Creating a persistence](https://bus.node-ts.com/guide/persistence/creating-a-persistence.md)
- [Serializers](https://bus.node-ts.com/guide/serializers.md)
- [Class serializer](https://bus.node-ts.com/guide/serializers/class-serializer.md)
- [Loggers](https://bus.node-ts.com/guide/loggers.md)
- [Custom loggers](https://bus.node-ts.com/guide/loggers/custom-loggers.md)
- [Middleware](https://bus.node-ts.com/guide/middleware.md)
- [Lifecycle hooks](https://bus.node-ts.com/guide/lifecycle-hooks.md)
- [Retry Strategies](https://bus.node-ts.com/guide/retry-strategies.md)
- [Dependency injection](https://bus.node-ts.com/guide/dependency-injection.md)
- [Long running processes](https://bus.node-ts.com/guide/long-running-processes.md)


---

# Agent Instructions: 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:

```
GET https://bus.node-ts.com/guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
