> 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/user-management-and-settings/decrypt.md).

# Decrypt

**Step 1:** Log in to the emSigner account using your **Admin User Name** and **Password**

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

Enter the password to login into the account.

<figure><img src="/files/4Fny5U4YdzosvZRKBRKn" alt=""><figcaption></figcaption></figure>

**Step 2:** Click on the Settings tab present at the top.

<figure><img src="/files/79H2Q3X2H8d3fAhG8HtL" alt=""><figcaption><p>emSigner Settings Tab</p></figcaption></figure>

**Step 3**: Under ‘***Settings***‘ click on the **‘*****Decrypt***‘ option.

<figure><img src="/files/QuPpEwLihoEL667vPtgs" alt=""><figcaption><p>Decrypt option in Settings</p></figcaption></figure>

**Step 4**: You will be navigated to *Decrypt Files and Documents* page, where you will have an option to select file or folder. Click “***Select File/ Select Folder**”* to locate the source file or folder to be decrypted and then click “O*pen”.*(Note: There will be a radio button to select “Single/ Multiple”. If you select Single, you will be able to load a file. If you select Multiple, you will be able to load files within a folder.)

<figure><img src="/files/v9nabbMzr25Mad2XpFCY" alt=""><figcaption><p>Decrypt Files and Documents Page</p></figcaption></figure>

**Step 5**: Click ***‘Select Folder*****‘** to locate the destination folder to save the decrypted file and then click “*Open”*

<figure><img src="/files/zasm4wO0aMb0GosWvqVb" alt=""><figcaption><p>Select Source and Destincation Folders</p></figcaption></figure>

**Step 6**:  Now click on ‘***Decrypt Now***‘ button and you will be able to decrypt the document.

<figure><img src="/files/aYE6tx1iapkmhwWzoIdb" alt=""><figcaption><p>Decrypt Now Option</p></figcaption></figure>


---

# 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/user-management-and-settings/decrypt.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.
