> For the complete documentation index, see [llms.txt](https://help.metaforms.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.metaforms.ai/survey-programming-decipher/unified-flow/change-management/completing-version.md).

# 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

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

**Step 1:** Click **Save and Sync** at the top to write all applied changes back to your Decipher 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/zLoEu4Npu9vUvyFKmONo" alt=""><figcaption></figcaption></figure>

***

### Saving Progress & Resuming

If you need to pause your work before completing the checklist, you can close the tab as-is and return back anytime to the progress made since the changes are auto-saved.


---

# 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:

```
GET https://help.metaforms.ai/survey-programming-decipher/unified-flow/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.
