> For the complete documentation index, see [llms.txt](https://support.emsigner.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.emsigner.com/administrator-settings/admin-settings/template-access.md).

# Template Access

**Note**: Only **Admin users** have the privilege to provide access rights to internal users/ departments.

**Step 1:** Login to emSigner Super Admin account. Click on ‘Settings’ tab to open the Admin Settings. Click on ‘Template Access’ below Admin Settings.

<figure><img src="/files/EXRnGZf62gaeZkO0bzv8" alt=""><figcaption><p>Template Access under Admin Settings</p></figcaption></figure>

**Step 2**: You will find two tabs 1. ***Department*** 2. ***Users***

<figure><img src="/files/vx7ciEb0AhNxZHtLjoZJ" alt=""><figcaption><p>Template Access - Department or User</p></figcaption></figure>

**Access rights to Users**

**Step 3:** Click the “***Users”*** tab, you will find a user search box

<figure><img src="/files/x0YoAmU7nnZBznULO37s" alt=""><figcaption><p>Access rights to Users</p></figcaption></figure>

**Step 4:** Search **user** and select the features and functionalities (workflows, activities/ sub-activities, Report, encrypt/ decrypt, etc.,) that you want to provide access rights by selecting the checkbox and clicking on the “***Save***” button.

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

**Access rights to Department**

**Step 5:** Click the “*Department*” tab, you will find a department search box

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

**Step 6:** Search **department** and select the features and functionalities (workflows, activities/ sub-activities, Report, encrypt/ decrypt, etc.,) that you want to provide access rights by selecting the checkbox

<figure><img src="/files/3zHcj4jrOgZ87CVi2H0F" alt=""><figcaption></figcaption></figure>

**Step 7:** Click the “*Save*” button to grant access successfully


---

# 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://support.emsigner.com/administrator-settings/admin-settings/template-access.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.
