> For the complete documentation index, see [llms.txt](https://xoops.gitbook.io/xoonips-tutorial/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xoops.gitbook.io/xoonips-tutorial/jp/5operations/50readme/53export.md).

# 5.3. エクスポート

他のXooNIpsサイトへアイテムやIndexTree構造を利用出来るようにする為のファイル書き出し機能です。

#### Tip

サイトポリシー設定のImport/Exportの項目でenabledの項目がYesに設定されている場合は登録ユーザーでもインポート・エクスポートが可能になります。

エクスポートされる内容

* アイテム

  同一のIndex keywordに登録されている複数のアイテムを同時にエクスポートすることも出来ます。

  **Tip**

  添付ファイルをエクスポートするかどうかはサイトポリシー設定のImport/Exportでの設定で決定されます。
* Index Tree keyword

  Indexの構造をエクスポート出来ます。

エクスポートの手順

1. Index Tree keywordのエクスポート方法

   **Tip**

   アイテムが登録されていない空のIndex Keywordはエクスポート出来ません。

   Index Keywordをクリックしてアイテム一覧画面を表示します。

   エクスポートしたいKeywordをクリックして、「Export」ボタンを押します。

![](/files/-LTSHCQJ2ykqLpB99BRv)

**Figure 5.85. Indexのエクスポート**<br>

インデックスツリーをエクスポートするにチェックを入れます。再帰的にエクスポートする場合にはインデックスを再帰的にエクスポートするの項目をはいに設定してください。

![](/files/-LTSHGUA0hXJiTrvF9Ji)

**Figure 5.86. Indexのエクスポート2**<br>

エクスポートされる情報が表示されますので、確認した上で「ダウンロード」ボタンを押すとエクスポートファイルがダウンロードされます。

![](/files/-LTSHLSRdojcMUkg3KVr)

**Figure 5.87. Indexのエクスポート3**<br>

1. アイテムのエクスポート

   検索などを利用してエクスポートしたいアイテムの詳細画面を表示して、「エクスポート」ボタンを押します。

![](/files/-LTSHRAna5rMUavDDN_F)

**Figure 5.88. アイテムのエクスポート**<br>

添付ファイルを同時にエクスポートするかどうかの設定をします。

**Tip**

サイトポリシー設定のインポート/エクスポート設定で添付ファイルのエクスポートの項目がいいえの場合にはここで選択項目は現れません。

![](/files/-LTSHVT_bUbt96WZ2dU1)

**Figure 5.89. アイテムのエクスポート2**<br>

アイテムダウンロードのライセンス条項に同意して、合意するにチェックを付け「ダウンロード」ボタンを押すとエクスポートファイルがダウンロードされます。

![](/files/-LTSHYgYlcUMVXNFHF7b)

**Figure 5.90. アイテムのエクスポート3**


---

# 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://xoops.gitbook.io/xoonips-tutorial/jp/5operations/50readme/53export.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.
