# Utility modules

When building a flow in the Appmixer Studio, there are **Utilities** and **Applications** in the left panel (note that these categories are completely configurable and thus can have different naming in your own Appmixer installation). These are the components that help you build a flow. In a single flow, you can use an unlimited number of components and, thus, automate any process you like.

![Utilities and Applications](/files/-MfmXcywkLd7rx1dXIWn)

In this section, we will explain some of the core Utility modules that are at your disposal by default. Keep in mind that you can customise all components and also implement your own using NodeJS and upload them to the Appmixer engine via the API to suit your specific business needs.

{% content-ref url="/pages/-Mf2wM1e9f3BCM9Ipy7C" %}
[Webhooks](/kb/appmixer-studio-features/utility-modules/webhooks.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Mf2xvJ98VyiKrHL7EWR" %}
[HTTP](/kb/appmixer-studio-features/utility-modules/http.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Mg6SYXdS4g68Qdi8Nbb" %}
[Filters](/kb/appmixer-studio-features/utility-modules/filters.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Mf2xrCzFf0tWaQAK4uh" %}
[Scheduling](/kb/appmixer-studio-features/utility-modules/scheduling.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Mf2xtUZ53berAx5p4-w" %}
[Forms](/kb/appmixer-studio-features/utility-modules/forms.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Mf2xxof3IkNRm6Y4WsC" %}
[Tasks](/kb/appmixer-studio-features/utility-modules/people-tasks.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Mg6Sab1HF9KlJZ5koN4" %}
[Language](/kb/appmixer-studio-features/utility-modules/language.md)
{% endcontent-ref %}


---

# 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/kb/appmixer-studio-features/utility-modules.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.
