> ## Documentation Index
> Fetch the complete documentation index at: https://docs.clickboss.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Sensor Mode

> Turn any ClickBoss playbook into an automated sensor that runs on a schedule and surfaces findings in your morning briefing.

Sensor mode turns a playbook into an automated monitor. Instead of running it manually, ClickBoss runs it on a schedule and alerts you when something is detected.

## How to enable sensor mode

1. Open any playbook from the library or your saved playbooks.
2. Toggle **Sensor mode** to on.
3. Choose a schedule: daily, weekly, or a custom interval.
4. Save.

That is it. The playbook now runs automatically on the schedule you set.

## Where findings appear

When a sensor detects something, the finding surfaces in your **morning briefing** as a Risk or Growth signal. You will see it the next morning alongside your other priorities.

<Info>You will not receive a separate notification every time the sensor runs. If it runs and finds nothing, nothing happens. You only hear about it when something is worth flagging.</Info>

## Pausing and stopping sensors

To pause a sensor temporarily, toggle sensor mode off. The playbook stays saved and can be re-enabled at any time.

To delete a playbook entirely, open it and select **Delete playbook**.

## Sharing sensors with your team

Playbooks and sensors can be shared with other members of your ClickBoss workspace. Anyone on the team can run the playbook or view sensor findings in their briefing.

1. Open the playbook.
2. Click **Share**.
3. Select the workspace members you want to share it with.

## Frequently asked questions

<AccordionGroup>
  <Accordion title="Can I have multiple sensors running at once?">
    Yes. There is no limit on the number of active sensors. Each one runs independently on its own schedule.
  </Accordion>

  <Accordion title="What if the sensor runs but my platform is not connected?">
    ClickBoss will note in the briefing that the sensor could not complete due to a missing integration and tell you which platform needs to be connected.
  </Accordion>

  <Accordion title="Can I set a threshold for when the sensor alerts me?">
    Thresholds are built into the playbook logic. For example, a creative fatigue playbook might only alert when CTR drops more than 20%. You can adjust these by editing the playbook before enabling sensor mode.
  </Accordion>
</AccordionGroup>

## Next steps

<CardGroup cols={2}>
  <Card icon="play" href="/playbooks/run-a-playbook" title="Run a playbook">
    Run a playbook manually before setting it up as a sensor.
  </Card>

  <Card icon="sun" href="/morning-briefing/overview" title="Morning Briefing">
    Learn how sensor findings appear in your daily briefing.
  </Card>
</CardGroup>
