# Trigger Flows from IFS Cloud

There are different options and scenarios for triggering a Flow from IFS. It could be triggered via **Event Actions**, via **projection execution's** or **Commands.** The different scenarios are covered to the following sub sections.&#x20;

### Button commands in IFS Cloud

In IFS cloud there’s no RMB option. Instead, you must use custom buttons, called “commands”, to achieve the same functionality. Button commands can be of different types:&#x20;

* **Execute Action** - Call an existing Method in IFS Cloud.
* **Navigation Link** - Provides the functionality to navigate between pages with or without parameters.
* **External Navigation Links** - Provides the functionality to navigate to an external URL, with or without parameters.
* **Execute Quick Report** - Provides the capability to execute a quick report.
* **Execute Operational Report** - Provides the capability to execute an operational report.
* **Execute Workflows** - Provides the capability to execute workflows with parameters.


---

# 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.novacura.com/flow-ifs-cloud-development-guidelines/flow-development-with-odata/trigger-flows-from-ifs-cloud.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.
