# Install and configure apps

Make's administration interface lets you install, manage, and control access to apps on your instance. In order for your end-users to access apps in their scenarios, you must first install and configure them on your instance. Your instance has only several essential tools preinstalled by default. These preinstalled tools are necessary for all scenarios to execute and include important modules like routers, iterators, and aggregators. You need to install and configure any other app you want to provide on your instance.

Managing apps requires an instance-level role such as `SA` or `Admin`. Make organizes apps into two main groups, each with its own page in the admin interface:

* **Native Apps** - The complete catalog of apps that Make develops and publishes, including enterprise and premium apps. The Native apps page lets you:
  * [Install and configure native apps](/white-label-documentation/install-and-configure-apps/native-apps.md)
  * [Configure OAuth 2.0 connections required by some apps.](/white-label-documentation/install-and-configure-apps/oauth-2.0-setup.md)
* **Custom Apps** - Private apps that you or your end-users create. You can share access to custom apps in the following ways:
  * [Via a private link to restrict access to only those who have the link.](/white-label-documentation/install-and-configure-apps/custom-apps/sharing-with-a-link.md)
  * [Via compiling the app to make the custom app available to all end-users.](/white-label-documentation/install-and-configure-apps/custom-apps/compiling-the-app.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://developers.make.com/white-label-documentation/install-and-configure-apps.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.
