# Completing Version

After working through the checklist, you'll want to sync your changes, test them, and then close out the change management session. This article also covers how to pause and resume if you need to step away mid-session.

***

### Recommended Workflow

The recommended sequence after completing the checklist is:

1. **Save and Sync** your code back to the project directory.
2. **Test** the survey to verify everything works.
3. **Finish** the change management session only after testing confirms the changes are correct.

***

### Save, Sync & Test

**Step 1:** Click **Save and Sync** at the top to write all applied changes back to your Dimensions project directory.

**Step 2:** Click **Test** to launch the survey and verify your build before finalizing.

Optionally, click **Save and Sync** to save your progress and test your survey at any stage.

***

### Finish the Version

**Step 3:** Once testing is complete and you're satisfied with the changes, click **Finish** at the bottom of the checklist to close the change management session and confirm the new version is ready.

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

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

***

### Saving Progress & Resuming

If you need to pause your work before completing the checklist:

**Step 4:** Click **Exit Change Management**. You'll be given the option to save your progress before closing.

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

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

**Step 5:** To pick up where you left off, open the project, select the version you were working on, and click **Resume Changes**. Your checklist progress and all applied changes will be preserved.

<figure><img src="/files/0u42n77rom9IVQ0xE7wD" alt=""><figcaption></figcaption></figure>


---

# 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.metaforms.ai/survey-programming-dimensions/change-management/completing-version.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.
