# NestJSTools Docs - Libraries for NestJS & TypeScript

## Messaging Docs

- [Introduction](https://docs.nestjstools.com/introduction.md)
- [Getting Started](https://docs.nestjstools.com/getting-started.md)
- [Installation](https://docs.nestjstools.com/getting-started/installation.md)
- [Initialize Module](https://docs.nestjstools.com/getting-started/initialize-module.md)
- [Message Handler](https://docs.nestjstools.com/getting-started/message-handler.md)
- [Disaptch a message](https://docs.nestjstools.com/getting-started/disaptch-a-message.md)
- [Components](https://docs.nestjstools.com/components.md)
- [Message Handlers](https://docs.nestjstools.com/components/message-handlers.md)
- [Normalizers](https://docs.nestjstools.com/components/normalizers.md)
- [Exception Listeners](https://docs.nestjstools.com/components/exception-listeners.md)
- [Middlewares](https://docs.nestjstools.com/components/middlewares.md)
- [Message Bus](https://docs.nestjstools.com/components/message-bus.md)
- [Lifecycle Hooks](https://docs.nestjstools.com/components/lifecycle-hooks.md)
- [Channel](https://docs.nestjstools.com/components/channel.md)
- [Broker integration](https://docs.nestjstools.com/broker-integration.md)
- [RabbitMQ](https://docs.nestjstools.com/broker-integration/rabbitmq.md)
- [Redis](https://docs.nestjstools.com/broker-integration/redis.md)
- [Google PubSub](https://docs.nestjstools.com/broker-integration/google-pubsub.md)
- [Amazon SQS](https://docs.nestjstools.com/broker-integration/amazon-sqs.md)
- [Nats](https://docs.nestjstools.com/broker-integration/nats.md)
- [Azure Service Bus](https://docs.nestjstools.com/broker-integration/azure-service-bus.md)
- [Best practice](https://docs.nestjstools.com/best-practice.md)
- [CQRS based on RabbitMQ](https://docs.nestjstools.com/best-practice/cqrs-based-on-rabbitmq.md)
- [Create wrapper class for Message Bus](https://docs.nestjstools.com/best-practice/create-wrapper-class-for-message-bus.md)
- [Consumer as the background process](https://docs.nestjstools.com/best-practice/consumer-as-the-background-process.md)
- [Bootstrap (Http, Worker mode)](https://docs.nestjstools.com/best-practice/bootstrap-http-worker-mode.md)
- [Create custom channel](https://docs.nestjstools.com/create-custom-channel.md)
- [Configuration](https://docs.nestjstools.com/configuration.md)

## Clock Docs

- [Introduction](https://docs.nestjstools.com/clock/readme.md)
- [Installation](https://docs.nestjstools.com/clock/getting-started/installation.md)
- [Usage example](https://docs.nestjstools.com/clock/getting-started/usage-example.md)
- [Calendar value object](https://docs.nestjstools.com/clock/getting-started/calendar-value-object.md)

## Apisix Client Docs

- [Introduction](https://docs.nestjstools.com/apisix-client/readme.md)
- [Installation](https://docs.nestjstools.com/apisix-client/getting-started/installation.md)
- [Usage example](https://docs.nestjstools.com/apisix-client/getting-started/usage-example.md)

## Domain Driven Starter

- [Introduction](https://docs.nestjstools.com/domain-driven-starter/readme.md)
- [Installation](https://docs.nestjstools.com/domain-driven-starter/getting-started/installation.md)
- [Usage example](https://docs.nestjstools.com/domain-driven-starter/getting-started/usage-example.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.nestjstools.com/introduction.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.
