> For the complete documentation index, see [llms.txt](https://docs.meeds.io/meeds-guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meeds.io/meeds-guides/admin-guide/setting-up-meeds/set-up-your-hub/application-center-setup.md).

# Application Center Setup

{% hint style="info" %}
This page applies to the **Business** and **Enterprise** plans.  [👉 Compare all plans](https://www.meeds.io/pricing)
{% endhint %}

### List the available applications

* From the administration site, go to the application management.
* The previously added applications are listed as follows:

:point\_right: Icon, application name, description, and application link.&#x20;

:point\_right: Access permissions to the application: This allows listing the application according to the user profile.&#x20;

:point\_right: Status: Mandatory, Active, or accessible on mobile.

### Add an application

* From the application management, click on 'Add an application.'&#x20;
* You can define the characteristics of your application: name, link, permissions.&#x20;

:point\_right: *Identify the user group that can add this application to their application center.*&#x20;

* If necessary, add additional information: image, description.&#x20;
* Option: Add a link to a tutorial, help using the 'Help Page' field. Users can access it from the application center.&#x20;
* Choose the status of your application:&#x20;

:point\_right: The mandatory status displays the application by default to users.&#x20;

:point\_right: The mobile status lists the applications even when your users access the hub with a mobile or tablet.&#x20;

### Modify an application

* From the application management, and for an application, click on the 'edit' button.&#x20;
* The form will open with the previously completed fields.
* You can thus modify the information, disable the application if necessary.&#x20;

### Customize the application center

* From the application management, go to the 'Settings' tab
* You can specify the maximum number of applications for users
* You can modify the default icons of applications


---

# 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.meeds.io/meeds-guides/admin-guide/setting-up-meeds/set-up-your-hub/application-center-setup.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.
