> 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/candidate-listing/trigger-agents.md).

# Trigger Agents

Once candidates are in your workflow, the hiring agents need to be triggered to evaluate them. This can happen in two ways — automatically based on rules you've configured, or manually when you want direct control over who moves forward.

### 1. How AI Matching (Resume Matching) works

AI Matching (Resume Matching) runs automatically on every candidate as soon as they enter the workflow. There's nothing to trigger — the moment a candidate is added, SIA immediately begins evaluating their resume against your matching strategy and assigns them a grade.

### 2. Automatic triggering

If you've set up the Hiring Automation Agent, candidates move through the pipeline on their own based on the rules you've defined. Once AI Matching is complete and a candidate meets the conditions you've set, the next agent, AI Prescreening or AI Interview, is triggered automatically without any manual action needed.

For example:

* When Resume Matching grade ≥ B → AI Prescreening triggered automatically
* When Prescreening grade ≥ B → AI Interview triggered automatically

The pipeline keeps moving as long as candidates continue to meet the conditions at each stage.

### 3. Manual triggering

If you haven't set up automation rules, or if you want to take direct control over which candidates progress, you can trigger agents manually.

**a. Triggering in bulk**

<figure><img src="/files/tB7hcxu4WsYxijrm6NWO" alt=""><figcaption><p>Manual Triggering</p></figcaption></figure>

1. On the Candidate Listing page, select the candidates you want to progress
2. Choose **Trigger AI Prescreening** or **Trigger AI Interview** from the actions menu
3. The selected agent is triggered immediately for all selected candidates

**b.** **Triggering for an individual candidate**

<figure><img src="/files/Gwb46mm7jPvSCVmtMrbR" alt=""><figcaption><p>Trigger Agent for Individual Candidate</p></figcaption></figure>

The same option is available on a per-candidate basis. Open the action menu on any individual candidate and select the agent you want to trigger.

{% hint style="warning" %}
Manual triggering gives you full control over candidate progression at any point — even if automation rules are active. You can use both approaches together depending on how hands-on you want to be at each stage.
{% 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/candidate-listing/trigger-agents.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.
