> 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/getting-started/navigating-the-web-interface/search.md).

# 検索

{% hint style="info" %}
AI を活用した分析、自然言語での質問、および環境に関する会話には、代わりに[Workspace](/platform/ja/user-guide/search-and-workspace.md)を使用してください。
{% endhint %}

Search を使用すると、デバイス、ユーザー、バイナリ、パッケージ、アプリケーション、ポート、宛先など、Nexthink 環境内のオブジェクトをすばやく見つけることができます。

<figure><img src="/files/Wke2DnStYwmaWbnBFedD" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Search を使用するには、**プライベート調査を作成する、グローバル検索を使用する**権限が必要です。 詳細については、[ロール](https://github.com/nexthink/documentation.online-product-documentation/tree/develop/ja_docs/configuring_nexthink/configuring-your-platform/administration/account-management/roles/README.md)を参照してください。
{% endhint %}

## Search へのアクセス

メインメニューに移動し、**Search** を選択します。

<figure><img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-6fd59b3bbba815f26d3cde6de590c2f999e31934%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

## Search で検索できるもの

さまざまなパラメーターを対象に検索して、特定の情報を効率的に見つけることができます。

ユーザー、バイナリ、デバイス、パッケージ、またはアプリケーションを検索するには、名前の先頭の文字を入力します。

<figure><img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-3d6568276edc79f626077a482b8676b81c299913%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

ポートを検索するには、ポート番号を入力します。

<figure><img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-60a574353c77d1a18b67c97784056c992e9a4667%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

宛先を検索するには、`google.com` のようにドメインを入力します。

<figure><img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-18a8d0af1478af706ccfc5d200ba343fa5eebf0f%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

バイナリ、デバイス、パッケージ、宛先、またはユーザーの結果では、アクションメニューを使用します。 これにより、関連する調査またはダッシュボードに移動できます。

<figure><img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-c66e83e8524a164f4ec7da8d52db6cbbadde88b7%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

結果はセクションごとにグループ化されます。 自分のロールでアクセスできるコンテンツのみが表示されます。

***

関連トピック

* [ワークスペース](/platform/ja/user-guide/search-and-workspace.md)


---

# 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/getting-started/navigating-the-web-interface/search.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.
