> 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-dimensions/programming-page-walkthrough.md).

# Programming Page Walkthrough

Once your Dimensions project is set up, you'll land in the **Programming** tab — the central workspace for scripting, reviewing, and managing your survey. This guide introduces the key panels and features you'll use day-to-day.

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

***

### Script Panel

The left side of the screen displays your survey script, split into two tabs:

* **Metadata** — defines your questions, answer lists, and variable types.
* **Routing** — controls survey flow and logic.

![](https://usercontent.in.prod.clueso.io/743138ba-7933-4a1a-90b2-26ddeb90ccbd/05bff956-b6b9-43fb-a3e7-da02dc5a8ddc/72abdf46-28de-4a4d-984b-fc8019b95247/images/dabdc36d-1265-4cab-b4f3-4800fa359b24.png)

You can use the **split screen** feature to view or edit metadata and routing scripts side-by-side — either vertically or horizontally.

![](https://usercontent.in.prod.clueso.io/743138ba-7933-4a1a-90b2-26ddeb90ccbd/05bff956-b6b9-43fb-a3e7-da02dc5a8ddc/72abdf46-28de-4a4d-984b-fc8019b95247/images/925e4120-a4e3-4be5-9c47-3e31c6538446.png)

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

***

### Quotas Panel

At the top, you'll find the **Quotas** panel. It starts empty and populates once quotas are generated through the AI agent.

![](https://usercontent.in.prod.clueso.io/743138ba-7933-4a1a-90b2-26ddeb90ccbd/05bff956-b6b9-43fb-a3e7-da02dc5a8ddc/72abdf46-28de-4a4d-984b-fc8019b95247/images/a6062b88-7334-41df-9e8f-3f6c994193a4.png)

***

### Design Files & Agent

The right side of the screen gives you access to two key panels:

* **Design File** — displays your uploaded questionnaire as a constant reference while you work.

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

* **AI Assistant** — chat-based agent that helps you program questions, quotas, and logic.

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

***

### Edit History

View a timeline of all file changes and versions, so you can track what was modified and when.

![](https://usercontent.in.prod.clueso.io/743138ba-7933-4a1a-90b2-26ddeb90ccbd/05bff956-b6b9-43fb-a3e7-da02dc5a8ddc/72abdf46-28de-4a4d-984b-fc8019b95247/images/f12aba2f-3353-42fe-800d-f93ab70988c5.png)

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

#### Saving Checkpoints

You can manually save a checkpoint at any point to bookmark your progress. Give it a descriptive name and click **Save Checkpoint**.

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

![](https://usercontent.in.prod.clueso.io/743138ba-7933-4a1a-90b2-26ddeb90ccbd/05bff956-b6b9-43fb-a3e7-da02dc5a8ddc/72abdf46-28de-4a4d-984b-fc8019b95247/images/71132b06-8753-4dc2-baf5-383125bab067.png)

***

### Save, Sync & Test

When you're ready to push your work back to your Dimensions project directory:

1. Click **Save and Sync** at the top to write your code changes back to the project directory.
2. Click **Test** to launch the Unicorn app and preview your survey build directly.


---

# 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.metaforms.ai/survey-programming-dimensions/programming-page-walkthrough.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.
