# Additional Elements

- [Listeners](https://docs.rierino.com/devops/microservices/building-blocks/additional-elements/listeners.md): Listener elements are used for tracking changes in states manager by a runner.
- [Roles](https://docs.rierino.com/devops/microservices/building-blocks/additional-elements/roles.md): Role elements are used for describing data feed from different streams with specific use cases.
- [Actions](https://docs.rierino.com/devops/microservices/building-blocks/additional-elements/actions.md): Action elements are used for specialized function calls to handlers, using already existing handler actions with predefined parameter values.
- [Generic Settings](https://docs.rierino.com/devops/microservices/building-blocks/additional-elements/generic-settings.md): Generic settings are typically used for element specific configurations which can be applied across multiple instances of the same element type.
- [Global Settings](https://docs.rierino.com/devops/microservices/building-blocks/additional-elements/global-settings.md): Global settings are typically used for runner specific configurations which are not specific to an element type, and can be loaded after the runner initialization.


---

# 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.rierino.com/devops/microservices/building-blocks/additional-elements.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.
