> For the complete documentation index, see [llms.txt](https://developer.emporix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.emporix.io/value-stream-modeller/settings-and-configuration.md).

# Settings and Configuration

- [Events](https://developer.emporix.io/value-stream-modeller/settings-and-configuration/events.md): A value stream can react to an action (event) happening in internal or external systems.
- [Event Registry](https://developer.emporix.io/value-stream-modeller/settings-and-configuration/events/event-registry.md): View all the events configured in the system that can be used in the value streams.
- [Event Log](https://developer.emporix.io/value-stream-modeller/settings-and-configuration/events/event-log.md): Track and monitor operations based on events that are happening in VSM.
- [Events Authentication and Configuration](https://developer.emporix.io/value-stream-modeller/settings-and-configuration/events/events-authentication-and-configuration.md): Establish a connection between VSM and Cloud Events.
- [Cloud Events in VSM](https://developer.emporix.io/value-stream-modeller/settings-and-configuration/events/cloud-events-in-vsm.md): Learn how you can use Cloud Events in VSM.
- [Working with Event Data](https://developer.emporix.io/value-stream-modeller/settings-and-configuration/events/working-with-event-data.md): Learn how to work with events in the Orchestration Engine.
- [Admin](https://developer.emporix.io/value-stream-modeller/settings-and-configuration/admin.md): Learn how you can configure your VSM tenant.
- [Integration with Celonis](https://developer.emporix.io/value-stream-modeller/settings-and-configuration/admin/integration-celonis.md): Create integration between VSM and your Celonis instance.
- [Task Inbox and Tasks](https://developer.emporix.io/value-stream-modeller/settings-and-configuration/admin/task-inbox.md): Task Inbox serves as a communication point for getting information from external parties and managing internal workflow tasks.
- [Users and Roles](https://developer.emporix.io/value-stream-modeller/settings-and-configuration/admin/users-and-roles.md): Manage VSM users and permissions.
- [Data Retention Policy](https://developer.emporix.io/value-stream-modeller/settings-and-configuration/data-retention.md): Data transferred through the system is kept for a specific period of time. See the binding policy.


---

# 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 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, and the optional `goal` query parameter:

```
GET https://developer.emporix.io/value-stream-modeller/settings-and-configuration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
