> For the complete documentation index, see [llms.txt](https://docs.guildabot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.guildabot.com/guilda-bot-knowledge-base/customer-guides/bot-usage/utilities-branch/applications.md).

# Applications

Applications provides a set of configurable options that you can display on your server, allowing members to submit applications for roles or opportunities. All available configuration settings for Applications can be found within the Utilities Branch after assembling the module. This enables you to customize the application process and showcase it to your server members effectively.\ <br>

<figure><img src="/files/6okxwbl6N167CAYXW7D3" alt=""><figcaption></figcaption></figure>

Once you reach this screen in the application module, click on **Create Panel** to begin setting up your application for your Discord server. These applications can be customized for any purpose or role within your server, allowing you to gather information or manage applications efficiently.

<figure><img src="/files/ntOfS6qAI50a4cSOsB1k" alt=""><figcaption></figcaption></figure>

After you create your application panel, the next step is to click on **Post App Embed**. This will generate and post the application embed in your server, making it accessible for members to view and submit their applications.

{% hint style="info" %}
Make sure in the Panels area you write the name of the panel as you named it in the previous step. This is case sensitive.
{% endhint %}

<figure><img src="/files/dhaivw9k8gHnehXrlxn4" alt=""><figcaption></figcaption></figure>

Once you click **Submit**, the application panel will be displayed in your Discord server, allowing members to view and submit their applications.

If you want to restrict certain roles from applying for a specific application, you can set up a **blacklisted role**. Members with this role will be prevented from applying while they retain their current roles in your server. This helps you control who can submit applications for particular roles or positions.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.guildabot.com/guilda-bot-knowledge-base/customer-guides/bot-usage/utilities-branch/applications.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
