# Overview

Automations in Squarebox allow you to automate actions based on customer behavior or specific triggers. This powerful feature ensures timely responses, lead management, and seamless workflow automation without manual intervention.\
\
Whether you're sending a WhatsApp message, tagging a lead, or assigning a team member, triggers help you save time and create smarter customer journeys.

#### Triggers:

Define the event or field-based logic that starts the automation. Example conditions include:

a. Whenever a customer replies and an automation has been set up for that specific message, it is considered a trigger activation.\
b. When a field like "Lead Status" equals a specific value.

Perform Action:

&#x20;Executes internal operations to streamline workflows. These include updating lead status, tagging leads, assigning team members, updating custom fields, or organizing customers into specific segments.

#### Exit Conditions (optional)

Define when the trigger should stop executing further actions. This helps control over-communication and avoid repetitive workflows.

<figure><img src="/files/D17PM4Dg8VE1vzCas9Wt" alt=""><figcaption></figcaption></figure>


---

# 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://squarebox-ai.gitbook.io/squarebox/automations-and-triggers/overview.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.
