# Demo using UI

1. Step By Step
2. Demo

## 1. Step By Step

### 1.1 Create Savepoint:

* Click the **Savepoint** button.
* Enter a name in the dialog box.
* Click **Add** → the system will store a new savepoint for the current step of the Dry Run.

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

<figure><img src="/files/7GFtRpZJc9nhVbXbSP0k" alt=""><figcaption></figcaption></figure>

### 1.2 Restore Savepoint:

* Click the **Restore** button → a dialog opens showing all existing savepoints.
* From the dialog, you can:
  * **Apply** a savepoint → the Dry Run resumes from that state.
  * **Rename** a savepoint.
  * **Delete** a savepoint.
  * **Delete All Savepoints** → removes all savepoints for the policy.

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

### 1.3 Continue After Editing Policy

You can stop the Dry Run, modify the policy in the editor, and then restart the Dry Run.

{% hint style="danger" %}
**Note:** If you make changes to blocks that are already linked to existing savepoints, restoring those savepoints may cause unexpected behavior.
{% endhint %}

## 2. Demo Video

[Youtube](https://youtu.be/cO6Ls-j1ROE?si=ecjATzGYQECjiqTr\&t=120)


---

# 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://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/savepoints/demo-using-ui.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.
