> For the complete documentation index, see [llms.txt](https://docs.yellowant.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yellowant.com/managing-dashboard/event-workflows.md).

# Event Workflows

**What is an event workflow?**  \
YellowAnt is connected to all your apps so you can create cross application workflows that can be triggered by an event of any application. This means a certain event of a certain application can trigger a chain of events across other apps and even use the subsequent data in the process. The "Event Workflows" panel of the YellowAnt dashboard is the control center for all your event workflows in use.

It is divided into two sections -

**Your Workflows**

This contains all the workflows that you are currently using. You can go to the workflow management page by clicking on the "manage" button on your workflow cards. In the management tab you can edit the workflow or make other required settings changes.

**Available Workflows**

This contains all the workflows that are available as templates in the YellowAnt Marketplace. You can click on "Use Template" button on these cards to see what they contain in a detailed overview and proceed to click on the top right button with same "Use Template" again to start editing or using for your needs.

![](/files/-LC8oipnLqXwSNeVqvcZ)


---

# 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.yellowant.com/managing-dashboard/event-workflows.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.
