> 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/open-end-cleaning-and-coding/introduction-to-oe-coding/step-2-upload-and-map.md).

# 2. Review the questions

Metaforms extracts the questions from the questionnaire and marks the questions it believes are open-ended.

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

Review the extracted list before continuing:

* Use **All**, **Open-ended**, and **Closed** to filter the list.

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

* Turn **Open-ended** on or off to correct a question's classification.

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

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

* Edit a question's number, text, and pre-coded options when required.

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

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

* Simply click on a question to find the question in the questionnaire preview.
* Select **Add question** if Metaforms did not extract a question.

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

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

* Remove a question that should not be included.
* In the **All** view, drag questions to change their order.

When the question list and open-ended classifications are correct, select **Confirm**.

> **Important:** Editing a question after confirmation reopens the open-ended set. If downstream cleaning or coding work already exists, Metaforms may ask you to confirm the affected outputs before applying the change.


---

# 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/open-end-cleaning-and-coding/introduction-to-oe-coding/step-2-upload-and-map.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.
