# SAC 360º - How to Configure a Timer

In this tutorial, you will learn how to set up an automation in SprintHub that waits 30 minutes without a response from the lead and then automatically triggers an AI agent. This configuration is useful to ensure that conversations do not remain stuck for too long in the Waiting stage.

**1. Access SAC 360**\
Log in to your SprintHub dashboard and go to SAC 360

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfPvKDhaIyO0GavJhSbCP69NKVOG575KT8FRyg3fXcWl7cxrfcKADV5WuD_NOeujKp1sh_dTeigZV7thojkdFZxHCIScsbqIKyOFjGLVauOQlzA0sRiWoQqCCJxrr_oHdg-tNBLiA?key=N6HgjqtqVBMlFV3yk046dQ" alt=""><figcaption></figcaption></figure>

**2. Create New Automation**\
Inside SAC 360, go to the Automations menu. Click the + New automation button.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXen_PxPo-yQh8Ih9hi6R5IR4anYdql0bN4IGLKd4_0eJgHeYjYHFlhKp8zZQkb4zeySql258OipAGESuAVM7muEMeT3wvd0TjHtnSE55oFBDtRa8fy9rUGdJtiV4HlDJrsORbLt?key=N6HgjqtqVBMlFV3yk046dQ" alt=""><figcaption></figcaption></figure>

**3. Set Title**\
In the Title field, type a clear and descriptive name, such as: “Timer – Trigger AI after 30 min without response”

* Trigger - It will not be necessary to add a trigger for this automation, as it will be based on a condition.
* Condition - Choose the option: “The date of the last message... – From the lead – Was more than 30 minutes ago.”
* Activate the option:\
  YES to Check conditions until they are met.\
  Attention: The condition check interval may vary depending on the number of automations running at the time. This means the exact trigger may have a slight time variation.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXekNEzvg6GMoJaYThsot3zJdBazTmjfOtgqo3B8Q3qw-3jRDXynTvmNYMMH-Lgq_feWqoz_qz4w-_oE_8047DfeJxp65va7wEErtNEhWp3iQ3oM18UimTR3z6rEAK2yhKEp3UHAfA?key=N6HgjqtqVBMlFV3yk046dQ" alt=""><figcaption></figcaption></figure>

**4. Add Action**\
Click + Action. Select: Start AI agent.

* Select the desired AI agent.
* Configure the waiting time the agent will have before ending if there is no interaction.
* If you want the agent to consult the history of previous messages (recommended for conversation context).

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdcszz-mzz1PUNABwNI1ZcSyeEfJwpyNXo-bvFUY6PiEnYg5Jt8itzyDBzrUehUG4GkYM5a09I25FSkT7p4MROs8gxK3hK2CKXMs_U5b4DfRDbXvKqRC3en8Tem8HbdAqn7UTMp?key=N6HgjqtqVBMlFV3yk046dQ" alt=""><figcaption></figcaption></figure>

**5. Set the interaction status and Save the automation**

* Configure the automation to run only when the interaction has the status: **WAITING.**\
  This ensures the flow only acts on interactions that have not yet been started by humans. Finally, save the automation.

***

### Important Recommendation

Before activating this automation on real leads, we recommend conducting internal tests using fictitious or test leads. This ensures that:

* The conditions are being checked correctly.
* The trigger timing is appropriate.
* The AI agent is acting as expected.

This way, you avoid starting the automation incorrectly and ensure a positive experience for your leads.

<br>


---

# Agent Instructions: 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:

```
GET https://docs.sprinthub.com/en/topics/general/sac-360/sac-360-common-questions/sac-360o-how-to-configure-a-timer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
