# Add Permission Set

This page will allow you to create a new application permission set of Microsoft Graph permissions.

Set a name for your new permission set, optionally import from an existing permission set, optionally add a service principal, and select the application and delegated permissions to add to the set.

{% stepper %}
{% step %}

### Name the Permission Set

{% endstep %}

{% step %}

### (Optional) Import from an Existing Permission Set

{% endstep %}

{% step %}

### (Optional) Select a Service Principal

Click the refresh button next to the drop down to pull in updated results from Graph.&#x20;

{% hint style="info" %}
The form will default to Microsoft Graph. To select additional service principals (such as Microsoft SharePoint Online), select your desired service principal and click the `+` button to the right of the dropdown.
{% endhint %}
{% endstep %}

{% step %}

### Select Permissions

Select both Application and Delegated permissions for any of the selected service principals.
{% endstep %}

{% step %}

### Click "Save Changes" Button

{% endstep %}

{% step %}

### Click "Save" Button

{% endstep %}
{% endstepper %}

{% hint style="success" %}
Now you can use [Add App Approval Template](/user-documentation/tenant/administration/applications/templates/add.md)to create a template to deploy this permissions set with the app you want to select.
{% 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/permission-sets/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.
