> For the complete documentation index, see [llms.txt](https://help.hippoly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.hippoly.com/using-hippoly/hippoly-docs/update-shared-doc.md).

# Update document

A shared document is visible to everyone in the workspace and is read-only by default. Anyone with view access can edit it by starting a new version.

Starting a new version creates a working copy that's only visible to users participating in the editing. The rest of the workspace continues to see the current shared version until the new version is shared.

## Start a new version

{% stepper %}
{% step %}
Open the shared document you want to update.
{% endstep %}

{% step %}
Click the `Edit` button in the top toolbar. A new version is created as a working copy.

![Edit shared document](/files/HV9cYcpgkaJZBOyOewHT)

{% hint style="info" %}
If someone else has already started a new version, clicking `Edit` will add you as a collaborator on their version instead of starting a new one.
{% endhint %}
{% endstep %}

{% step %}
The document now shows an **Editing** label in the header. Your changes are only visible to you and the other collaborators, everyone else continues to see the currently shared version.
{% endstep %}

{% step %}
If you want to work on the new version together with others, invite them as collaborators by clicking the `dropdown arrow` next to the **Share** button and selecting `Invite to edit`.
{% endstep %}
{% endstepper %}

## Share changes

When the new version is ready, sharing the changes replaces the currently shared version with your updated content. After sharing, the new content is visible to everyone in the workspace.

{% hint style="info" %}
Sharing changes button is only available to **editors** of the new version in progress.
{% endhint %}

{% stepper %}
{% step %}
Open the document that has a new version in progress. You'll see the **Editing** label indicating that a new version is being worked on.
{% endstep %}

{% step %}
Click the `Share with everyone` button in the top-right corner of the editor.
{% endstep %}

{% step %}
Confirm the action in the dialog. The new version becomes the active shared version and is now visible to everyone in the workspace. Previous versions remain available in the [version history](/using-hippoly/hippoly-docs/version-history.md).
{% endstep %}
{% endstepper %}

## Discard new version changes

If the changes you made while working on a new version are not needed, for example you were just testing something out or a different approach is needed, you can discard them. The document reverts to the last shared version and the new version changes are removed.

{% hint style="warning" %}
Discarding new version changes is permanent. All edits made in the current new version will be deleted and can't be recovered.
{% endhint %}

{% stepper %}
{% step %}
Open the document with the new version in progress.
{% endstep %}

{% step %}
Click the `dropdown arrow` next to the **Share** button and select `Discard changes`.

![Discard changes menu](/files/SpmEdCoLYXbps1Fm1L2X)
{% endstep %}

{% step %}
Confirm the action in the dialog. The new version changes are removed and the document reverts to the currently shared version.
{% endstep %}
{% endstepper %}

## Update a signed document

Once a document has been signed, it's locked and converted to a signed PDF to preserve the signatures in a exportable format. Because of this, you can't start a new version of it the same way as with an unsigned document.

To make changes, create a new editable copy of the signed document instead. The copy starts as an unsigned draft that you can edit and share like any other document. The original signed PDF remains unchanged and stays available in the workspace.

{% stepper %}
{% step %}
Go to `Files` in the main menu.&#x20;
{% endstep %}

{% step %}
Navigate to the **folder** where the signed document is located.
{% endstep %}

{% step %}
Click the **menu icon** and select `Create editable copy`.

<img src="/files/XRGmT13u8f0VyMrjZDOo" alt="Signed document in folder" width="563">
{% endstep %}

{% step %}
A **draft** copy is created in the same folder, visible only to you. Make your updates and share it with the rest of the workspace when you're ready.
{% endstep %}
{% endstepper %}


---

# 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://help.hippoly.com/using-hippoly/hippoly-docs/update-shared-doc.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.
