# Tutorials

- [Managing Authentication](https://docs.appmixer.com/6.0/v4.5/tutorials/managing-authentication.md): This little tutorial will show you how to manage Appmixer SDK authentication.
- [Sharing Flows](https://docs.appmixer.com/6.0/v4.5/tutorials/sharing-flows.md): This tutorial shows how flows can be shared in Appmixer either using the API or the SDK.
- [Flows Metadata & Filtering](https://docs.appmixer.com/6.0/v4.5/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 Flow Managers for different kinds of flows.
- [People Tasks](https://docs.appmixer.com/6.0/v4.5/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/v4.5/tutorials/customizing-modifiers.md): This tutorial shows you how you can customize your variable modifiers
- [Setting ACL](https://docs.appmixer.com/6.0/v4.5/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.
- [Integration Templates](https://docs.appmixer.com/6.0/v4.5/tutorials/integration-templates.md): Integration Templates, Wizard Builders and Wizards.
- [Installing and updating modules](https://docs.appmixer.com/6.0/v4.5/tutorials/installing-and-updating-modules.md): You can manage the modules available in your system using the Backoffice
- [Custom Webhook Trigger](https://docs.appmixer.com/6.0/v4.5/tutorials/custom-webhook-trigger.md)
- [Appmixer Virtual Users](https://docs.appmixer.com/6.0/v4.5/tutorials/appmixer-virtual-users.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.appmixer.com/6.0/v4.5/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.
