> 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/campaigns/campaigns-in-finder-classic/triggering-a-campaign-manually-with-finder-classic.md).

# Finder（クラシック）を使った手動キャンペーンのトリガー

{% hint style="info" %}
Nexthink Finderは、現在Nexthink webインターフェースで利用可能な機能を持つWindows専用のデスクトップアプリケーションです。 Nexthinkはブラウザから直接使用できるようになり、多くの機能は追加のデスクトップアプリケーションを必要としなくなりました。
{% endhint %}

Finderからキャンペーンを手動でトリガーするには、以下の条件を満たす必要があります：

* ユーザープロファイルは以下を許可する必要があります：
  * キャンペーンの編集を許可する。
* キャンペーンは以下の条件を満たす必要があります：
  * ユーザーを手動でターゲットする。

外部製品からキャンペーンを開始するには、[キャンペーンのAPIを使用します](/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/integrating-nexthink-with-third-party-tools/api-and-integrations-classic/other-integrations-classic/triggering-campaigns-via-their-api-classic.md)。

{% hint style="info" %}
プラットフォーム | Windows |
{% endhint %}

## リストビューから <a href="#triggeringacampaignmanuallywithfinder-classic-fromalistview" id="triggeringacampaignmanuallywithfinder-classic-fromalistview"></a>

ユーザーに対する調査の結果リストまたはユーザーカテゴリのリストビューからキャンペーンを手動でトリガーするには：

1. リストからユーザーまたはユーザーのセットを選択する。
   * 複数のユーザーを選択するためにカーソルをドラッグするか、**Ctrl**または**Shift**キーを使用する。
2. 選択を右クリックする。
3. メニューから**キャンペーン**を選択する。 利用可能なキャンペーンが表示されます。
4. 希望するキャンペーンの名前をクリックする。
   * 選択されたユーザーの数を表示し、確認を求める警告メッセージが表示されます。 **はい**をクリックして進む。

## ユーザービューから <a href="#triggeringacampaignmanuallywithfinder-classic-fromtheuserview" id="triggeringacampaignmanuallywithfinder-classic-fromtheuserview"></a>

[ユーザービュー](/platform/ja/user-guide/using-finder-classic/visualizing-system-activity-with-finder-classic/graphically-observing-the-activity-of-users-and-devices-with-finder-classic.md)で、以下からキャンペーンを手動でトリガーする：

* ユーザービューの左上隅にあるユーザーアイコン。

デバイスビューの左上隅にあるユーザーアイコンからキャンペーンを手動でトリガーするのは、リストビューからキャンペーンをトリガーするのと非常に似ています：

1. デバイスアイコンを右クリックする。
2. メニューから**キャンペーン**を選択する。 利用可能なキャンペーンが表示されます。
3. 希望するキャンペーンの名前をクリックする。
   * 1人のユーザーにキャンペーンが送信され、確認を求める警告メッセージが表示されます。 **はい**をクリックして進む。

## スタートページから <a href="#triggeringacampaignmanuallywithfinder-classic-fromthestartpage" id="triggeringacampaignmanuallywithfinder-classic-fromthestartpage"></a>

Finderのスタートページで検索すると、検索結果としてウィンドウの右側にユーザーのリストが表示されることがあります。 結果のリストに表示されるユーザーに直接キャンペーンを送信できます：

1. ユーザーの名前を右クリックする。
2. メニューから**キャンペーン**を選択する。 利用可能なキャンペーンが表示されます。
3. 希望するキャンペーンの名前をクリックする。
   * 1人のユーザーにキャンペーンが送信され、確認を求める警告メッセージが表示されます。 **はい**をクリックして進む。

***

関連のタスク

* [APIによるキャンペーンのトリガー](/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/integrating-nexthink-with-third-party-tools/api-and-integrations-classic/other-integrations-classic/triggering-campaigns-via-their-api-classic.md)
* [ユーザーおよびデバイスの活動をグラフィカルに観察する](/platform/ja/user-guide/using-finder-classic/visualizing-system-activity-with-finder-classic/graphically-observing-the-activity-of-users-and-devices-with-finder-classic.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/campaigns/campaigns-in-finder-classic/triggering-a-campaign-manually-with-finder-classic.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.
