# Exporting datasets

You can export annotation results and image files at any time.

## Exporting annotation results

Annotation results can be exported from the Project at any time using `Download annotation data`.

Annotation results are exported in the JSON format.&#x20;

**To learn more about the JSON format, read here:**

{% content-ref url="/pages/-MF--o3BVqrC3IGsmGYk" %}
[JSON format](/resources/json.md)
{% endcontent-ref %}

## Exporting image files

Image files can be exported from the Project at any time using `Download files`.


---

# 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://docs.annostation.orni.co.jp/mastering-annostation/export.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.
