> 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/configuring_nexthink/setting-up-the-platform-instance.md).

# Nexthinkインスタンスの設定

Nexthinkソリューションはクラウドベースのプラットフォームです。つまり、すべてのサーバー側コンポーネントはNexthinkによって管理されます。

クラウドインスタンスの準備が完了すると、ライセンス保有者に<license@nexthink.com>からオンボーディングメールが送信されます。このメールには、エージェントを設定してクラウドインスタンスに接続し、データの送信を開始するために必要な情報が記載されています。内容は次のとおりです：

* [#url-of-your-nexthink-instance](#url-of-your-nexthink-instance "mention")
* [#administrator-credentials](#administrator-credentials "mention")
* [#fqdn-of-your-nexthink-instance](#fqdn-of-your-nexthink-instance "mention")
* [#specific-collector-configuration-data](#specific-collector-configuration-data "mention")
* [#customer-key](#customer-key "mention")

以降のセクションで、これらの項目についてそれぞれ説明します。

## NexthinkインスタンスのURL

これは、すべてのNexthinkユーザーがNexthinkのWebインターフェイスにアクセスし、そのデータとすべての機能を利用するためのURLです。 URLは、お客様の組織の担当者と合意のうえで決定されます。このURLにアクセスすると、[Administrationモジュール](/platform/ja/user-guide/administration/account-management/roles.md#roles-landingpage)で**ランディングページ**として設定されているNexthinkモジュールが表示されます。

## 管理者認証情報

最初に、管理者認証情報と、パスワードを設定して管理者アカウントを有効化するためのカスタムリンクを受け取ります。このリンクは7日後に有効期限が切れます。

## NexthinkインスタンスのFQDN

CollectorとNexthinkクラウドプラットフォームの接続を設定するための完全修飾ドメイン名（FQDN）です。宛先URLは、インスタンスを支えるテクノロジーによって異なり、次のいずれかになります：

* クラウドネイティブプラットフォームの場合: `<instance>.data.<region>.nexthink.cloud`
* クラシックプラットフォームの場合: `<instance>.<region>.nexthink.cloud`

たとえば、`nxdocs.data.eu.nexthink.cloud`は、欧州連合である`eu`リージョンにある`nxdocs` Nexthinkインスタンスにデータを送信するための送信先アドレスです。

詳細については、[接続要件](/platform/ja/configuring_nexthink/before-you-begin/technical-requirements/connectivity-requirements.md)を参照してください。

## Collector固有の設定データ

## カスタマーキー

カスタマーキーは、テキストファイルとしてメールに添付されます。 CollectorからNexthinkクラウドプラットフォームへのセキュアな接続を確立するには、設定プロセス中にこのキーが必要です。

<figure><img src="https://3549141153-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeLm8O7QKZDn6z806e7Sv%2Fuploads%2Fgit-blob-2ce4dbdd6ad8c2b44b2febb550d9fedbe173facb%2Femail_attachment_NOPROCESS_%20(1).png?alt=media&amp;token=1bf7d00e-cdf5-446b-9c87-2e0d84d344a4" 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/configuring_nexthink/setting-up-the-platform-instance.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.
