> For the complete documentation index, see [llms.txt](https://docs.inogic.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inogic.com/click2undo/getting-started/set-up-security.md).

# Set up Security

Undo2Restore has the following security roles:

{% tabs %}
{% tab title="Undo2Restore Administrator " %}
The **Undo2Restore Administrator** is given the right to configure as well as use Undo2Restore solution.
{% endtab %}

{% tab title="Undo2Restore User" %}
Undo2Restore **User** has the right to use the solution only to undo changes in Dynamics 365 CRM records. They cannot restore deleted records.
{% endtab %}
{% endtabs %}

{% hint style="info" %}
**Note: It is necessary to assign any one of the above security roles to use Undo2Restore solution.**
{% endhint %}

### Using Power Platform

* Go to Advanced Settings → System → Security → Users.

<figure><img src="/files/aivqDeZc5gzG0HIkvIaN" alt=""><figcaption></figcaption></figure>

* Select user → **Manage security roles.**

<figure><img src="/files/fK9djDEaiBq7CQjFnPMR" alt=""><figcaption></figcaption></figure>

* Click on any one of the Undo2Restore security roles as per your business requirement → Click **Save.**

<div align="left"><figure><img src="/files/hLjrLFc5Bcaivh65oU4F" alt=""><figcaption></figcaption></figure></div>

### Using Classic UI

Here are the steps to assign security role to users.<br>

* Go to Advanced Settings --> Settings --> Security.

![](/files/-M4zrWxIECR_tszC4Htj)

* Select Users.

![](/files/-M4zrddkU9sgnOQccGE8)

* Select user --> Click on Manage Roles.

![](/files/-M4zrnKUPnOt-QEHPSBE)

* Click on any one of the security roles --> Click Ok.

![](/files/-M4zsQ2ZfDTw0AJV2Z2f)

{% hint style="success" %}
For further queries, reach out to us at <crm@inogic.com>
{% endhint %}


---

# 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.inogic.com/click2undo/getting-started/set-up-security.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.
