# Apply Stage

In the **Apply** stage, you work through a question-by-question checklist to preview, accept, and finalize every change to your survey scripts. This article covers the standard flow and the variations you'll encounter.

***

### The Apply Screen

The apply screen is split into three areas:

* **Left:** A checklist of all questions (by ID, in order). You must work through them sequentially.
* **Middle:** The change detail and status for the currently selected question.
* **Right:** Reference files — script, metadata, routing, quota sheet, clarification sheet, and questionnaire.

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

***

### Standard Flow: Preview, Accept & Finish

**Step 1:** Once the checklist is generated, select the first question to begin.

<figure><img src="/files/6KOl6Kz58NfEmZz0FfKT" alt=""><figcaption></figcaption></figure>

**Step 2:** Review the suggested change and its description. Click **Preview Changes** to see a diff of exactly what will be modified in your scripts.

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

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

**Step 3:** If the changes look correct, click **Accept All** to apply them. The question's status will update to "applied."

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

**Step 4:** Mark the question as **Finished** once you've done all the changes, then move to the next question in the checklist by clicking on **Next Item**

### Clarification-Blocked Questions

An unresolved clarification from the Review stage may block some questions. This will be shown explicitly as information on that question.

**Step 5:** Resolve the blocking clarification first (add your answer or context), then click **Check Resolution** to re-evaluate the change and unblock the question.

<figure><img src="/files/8olQyxiVfBWo4CWOHgf8" alt=""><figcaption></figcaption></figure>

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

***

### Cacading Changes

For cascading changes, an info label will explain if current changes were already handled in a previous question or if the detected change has any downstream cascading effects.

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

***

### Raising New Clarifications

If you spot an issue while applying changes, you can raise a new clarification directly from the apply screen without going back to the Review stage.

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

This will add a new row for the selected Question ID in the clarification sheet, and the programmer can then update the details to be clarified.

***

### Making Manual Updates (for Non-detected Changes)

If a question has no auto-detected changes but you still want to update it, enter your notes or edits in the text box provided and mark it as finished.

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

***

Once every question in the checklist is addressed, see[Completing Version](/survey-programming-dimensions/change-management/completing-version.md) to wrap up.


---

# 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/apply-stage.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.
