# Applications

### Overview

Applications in FlexyBot are prebuilt automation packages that quickly add functionality to your bot. Instead of setting up individual automations, you can install and configure an application.

### Managing Applications

* **Install** – Go to your project's **Applications** page, choose an application and click **Install**.
* **Configure** – Use the buttons on the application page. These buttons allow you to configure it in a simple way.
* **Uninstall** – Remove applications when no longer needed.

### Some applications

* Auto message
* Temporary roles
* Member counter
* Purge command

We keep creating new applications. If you have a suggestion for a new application, you can send it in our Discord server.


---

# 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.flexy.bot/general/applications.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.
