> 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/project-manager-collaboration/the-programming-workspace-sp.md).

# The Programming workspace (SP)

![End to end: initialising the Programming workspace, the Agent script streaming into the XML editor, Validate & Sync, then Mark ready notifying the project team](https://1402057010-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgtHd8o9ldznZ1hKHiZvc%2Fuploads%2F1GrIhLNrViqRahwn5xai%2Fsp-programming-workspace-e2e-v3.gif?alt=media)

The workspace has three panels.

**XML editor** (left) — tabs for XML, Quota Sheet, and Clarifications. Raw survey markup with an AI-generation shortcut (**⌘+K**). Error and warning counts and the last-saved time sit at the bottom.

**Document preview** (centre) — the rendered questionnaire, with **Export** and **Changes & comments** controls, plus **Back to V1** navigation. The viewer opens on the handoff right after the last one you marked ready — the next thing to script — rather than the newest send.

**Changes / Comments** (right) — the same mechanics as the PM editor, subject to the version-boundary rule: Changes aggregate across versions until marked ready; Comments persist.

When scripting is complete, use **Mark ready** to notify the project team. It's available on any handoff that hasn't been marked ready yet, and it's how the PM knows the build is done and ready for review.


---

# 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/project-manager-collaboration/the-programming-workspace-sp.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.
