> 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/search-and-workspace/workspace-faq.md).

# Workspace FAQ

<details>

<summary>I'm getting unexpected answers while using Workspace. What can I do?</summary>

The system uses natural language to answer your questions. Sometimes, you might observe that it cannot respond to your question or that the response is incorrect. Here are some recommendations for how you can best phrase your questions:

* **Be clear and specific**: Provide clear information about the issue you are investigating. Avoid vague or ambiguous questions that may lead to inaccurate results.
* **Use targeted keywords**: Use relevant keywords related to the problem you are trying to solve whenever possible. This helps the system understand the context and provide more accurate responses.
* **Frame your questions**: Structure your prompts as questions or specific commands. For example, instead of typing *Find errors in Teams*, try *How many Teams calls had bad quality in the last 24 hours?*
* **Experiment and iterate**: If you do not get the desired results initially, do not hesitate to refine your prompts. Nexthink Assist learns and improves over time, so experimenting with different phrasing can help you achieve better outcomes.

For more information on effective prompt writing, complete the online course [*How to fast-track work with Nexthink Assist*](https://learn.nexthink.com/courses/how-to-fast-track-work-with-nexthink-assist) available on Nexthink Learn, or refer to [Writing effective prompts for Workspace](/platform/user-guide/search-and-workspace/writing-effective-prompts-for-search-and-workspace.md).

</details>

<details>

<summary>As a Nexthink admin, can I pilot the usage of Workspace before exposing it to a broader user group?</summary>

Yes, Nexthink admins can pilot the usage of Workspace by selectively disabling and enabling the relevant permissions of certain roles.

</details>

<details>

<summary>Do View domain constraints and permissions apply to the Nexthink Assist AI?</summary>

Yes, View domain applies to Nexthink Assist. For example, Nexthink users querying data with Nexthink Assist get the same results as running the query in NQL or the Visual editor.

Nexthink also enforces permissions before performing a task. For example, to view and use the **Create campaigns** feature in Workspace, ensure that your role has permission to *edit campaigns*. Without this permission, you cannot create campaigns and will receive the following error message: *You do not have the right permissions to perform this action. Please reach out to your administrator.*

</details>

<details>

<summary>Is Workspace an add-on product? Does it require an additional license?</summary>

Workspace is an Infinity feature, part of the Workplace Experience core product, and available at no additional charge.

</details>

<details>

<summary>How does the Nexthink Assist AI execute natural language commands?</summary>

To learn more about how Nexthink Assist processes and executes natural language commands, as well as the AI functionalities behind it, refer to the [Nexthink Assist AI Model Card](https://docs.nexthink.com/legal/global-ai-hub/nexthink-assist-ai-model-card) documentation.

</details>

***

RELATED TOPICS

* [Workspace](/platform/user-guide/search-and-workspace.md)
* [Using Workspace](/platform/user-guide/search-and-workspace/using-workspace.md)
* [Configuring Workspace](/platform/user-guide/search-and-workspace/configuring-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/user-guide/search-and-workspace/workspace-faq.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.
