# Add App Approval Template

This page will allow you to create an approval template for a multi-tenant application. Set the template name, application to deploy, and the permission set.

{% stepper %}
{% step %}

### Name the Template

{% endstep %}

{% step %}

### Select Application Type

You can select between "Enterprise Application", "Gallery Template", or "Application Manifest".&#x20;

* **Enterprise Application:** Deploy existing multi-tenant apps from your tenant. Requires "Multiple organizations" or "Personal Microsoft accounts" in App Registration settings.
* **Gallery Template:** Deploy pre-configured applications from Microsoft's Enterprise Application Gallery with standard permissions.
* **Application Manifest:** Deploy custom applications using JSON manifests. For security, only single-tenant apps (AzureADMyOrg) are supported.
  {% endstep %}

{% step %}

### Select Options

### Enterprise Application

* Select the Enteprise Application from the dropdown

{% hint style="warning" %}
This dropdown will only display applications with a sign in audience set to multi-tenancy.
{% endhint %}

* Select the previously created permission set

{% hint style="warning" %}
As a prerequisite, you must first create a permissions template. See the documentation on [Add Permission Set](/user-documentation/tenant/administration/applications/permission-sets/add.md).
{% endhint %}

### Gallery Template

* Select the Gallery Template application from the dropdown

### Application Manifest

* Paste your application manifest JSON here. Use the "[Microsoft Graph App Manifest](https://learn.microsoft.com/en-us/entra/identity-platform/reference-microsoft-graph-app-manifest)" format.

{% hint style="warning" %}
For security reasons, signInAudience must be 'AzureADMyOrg' or not specified.
{% endhint %}
{% endstep %}

{% step %}

### Click "Create Template"

{% endstep %}
{% endstepper %}

{% hint style="success" %}
You can now deploy the application with the permissions template in [Standards & Drift](/user-documentation/tenant/standards.md) or [Application Approval](/user-documentation/tools/tenant-tools/appapproval.md).
{% endhint %}

***

## Feature Requests / Ideas

We value your feedback and ideas. Please raise any [feature requests](https://github.com/KelvinTegelaar/CIPP/issues/new?template=feature.yml) on GitHub.


---

# 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.cipp.app/user-documentation/tenant/administration/applications/templates/add.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.
