> For the complete documentation index, see [llms.txt](https://docs.signius.eu/signius-professional-platform-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.signius.eu/signius-professional-platform-en/downloading-previewing-and-deleting-documents.md).

# Downloading, previewing and deleting documents

Depending on their statuses and whether you are the owner of them, you can **preview, download or delete** the documents in the folder. To perform any of these actions, click the 3 dots visible to the right on the document grid.

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

## Downloading a signed document

There are two ways to download a signed document:

1. Click the **"Download signed document"** button, which is located on the document gris on the left, in the green box.&#x20;
2. Click the **3 dots** under the document name and select "**Download signed document**."

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

## Downloading multiple documents at once

You can also download all the signed documents in a folder at once. While in the folder, click the "download signed documents" button on the right side, above the documents.

## Document previewing

To preview the document, hover your mouse over the card icon and then click on the loupe icon with a plus that appears in the center:

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

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

## Deleting a document

To delete a document, click the **3 dots** next to the documents name and select "**Delete document**".

If there are any signatures on the document, you will be asked, if you want to download it before deleting it.

**It is not possible to delete documents sent to you by other people. You can only delete those that you have uploaded to the platform by yourself.**

<figure><img src="/files/yNkOfZTtLncZ5HIVlWLn" alt=""><figcaption></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://docs.signius.eu/signius-professional-platform-en/downloading-previewing-and-deleting-documents.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.
