# 2.2. データの分類

## 2.2.1. **アイテムタイプによるデータの分類** <a href="#id-2-2-1-data-classification-by-item-type" id="id-2-2-1-data-classification-by-item-type"></a>

&#x20;XooNIps は12種類の異なったデータフォーマットをアイテムタイプとして用意しています。今後新しいタイプのデータが出てきた場合には新たにアイテムタイプを作成することで対応することが出来ます。

## 2.2.2. **アイテムの分類と整理にはIndex Tree** <a href="#id-2-2-2-index-trees-to-classify-manage-items" id="id-2-2-2-index-trees-to-classify-manage-items"></a>

&#x20;アイテムはIndexTreeで整理します。IndexTree はアイテムの登録領域毎にPublic、Group、Privateのタブで分類されています。それぞれのタブにはキーワードで細かくアイテムを分類登録することが出来ます。

![XooNIps](/files/-LTRXmMfRLz1y5g8CC4R)

**Figure 1.3.** **XooNIpsの基本画面**

## 2.2.3. **データの検索** <a href="#id-2-2-3-data-search" id="id-2-2-3-data-search"></a>

XooNIpsでは以下の検索方法で登録アイテムを検索出来ます

* IndexTreeからの検索
  * 検索したいタブ(Public、Group、Private）のIndexTreeをクリックすると登録されているアイテムのリストが表示されます。
* Keyword 検索
  * 検索BOXに検索語を入力して検索することも出来ます。
* 詳細検索
  * 更に細かくアイテムタイプを指定して検索を行うことも出来ます。


---

# 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://xoops.gitbook.io/xoonips-tutorial/jp/1overview/2-xoonipsnona/22data_classification.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.
