# E-sign document

Hippoly Docs supports e-signing directly in the workspace, using the same secure Scrive-powered e-signing as files and meeting minutes. Once a document is signed, it's locked as read-only and a signed PDF is stored alongside it.

{% hint style="info" %}
E-signing a document requires that your workspace has e-signing enabled and has available signing credits. Check with your workspace administrator if you're not sure.
{% endhint %}

{% stepper %}
{% step %}
Open the document you want to send for signing. The document should be ready for signing — once the signing flow starts, no more changes can be made.
{% endstep %}

{% step %}
Click the `Sign` action. If the document is still a draft, Hippoly will remind you that it's about to be shared as part of the signing flow.
{% endstep %}

{% step %}
Follow the prompts to add the signers and any additional signing options, then confirm. Hippoly sends the signing request.
{% endstep %}

{% step %}
While signing is in progress, the document shows a **Signing** indicator. Once all signers have signed, the document status changes to **Signed** and the signed PDF is stored alongside the document.
{% endstep %}
{% endstepper %}

## After signing

A signed document is **read-only** — no one can edit its content. You can still download the signed PDF and view the document's [version history](/using-hippoly/hippoly-docs/version-history.md). See [Download document](/using-hippoly/hippoly-docs/download-document.md) to get the signed PDF.


---

# 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://help.hippoly.com/using-hippoly/hippoly-docs/e-sign-document.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.
