# Samples

- [Overview](https://hermodr.deveel.org/samples/samples.md)
- [OrderService — Minimal API + RabbitMQ](https://hermodr.deveel.org/samples/aspnet-publisher-rabbitmq.md)
- [OrderService — In-Process Outbox + RabbitMQ](https://hermodr.deveel.org/samples/outbox-inapp-rabbitmq.md)
- [OrderService — In-Process Outbox with Scheduled Delivery](https://hermodr.deveel.org/samples/outbox-inapp-scheduled-delivery.md)
- [OrderService — Split Outbox + MassTransit RabbitMQ](https://hermodr.deveel.org/samples/outbox-relay-masstransit.md)
- [OrderService — In-Process Dead-Letter Replay](https://hermodr.deveel.org/samples/deadletter-inproc.md)
- [OrderService — Split Dead-Letter Replay with Entity Framework](https://hermodr.deveel.org/samples/deadletter-relay-entityframework.md)
- [OrderService — Audit Trail with NDJson Files](https://hermodr.deveel.org/samples/audit-trail-ndjson.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://hermodr.deveel.org/samples.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.
