# Command Workflows

YellowAnt is connected to all your apps so you can create cross application workflows that can be triggered by a YellowAnt command. This means with a simple command you can trigger a chain of events across different apps and even use the subsequent data in the process. You can trigger a chain of events by executing a simple command on Slack or Microsoft Teams.\
Let's take a took at an example,

A lot of people, first thing in the morning, check their emails, tasks for the day on Asana/Trello, look at their schedule and maybe perform a bunch of other tasks as well (like bugs due to be fixed or checking server statuses). With YellowAnt, you can have a simple command like "startmyday" which fetches all this information in a nice and sequential manner for you.

![](/files/-LCC9UyrJynmof8uTE63)

In this example, a simple command, "workflow startmyday" fetches mails from GMail and tasks due on Asana.

Take a look at another example.\
Let’s create one Slack command that gets a high-priority PagerDuty incident, creates a JIRA issue, sends an email to the Test team, and creates a calendar event for a war room meeting. Normally, this process would take atleast 5 minutes. With this command, it will take 5 seconds.

![](/files/-LCC9Z39UEV8R0XAN0U4)

Similarly, users can create lot of different commands for different purposes using 35+ applications from the YellowAnt Marketplace.


---

# Agent Instructions: 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://docs.yellowant.com/workflows/command-workflows.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.
