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

# Workspace に関するよくある質問

<details>

<summary>Workspaceの使用中に予期しない回答が返ってきます。 どうすればいいですか？</summary>

システムは自然言語を使用して質問に回答します。 質問に回答できない、または回答が間違っていることがあります。 最適な質問のフレーズを作る方法について、いくつかの推奨事項を紹介します。

* **明確で具体的である**：調査している問題についての明確な情報を提供してください。 不正確な結果をもたらす可能性のあるあいまいな質問を避けてください。
* **的確なキーワードを使う**：可能な限り、解決しようとしている問題に関連するキーワードを使用してください。 これにより、システムがコンテキストを理解し、より正確な回答を提供できるようになります。
* **質問をフレーム化する**：プロンプトを質問または具体的なコマンドとして構造化してください。 例えば、「Teams内のエラーを見つける」ではなく、「過去24時間で低品質のTeams通話は何件あったか？」と入力してみてください。
* **試行錯誤と繰り返し**：望む結果が最初に得られない場合は、ためらわずにプロンプトを修正してください。 Nexthink Assistは時間とともに学習し改善されるため、異なる表現を試すことでより良い結果を得ることができます。

効果的なプロンプトの作成方法について詳しくは、Nexthink Learnで利用できるオンラインコース[*How to fast-track work with Nexthink Assist*](https://learn.nexthink.com/courses/how-to-fast-track-work-with-nexthink-assist)を受講するか、[Workspaceで効果的なプロンプトを作成する](/platform/ja/user-guide/search-and-workspace/writing-effective-prompts-for-search-and-workspace.md)を参照してください。

</details>

<details>

<summary>Nexthink管理者として、より大規模なユーザーグループに公開する前にWorkspaceの使用を試験できますか？</summary>

はい、Nexthink管理者は特定のロールに関連する権限を選択的に無効化および有効化することで、Workspaceの使用を試験できます。

</details>

<details>

<summary>ビュードメインの制約と権限はNexthink Assist AIに適用されますか？</summary>

はい、ビュードメインはNexthink Assistに適用されます。 例えば、NexthinkユーザーがNexthink Assistでデータをクエリすると、NQLまたはVisual editorでクエリを実行した場合と同じ結果が得られます。

Nexthinkは、タスクを実行する前に権限を強制します。 例えば、Workspaceで**キャンペーンを作成**機能を表示して使用するには、自分のロールに\_campaignsを編集\_する権限があることを確認してください。 この権限がない場合、Campaignsを作成することはできず、「このアクションを実行する権限がありません。」というエラーメッセージが表示されます。 管理者にお問い合わせください。\_

</details>

<details>

<summary>Workspaceはアドオン製品ですか？ 追加ライセンスが必要ですか？</summary>

WorkspaceはWorkplace Experienceのコア製品であるInfinityの機能の一部であり、追加料金なしで利用できます。

</details>

<details>

<summary>Nexthink Assist AIは自然言語コマンドをどのように実行しますか？</summary>

Nexthink Assistが自然言語コマンドを処理・実行する方法や、その背後にあるAI機能について詳しくは、[Nexthink Assist AI Model Card](https://docs.nexthink.com/legal/global-ai-hub/nexthink-assist-ai-model-card)のドキュメントを参照してください。

</details>

***

関連トピック

* [Workspace](/platform/ja/user-guide/search-and-workspace.md)
* [Workspaceの使用](/platform/ja/user-guide/search-and-workspace/using-workspace.md)
* [Workspace を設定する](/platform/ja/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/ja/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.
