> For the complete documentation index, see [llms.txt](https://docs.valtimo.nl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.valtimo.nl/features/outbox.md).

# Outbox

Valtimo emits [CloudEvents](https://cloudevents.io/) to a broker using the [outbox module](/fundamentals/getting-started/modules/core/outbox.md). The main purpose of these events is to create an audit log, but it could be used in other ways as well.

The emitted events are documented as an AsyncAPI spec which can be found in the [valtimo-events repository](https://github.com/valtimo-platform/valtimo-events). A more browser-friendly version of this spec can be found on the [valtimo-events GitHub Pages site](https://valtimo-platform.github.io/valtimo-events/).
