> 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/investigations/creating-investigations.md).

# 調査の作成

[調査の作成](/platform/ja/user-guide/investigations/getting-started-with-investigations.md#creating-investigations)を行った後、調査ページの左上にあるトグルを使用して**ビジュアルエディタ**と**NQLエディタ**の間を切り替えて、調査クエリを構築してください。

* [ビジュアルエディタ](/platform/ja/user-guide/investigations/creating-investigations/visual-editor.md)を選択して、調査クエリを構築するためのグラフィカルツールを使用します。
* [NQLエディタ](/platform/ja/user-guide/investigations/creating-investigations/nql-editor.md)を選択して、[Nexthink Query Language (NQL)](https://docs.nexthink.com/platform/ja/user-guide/nexthink-query-language-nql)で調査クエリを記述します。

あるいは、[Nexthink Assist](https://docs.nexthink.com/platform/ja/user-guide/search-and-nexthink-assist/using-nexthink-assist#query-data-with-assist)のサポートを受けて、**ビジュアルエディタ**やNQLの事前知識なしに調査クエリを構築することも可能です。

{% hint style="info" %}
事前に定義された調査を含む[Nexthink Library Investigations starter](https://docs.nexthink.com/platform/ja/library-packs/it-operations/investigations-starter-pack)パックをインストールすると、NQLクエリを手動で記述したり、Nexthink AssistまたはVisualエディタを使用してデータをクエリすることなく、一般的な問題に関する洞察を迅速に得ることができます。
{% endhint %}

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


---

# 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/investigations/creating-investigations.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.
