# Setting up your Nexthink instance

The Nexthink solution is a cloud-based platform, meaning all server-side components are managed by Nexthink.

Once your cloud instance is ready, the license holder receives an onboarding email from <license@nexthink.com>. This email contains the information required to configure agents so they can connect to your cloud instance and start transmitting data. This includes:

* [#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")

The following sections explain each of these items.

## URL of your Nexthink instance

This is the URL that all Nexthink users will use to access Nexthink web interface and leverage its data and all capabilities. The URL is agreed with your organization representatives. Navigating to the URL takes you to the Nexthink module configured as the **Landing page** in the [Administration module](/platform/user-guide/administration/account-management/roles.md#roles-landingpage).

## Administrator credentials

You will initially receive an administrator credential and a custom link to set your password and activate your administrator account. This link expires in 7 days.

## FQDN of your Nexthink instance

Your Fully Qualified Domain Name (FQDN) to configure connections of Collectors with the Nexthink cloud platform. The destination URL depends on the technology powering your instance and can be one of the following:

* For a cloud-native platform: `<instance>.data.<region>.nexthink.cloud`
* For a classic platform: `<instance>.<region>.nexthink.cloud`

For example, `nxdocs.data.eu.nexthink.cloud` is the destination address to send data to the `nxdocs` Nexthink instance located in the `eu` region, which is the European Union.

Refer to [Connectivity requirements](/platform/configuring_nexthink/before-you-begin/technical-requirements/connectivity-requirements.md) for more information.

## Specific Collector configuration data

## Customer key

The customer key will be attached to your email as a text file. You will need this key during the configuration process to establish a secure connection from Collector to the Nexthink cloud platform.

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


---

# Agent Instructions: 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:

```
GET https://docs.nexthink.com/platform/configuring_nexthink/setting-up-the-platform-instance.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
