> 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/user-guide/administration/system-configuration/data-management/environment.md).

# Environment

Use the **Environment** page to manage tenant-level settings for enabled capabilities, classification rules, and employee data handling.

The page includes the following tabs:

* [#features](#features "mention"): Enable product capabilities such as AI Tools and Web search.
* [Device and user classification](/platform/user-guide/administration/system-configuration/data-management/environment/product-configuration.md): Define device location, device organization, and user organization to support access, compliance, hardware lifecycle, investigations, and segmented dashboards.
* [Data retention, retrieval, and deletion](/platform/user-guide/administration/system-configuration/data-management/environment/data-management.md): Configure data retention, retrieve employee data, and delete or anonymize user and device data to support privacy requirements.

### Features

Change the enablement status of certain features in your Nexthink tenant in the **Configuration** tab.

* **AI Tools**: Enable using AI tools that allow you to:
  * Uncover AI usage in your organization, including unapproved or shadow tools.
  * Track adoption patterns, highlighting champions and areas of friction.
  * Benchmark AI adoption against peers to stay competitive.
  * Quantify impact through perceived time saved and employee feedback.
  * Scale what works by acting on AI adoption insights with recommendations.
    * Refer to [Monitoring AI Tools](/platform/user-guide/ai-tools/working-with-ai-tools.md) for more information.
* **Web search**: Enable Workspace to retrieve information from a curated set of external sources, helping you answer questions that require up-to-date vendor guidance, known issues, or industry best practices.
  * Refer to [Using Workspace](/platform/user-guide/search-and-workspace/using-workspace.md#web-search)for more information.


---

# 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/user-guide/administration/system-configuration/data-management/environment.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.
