> 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/legacy-flow.md).

# Legacy Flow

- [Starting a project](https://help.metaforms.ai/survey-programming-decipher/legacy-flow/starting-a-project.md)
- [Ad-hoc Study](https://help.metaforms.ai/survey-programming-decipher/legacy-flow/starting-a-project/ad-hoc-study.md)
- [Creating a new Project](https://help.metaforms.ai/survey-programming-decipher/legacy-flow/starting-a-project/ad-hoc-study/creating-a-new-project.md)
- [Using an existing Decipher Project](https://help.metaforms.ai/survey-programming-decipher/legacy-flow/starting-a-project/ad-hoc-study/using-an-existing-decipher-project.md)
- [Tracker Study](https://help.metaforms.ai/survey-programming-decipher/legacy-flow/starting-a-project/tracker-study.md)
- [Convert Ad-Hoc study to Tracker Study](https://help.metaforms.ai/survey-programming-decipher/legacy-flow/starting-a-project/tracker-study/convert-ad-hoc-study-to-tracker-study.md)
- [Launch a New Study Using Existing Decipher Survey](https://help.metaforms.ai/survey-programming-decipher/legacy-flow/starting-a-project/tracker-study/launch-a-new-study-using-existing-decipher-survey.md)
- [Build Page Walkthrough](https://help.metaforms.ai/survey-programming-decipher/legacy-flow/build-page-walkthrough.md)
- [Clarification Sheet](https://help.metaforms.ai/survey-programming-decipher/legacy-flow/build-page-walkthrough/clarification-sheet.md)
- [XML Editor](https://help.metaforms.ai/survey-programming-decipher/legacy-flow/build-page-walkthrough/xml-editor.md)
- [Generate with AI](https://help.metaforms.ai/survey-programming-decipher/legacy-flow/build-page-walkthrough/xml-editor/generate-with-ai.md)
- [Edit with AI](https://help.metaforms.ai/survey-programming-decipher/legacy-flow/build-page-walkthrough/xml-editor/edit-with-ai.md)
- [Edit Entire XML with AI](https://help.metaforms.ai/survey-programming-decipher/legacy-flow/build-page-walkthrough/xml-editor/edit-entire-xml-with-ai.md)
- [Specializations](https://help.metaforms.ai/survey-programming-decipher/legacy-flow/build-page-walkthrough/xml-editor/specializations.md)
- [Update Question Type](https://help.metaforms.ai/survey-programming-decipher/legacy-flow/build-page-walkthrough/xml-editor/update-question-type.md)
- [Clips](https://help.metaforms.ai/survey-programming-decipher/legacy-flow/build-page-walkthrough/xml-editor/clips.md)
- [Quota Sheet](https://help.metaforms.ai/survey-programming-decipher/legacy-flow/build-page-walkthrough/quota-sheet.md)
- [Version History](https://help.metaforms.ai/survey-programming-decipher/legacy-flow/build-page-walkthrough/version-history.md)
- [File Preview](https://help.metaforms.ai/survey-programming-decipher/legacy-flow/build-page-walkthrough/file-preview.md)
- [Sync to Decipher](https://help.metaforms.ai/survey-programming-decipher/legacy-flow/build-page-walkthrough/sync-to-decipher.md)
- [Migrating to a Different Server](https://help.metaforms.ai/survey-programming-decipher/legacy-flow/build-page-walkthrough/migrating-to-a-different-server.md)
- [Overview Page Walkthrough](https://help.metaforms.ai/survey-programming-decipher/legacy-flow/overview-page-walkthrough.md)
- [Project Details](https://help.metaforms.ai/survey-programming-decipher/legacy-flow/overview-page-walkthrough/project-details.md)
- [Permissions](https://help.metaforms.ai/survey-programming-decipher/legacy-flow/overview-page-walkthrough/permissions.md)
- [Generation History](https://help.metaforms.ai/survey-programming-decipher/legacy-flow/overview-page-walkthrough/generation-history.md)
- [What are Templates?](https://help.metaforms.ai/survey-programming-decipher/legacy-flow/what-are-templates.md)
- [What are Templates?](https://help.metaforms.ai/survey-programming-decipher/legacy-flow/what-are-templates-1.md)
- [AI Rules](https://help.metaforms.ai/survey-programming-decipher/legacy-flow/ai-rules.md)
- [Think Hard mode](https://help.metaforms.ai/survey-programming-decipher/legacy-flow/think-hard-mode.md)
- [AI Prompt Assistant](https://help.metaforms.ai/survey-programming-decipher/legacy-flow/ai-prompt-assistant.md)


---

# 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/legacy-flow.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.
