# E-sign meeting minutes

E-signing meeting minutes works differently from signing regular files or Hippoly Docs. The signing flow is accessed from the **meeting panel** rather than the folder view, and you can optionally include attachments such as supporting documents and files from the meeting.

{% hint style="info" %}
If you want to e-sign a regular file or a Hippoly Doc, see [Send for e-signing](/using-hippoly/e-signing/e-sign-files-and-docs.md).
{% endhint %}

## Before you start

Before meeting minutes can be e-signed, the following must be in place:

* The **meeting minutes** (protocol) must have been created in the meeting.
* If your organisation uses an approval flow, the minutes should be approved before signing. Any ongoing review is automatically cancelled when the signing process starts.

## Start the signing flow

{% stepper %}
{% step %}
Navigate to the meeting and open the **Protocol** panel.
{% endstep %}

{% step %}
Click the `Sign` action on the protocol. Hippoly generates a PDF of the meeting minutes.
{% endstep %}

{% step %}
A preview of the generated PDF is shown so you can verify the content before sending it for signing.
{% endstep %}

{% step %}
You can include supporting documents from the meeting as part of the signing package. Only files that can be converted to PDF are included. This is useful when the minutes reference specific documents that the signers need to see together with the protocol.
{% endstep %}

{% step %}
Add the people who need to sign the minutes:

* **Workspace members:** search by name and select from the list.
* **External parties:** enter the person's name and email address.

For each signer, select a [signing method](/using-hippoly/e-signing/signing-methods.md) that determines how they verify their identity.
{% endstep %}

{% step %}
By default all signers can sign in parallel. If signatures need to happen in a specific sequence, enable `Set signing order` and arrange the signers in the desired order.
{% endstep %}

{% step %}
Review the settings and click `Send for signing`. The protocol status changes to **Signing** and all signers are notified.
{% endstep %}
{% endstepper %}

## After signing completes

When all signers have signed:

* The protocol status changes to **Signed**.
* The signed PDF is stored as a permanent file in the meeting folder, accessible to all meeting participants.
* The minutes can no longer be edited.

You can track the signing progress and send reminders from the [signing management view](/using-hippoly/e-signing/manage-signing-process.md).


---

# 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/meetings/e-sign-meeting-minutes.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.
