> For the complete documentation index, see [llms.txt](https://docs.senseloaf.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.senseloaf.ai/hiring-workflows/set-pipeline-automation.md).

# Set Pipeline Automation

Hiring automation is the logic that controls how candidates progress through your hiring pipeline. Once your workflow stages are configured, the system connects them into a single continuous flow — evaluating candidates at each step and moving them forward or filtering them out based on their performance grade.

Your team only needs to step in where human judgement is genuinely needed. Everything else runs automatically.

{% hint style="info" %}
Hiring automation is built from your workflow configuration. Make sure you've set up your job, matching strategy, prescreening, and AI interview before reviewing your automation.
{% endhint %}

#### 1. Choose how to build your workflow

When you open the Hiring Automation tab for a job, Senseloaf prompts you to choose how to build your hiring workflow. There are two options — pick the one that fits your situation.

<figure><img src="/files/l0f9sM7mberI1aP57klP" alt=""><figcaption><p>Build Automation Flow</p></figcaption></figure>

Here's a quick breakdown to help you decide:

| Option                     | Best for                                                     | What it does                                                                                                                                                                                                  |
| -------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Generate with AI**       | Custom or specialised roles Most flexible                    | AI builds a workflow tailored to your job — you define the triggers (e.g. application received), conditions (e.g. score above threshold), and actions (e.g. send prescreening). Full control over every rule. |
| **Use prebuilt templates** | Common roles (sales, support, engineering) Fastest to set up | Choose from a library of ready-made workflows built for typical hiring scenarios. Select one and it's applied instantly — you can still customise it afterwards.                                              |

{% hint style="info" %}
If you're setting up automation for the first time or hiring for a common role like Customer Success Manager, start with a prebuilt template. It gets you to a working pipeline in seconds, and you can always adjust the rules from there.
{% endhint %}

#### 2. Understand candidate grading

Before configuring automation rules, it's important to understand how Senseloaf scores candidates. At every evaluation stage — resume matching, prescreening, AI interview — candidates are assigned a grade from A to E based on their performance. These grades are fixed across all workflows and cannot be changed.

Your automation rules are then built on top of these grades. For example, you might say "if a candidate gets A or B in resume matching, invite them to the AI interview."

<figure><img src="/files/hA2eOqMWVNrmr0bgeSqj" alt=""><figcaption><p>Candidate Grading</p></figcaption></figure>

{% hint style="info" %}
These grades are consistent across every workflow and every role in Senseloaf. When you write automation rules, you're always selecting from this fixed A–E scale — which keeps your hiring logic clear and comparable across jobs.
{% endhint %}

#### 3. Configure automation rules

Once the workflow is created, you'll land on the "Automation Rules" tab. This is where the actual logic of your hiring pipeline lives. Each rule follows a simple structure: a trigger (When), a condition (Check If), and an action (Run). Senseloaf suggests rules automatically based on your job, and you can enable, edit, add, or remove them.

<figure><img src="/files/rmtB7bpS2alkgvtZZRut" alt=""><figcaption><p>Configure Automation rule</p></figcaption></figure>

Each rule is made up of three parts:

* **When**— the trigger that kicks the rule off, e.g. "Resume matching is completed"
* **Check If**— the condition based on the candidate's grade, e.g. "Matching grade = \[A, B]"
* **Run**— the action that follows, e.g. "AI interview"

{% hint style="info" %}
So in plain terms: *when a certain event happens, check if the candidate meets a condition — and if they do, take an action automatically.*
{% endhint %}

Senseloaf suggests rules automatically based on your job. You can enable them as-is, edit the grade thresholds or actions, add new rules from scratch, or delete any that don't apply. Rules are disabled by default — toggle them on when you're ready.

#### 4. Set agent weightages

Switch to the "Agent Weightages" tab. This is where you decide how much weight each evaluation agent — Resume Matching and AI Interview — carries in the overall candidate score. The combined score from these agents is what determines a candidate's final grade and ranking.

<figure><img src="/files/SZtibXjzhxRjxNB6a7Es" alt=""><figcaption><p>Agent Weightages</p></figcaption></figure>

The tab also shows you which cumulative scoring model your workflow is using — based on how many stages you've opted into.

The weightage sliders let you define how much each agent contributes to the final candidate score. In the example above, Resume Matching carries 33% of the total score while AI Interview carries 67% — meaning interview performance has more influence over who gets shortlisted.

* If your role depends heavily on real-world communication and problem-solving, give the AI interview a higher weight
* If specific credentials or past experience are critical, increase the resume matching weight
* The two weights always add up to 100% — adjusting one automatically updates the other

{% hint style="info" %}
The "Opted journey" label on the Stage 2 card shows which scoring model your workflow is currently using. If you've configured both Resume Matching and AI Interview, Stage 2 (RM + AI) will be your active model.
{% endhint %}

#### 5. Review and Approve

Once your rules are configured and weightages are set, you can click on "Approve" in the top right to activate the hiring workflow.

{% hint style="success" icon="trophy-star" %}
Your hiring automation is live. Every new applicant will be graded, evaluated, and moved through the pipeline automatically based on the rules you've configured.
{% endhint %}


---

# 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.senseloaf.ai/hiring-workflows/set-pipeline-automation.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.
