# データセットのエクスポート

アノテーション結果や画像ファイルはいつでもエキスポートできます。

## アノテーション結果のエクスポート

アノテーション結果は `Download annotation data`メニューからいつでもエクスポートできます。

アノテーション結果はJSON形式でエクスポートされます。

**JSON形式の詳細については、こちらを参照してください。**

{% content-ref url="/pages/-MF--o3BVqrC3IGsmGYk" %}
[JSONフォーマット](/jpn/resources/json.md)
{% endcontent-ref %}

## 画像ファイルをエクスポートする

画像ファイルは `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/jpn/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.
