> For the complete documentation index, see [llms.txt](https://hub.equipme.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hub.equipme.io/documentation/automation/guide/introduction.md).

# Introduction

**Stop doing the same tasks over and over. Let the system handle them.**

The Equipme Automation Tool lets you build automated workflows (we call them "flows") that take care of repetitive work without you lifting a finger. Once you set up a flow, it runs on its own whenever the right situation happens.

### How flows work

Every flow has three basic parts:

**The trigger** is what kicks things off. Maybe a customer sends a message, an order gets placed, or an item runs low on stock. When that event happens, the flow starts running.

**The actions** are what actually gets done. Send an email. Update a record. Notify your team. Forward a message to someone. Each action is one step in the process.

**The conditions** help the flow make decisions. If the customer's message says "urgent," send it to a manager. If not, put it in the regular support queue. The flow checks the information it has and chooses what to do next.

### Building flows is simple

You don't need to write code or understand complex logic. The automation tool uses drag and drop. You grab the pieces you need (triggers, actions, conditions) and arrange them on a canvas. Connect them in the order you want things to happen, and you're done.

It's like building with blocks. Each piece does one thing, and you stack them together to create a complete process.

### What this means for you

Set up a flow once and it handles that task forever. Customer inquiry comes in at 2am? The flow routes it to the right person. Order needs confirmation? The flow sends it automatically. Item gets damaged in the warehouse? The flow updates your inventory.

You're not stuck doing the same manual tasks every day. The system takes care of them in the background while you focus on work that actually needs your attention.


---

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

```
GET https://hub.equipme.io/documentation/automation/guide/introduction.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.
