> For the complete documentation index, see [llms.txt](https://docs.nexthink.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexthink.com/platform/ja/user-guide/using-finder-classic/organizing-objects-categories-with-finder-classic/creating-categories-and-keywords-with-finder-classic.md).

# Finder (classic)でカテゴリとキーワードを作成する

{% hint style="info" %}
Nexthink FinderはWindows専用のデスクトップアプリケーションで、その機能は現在Nexthinkのwebインターフェース内でも利用可能です。 Nexthinkは現在ブラウザから直接使用でき、ほとんどの機能は追加のデスクトップアプリケーションを必要としなくなりました。
{% endhint %}

カテゴリとキーワードは、同じタイプのオブジェクトをユーザー定義のグループに分類することを可能にします。 適切な権限を持つユーザーのみがカテゴリを作成または編集できます。

## 新しいカテゴリを作成する <a href="#creatingcategoriesandkeywordswithfinder-classic-createanewcategory" id="creatingcategoriesandkeywordswithfinder-classic-createanewcategory"></a>

Finderを使用して新しいカテゴリを作成するには:

1. メインウィンドウの左側にある**カテゴリ**セクションに移動します。
   * 新しいカテゴリをトップレベルに作成したい場合は、**カテゴリ**セクションのヘッダーまたは空の領域を右クリックします。
   * 特定のフォルダー内に新しいカテゴリを作成したい場合は、**カテゴリ**セクション内の既存のフォルダーを右クリックします。
2. **新しいカテゴリを作成**を選択します。
3. 選択リストから、新しいカテゴリが基づくオブジェクトのタイプを選択します。
4. A new category, with the temporary name **Untitled Category n**, where *n* is a growing number to avoid name clashes, appears in a new tab.\
   (Optional) Click the name of the category and replace it with an appropriate name.
5. (Optional) Click the field below the name of the category labeled **Enter description here...** and give a short description of how the new category classifies objects.
6. カテゴリに関連付けられるプライバシーレベルを選択します。 [プライバシーに関する章](https://docs-v6.nexthink.com/V6/6.30/establishing-a-privacy-policy)を参照してください。
7. Add new keywords to the category (follow the set of instructions below).
8. (Optional) Depending on the number of keywords that you define, creating a category can be a lengthy process. 完成した作業を失わないよう、大幅な変更を行った後は**保存**ボタンをクリックします。
9. 最後の変更を保存し、編集タブを閉じるには**保存して閉じる**ボタンをクリックします。 すでに作業を保存している場合は、代わりに**閉じる**ボタンをクリックします。

## 既存のカテゴリを編集する <a href="#creatingcategoriesandkeywordswithfinder-classic-editanexistingcategory" id="creatingcategoriesandkeywordswithfinder-classic-editanexistingcategory"></a>

カテゴリを編集するには:

1. 編集するカテゴリを見つけます。 次のいずれかの方法で:
   * ウェルカム画面のSearchボックスにカテゴリの名前を入力します
     1. 検索の結果から希望のものをクリックします。
   * メインウィンドウの左側にある**カテゴリ**セクションを参照します。
     1. カテゴリの名前を右クリックします。
     2. \*\*編集...\*\*を選択します。
2. カテゴリの名前、説明、またはキーワードを修正します。
3. **保存して閉じる**をクリックします。

## キーワードを追加および編集する <a href="#creatingcategoriesandkeywordswithfinder-classic-addandeditkeywords" id="creatingcategoriesandkeywordswithfinder-classic-addandeditkeywords"></a>

カテゴリに新しいキーワードを追加するには:

1. 新しいカテゴリを作成するか、既存のカテゴリを編集します。
2. パネルの左下にあるキーワードの編集ボタンを見つけます。
3. プラス記号の付いたボタンをクリックして新しいキーワードを追加します。
4. 新しいキーワードの名前を入力し、**OK**をクリックします。 カテゴリ内で同じ名前のキーワードを繰り返すことはできません。
5. (Optional) Set the auto-tagging conditions for the keyword. オブジェクトを自動的にタグ付けする章を参照してください。
6. (Optional) To save time, click the button with the image of two documents to make a copy of an existing keyword if you need to create similar classes of objects. 一つのキーワードのために定義した自動タグ付け条件が他にコピーされます。
7. (Optional) Click the button with a pencil to rename a keyword.
8. (Optional) Click the button with the trash can to remove a keyword.

キーワード編集ボタンのすべての機能は、**キーワード**パネルを右クリックすることでコンテキストメニューにも表示されます。


---

# 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://docs.nexthink.com/platform/ja/user-guide/using-finder-classic/organizing-objects-categories-with-finder-classic/creating-categories-and-keywords-with-finder-classic.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.
