# Flag exports

The flag export is a great way to see what flags have been placed where on your content. The export contains direct links to the tests with affected questions and other useful information to help you easily address flags.

{% hint style="warning" %}
Make sure you have the flags dashboard enabled! Go to Portal settings > Admins > Dashboard > Flags
{% endhint %}

From your dashboard you can see the 'Export to CSV' button to the right of the Question flags header.

<figure><img src="/files/C2MaWxw3MQhZy6o5kIn4" alt=""><figcaption><p>Selecting 'Export to CSV' will email you a CSV of your flags</p></figcaption></figure>

Selecting this will email you a CSV of the flags placed on your questions.&#x20;

{% hint style="warning" %}
The export will respect the filter you have set on the question flags modal, so if you change the status drop down to the right of the export button to 'Reviewed, then click the 'Export to CSV' button. Your export will now be of the reviewed flags.
{% endhint %}


---

# Agent Instructions: 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://academy.synap.ac/doc/exports-and-reporting/flag-exports.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.
