> 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/using-workspace/creating-campaigns-with-workspace.md).

# Workspace でキャンペーンを作成する

Workspaceでは、自然言語による指示を使用してキャンペーンコンテンツを作成できます。 フォローアッププロンプトを使用して、生成されたキャンペーンを改善および拡張できます。

## できること

* キャンペーンの質問と回答を生成する。
* 追加の指示でメッセージングを改善する。
* キャンペーンを**Campaigns**モジュールに下書きとして保存する。
* モジュールからオーディエンスとトリガーを確定する。

接続の問題を特定した後、たとえば次のようにリクエストできます。「Wi-Fiの問題について、影響を受ける従業員に通知するキャンペーンを作成してください。」。 Workspaceがキャンペーンコンテンツを生成し、それを改善してから下書きとして保存できます。

<figure><img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-68e561131cb4322606b959a0cf473ab39c42a839%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

## 作成できるキャンペーンのタイプ

* デバイス使用状況調査
* サービス中断に関する通知
* IT満足度調査

{% hint style="info" %}
組織内でキャンペーンを計画、承認取得、テスト、開始するためのガイドラインについては、[キャンペーンプログラムの開始](/platform/ja/user-guide/campaigns/managing-campaigns/launching-campaign-programs.md)のドキュメントを参照してください。
{% endhint %}

***

関連トピック

* [ワークスペース](/platform/ja/user-guide/search-and-workspace.md)
* [Workspaceの使用](/platform/ja/user-guide/search-and-workspace/using-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/using-workspace/creating-campaigns-with-workspace.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.
