# How to - Create and Edit personal outlook contacts in SCA

With Secure Contacts App, users can create, edit, and delete their personal Outlook contacts directly in the app.

To enable this feature, an administrator must grant consent for the newly added permission **`Contacts.ReadWrite`** to the [SCA Enterprise App](/documentation/authentication/enterprise-application.md). ⚠️

{% hint style="success" %}
If the [**SCA Enterprise App**](/documentation/authentication/enterprise-application.md) is being registered for the first time, no further action is required - all current permissions, including Contacts.ReadWrite, will be included automatically.
{% endhint %}

{% hint style="warning" %}
**Note:** This action is only required if the [**SCA Enterprise App**](/documentation/authentication/enterprise-application.md) has already been registered before September 2025 and used in your Azure tenant.<br>
{% endhint %}

1\) Go to <https://entra.microsoft.com> and sign in with a **Global Administrator** or **Privileged Role Administrator** account. \
2\) In the left menu, select **Enterprise Applications**, then find and select **Secure Contacts App**. \
3\) Open **Permissions**, click **Refresh**, and then click on **Grant admin consent for …**. \
4\) Wait a few seconds, then verify that the permission with the claim values **`Contacts.ReadWrite`** appears in the list and is marked as granted. \
5\) Done.


---

# 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.secure-contacts.com/how-to/how-to-create-and-edit-personal-outlook-contacts-in-sca.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.
