> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/topics/artificial-intelligence/ai-agents/ai-agents-trigger-activation.md).

# AI Agents - Trigger Activation

#### You can activate your AI Agent using triggers and conditions, as well as include custom schedules so it only runs at specific times. The advantage of this activation is that you no longer need a chatbot to activate an Agent.

To perform the activation and configuration, follow the instructions below:

1. **Go to the AI Agent:**

* Go to the AI Agent via “Find Services”. Or just type the name, and the function appears.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcV_v4lDQN0vbm7KfTcp433L9b1K4DsBe8L0W1Nd9MX47OF-rVtxz-OWwGMgZbsDiQch6QCTokr2Hq_t2_E9VitiT87kDrGAa2NN4OFBj0-eiyRmgkq6yGeBaUcI9vspIX9XCM4?key=55VWqvfotqRe_CNzOwjLtskl" alt=""><figcaption></figcaption></figure>

{% embed url="<https://youtu.be/epYxZX_p7pg>" %}

**CONCLUSION:**&#x20;

Activating the AI Agent via trigger offers more control and operational intelligence, allowing it to act automatically based on specific events or conditions. This makes processes more dynamic, removes the need for manual interactions or chatbots for activation, and ensures the agent operates accurately and at the right time, optimizing the user experience and operational efficiency.&#x20;


---

# 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.sprinthub.com/en/topics/artificial-intelligence/ai-agents/ai-agents-trigger-activation.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.
