# Tutorials

- [Appmixer Virtual Users](https://docs.appmixer.com/6.0/6.1/tutorials/appmixer-virtual-users.md)
- [Flows Metadata & Filtering](https://docs.appmixer.com/6.0/6.1/tutorials/flows-metadata-and-filtering.md): Appmixer flows can contain custom metadata specific to your application. This is especially useful for filtering flows and displaying different flows for different use cases.
- [Access Control](https://docs.appmixer.com/6.0/6.1/tutorials/setting-acl.md): This tutorial will show you how to set ACL rules for different groups of users and for different types of resources.
- [Sharing Flows](https://docs.appmixer.com/6.0/6.1/tutorials/sharing-flows.md): This tutorial shows how flows can be shared in Appmixer either using the API or the SDK.
- [People Tasks](https://docs.appmixer.com/6.0/6.1/tutorials/people-tasks.md): Appmixer PeopleTask feature allows you to add human entry points in your flows.
- [Customizing modifiers](https://docs.appmixer.com/6.0/6.1/tutorials/customizing-modifiers.md): This tutorial shows you how you can customize the default set of modifiers (data transformation functions) that can be applied on variables in Appmixer flows.


---

# 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.appmixer.com/6.0/6.1/tutorials.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.
