> 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/54import.md).

# 5.4. インポート

他のXooNIpsサイトでエクスポートしたアイテムや、Index Keywordのファイルを読み込んで利用することが出来ます。

XooNIps ユーザメニューのインポートをクリックします。

**Table 5.1. インポート機能**

| 項目名                      | 機能                                            |
| ------------------------ | --------------------------------------------- |
| Importするファイル             | インポートするファイルを選択します。                            |
| 公開インデックスに登録するアイテムを自動承認する | アイテムのインポート先がPublic領域だった場合にアイテムの公開承認を自動的に行います。 |
| エラーチェックだけを行う             | エラーチェックのみで実際のインポート処理は行いません。                   |
| ログを出力する                  | インポート処理のログを表示します。(デフォルトでチェックが入っています。）         |

インポート先のIndex Keywordにチェックを入れて、インポートファイルを選択したら「次へ」ボタンを押します。

![Import](/files/-LTRXqWqDxnGXcDeGJMe)

**Figure 5.91.** **インポート**

&#x20;ログを出力するにチェックをした場合、インポートエラーがあった場合には内容が表示されるので「戻る」ボタンを押して前の画面に戻り修正します。

![Import error log](/files/-LTRXqWt_NL-jDasEpPJ)

**Figure 5.92.** **インポートエラーログ**

エラーが無い場合は確認画面が表示されますので、「インポート」ボタンを押してインポートを実行します。

衝突の解決

インポートファイルに重複するKeywordやアイテムがある場合に上書きするかどうかの確認画面が表示されます。

![Refrain from unwanted overwriting](/files/-LTRXqWv96rGq8U6y3xZ)

**Figure 5.93.** **衝突の解決**


---

# 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/54import.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.
