# References

This section gives a list of reference materials for various parts of Valtimo (e.g. which events are emitted by Valtimo).

This section is intended for people who need to know what options are available for configuration, as well as developers who want to extend features in Valtimo and need to know what is available.

* [Modules](/nog-een-plek-geven/reference/modules.md)
* [User interface](/nog-een-plek-geven/reference/user-interface.md)
* [Feature toggles](/running-valtimo/application-configuration/feature-toggles.md)
* [Content Security Policy (CSP)](/running-valtimo/application-configuration/content-security-policy.md)
* [Supported databases](/nog-een-plek-geven/reference/supported-databases.md)
* [Process beans](/nog-een-plek-geven/reference/process-beans.md)
* [Environment](/nog-een-plek-geven/reference/environment.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://docs.valtimo.nl/nog-een-plek-geven/reference.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.
