> 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/open-end-cleaning/understand-the-review-workspace.md).

# Understand the review workspace

#### Result groups

Use the tabs at the top of the selection panel to choose a working set:

* **All:** every judged respondent
* **Clean:** respondents with no flags
* **Flagged:** respondents the AI recommends removing
* **Partially Flagged:** respondents with one or more flags that the AI still recommends keeping

<figure><img src="/files/tBAnR8KQOMoYGx67j0xn" alt="" width="375"><figcaption></figcaption></figure>

#### Review by respondent or question

Use the view switcher to change how responses are organized:

* **Respondents:** review all open-ended answers from one respondent together.
* **Questions:** review answers to one open-ended question across respondents.

<figure><img src="/files/Yd0vqeRiGTfadRuJlVrl" alt="" width="375"><figcaption></figcaption></figure>

Each view has its own search:

* In respondent view, search respondent IDs or answer text.
* In question view, search the question list, then search within the selected question's responses.

#### Filter the results

Select **Filters** to narrow the list by:

* One or more quality checks
* Translation status, including pending, awaiting review, accepted, edited, or rejected

Filters work together with the selected result group and batch.

<figure><img src="/files/pIZ1RHjZ4436bd7b8HBf" alt="" width="250"><figcaption></figcaption></figure>


---

# 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/open-end-cleaning/understand-the-review-workspace.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.
