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

# Search

{% hint style="info" %}
For AI-powered analysis, natural language questions, and conversations about your environment, use [Workspace](/platform/user-guide/search-and-workspace.md) instead.
{% endhint %}

Search helps you quickly locate objects in your Nexthink environment, such as devices, users, binaries, packages, applications, ports, and destinations.

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

{% hint style="info" %}
Search requires the **Create private investigations; use global search** permission. Refer to [Roles](/platform/user-guide/administration/account-management/roles.md) for more information.
{% endhint %}

## Accessing Search

Navigate to the main menu and select **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>

## What you can find with Search

Search across various parameters to efficiently locate specific information.

To find users, binaries, devices, packages, or applications, type the first letters of the name.

<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>

To find ports, type the port number.

<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>

To find destinations, type the domain, for example, `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>

Use the action menu on any result for binaries, devices, packages, destinations, or users. This lets you navigate to the related investigation or dashboard.

<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>

Results are grouped into sections. You only see the content your role has access to.

***

RELATED TOPICS

* [Workspace](/platform/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/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.
