# Enable Flows

This template enables Flow rules. Flow automates a process by collecting, updating, editing, and creating Salesforce data. Flows can execute logic, interact with the Salesforce database, call Apex classes, and guide users through screens for collecting and updating data.

To create this template, follow the below steps:

1. In the **Create Migration Template** screen, select the checkbox: **Enable Flows.**
2. Next, upload the package manifest XML file. Click **Choose File** and upload the required XML file from your local system.
3. Click **Save**.&#x20;
4. Once the template is successfully created, you'll be redirected to the **Environment Provisioning History** screen.
5. Click the Run button to run the template on your destination org.
6. Select your **destination org** from the dropdown and enter the **email address(es)** to receive an email notification whenever the template is run.
7. Select the **Enable Flows** checkbox under the **Post Deployment Steps** section to use the current template as the post-deployment during CI/CD. This is optional.
8. Click **Run**. Please check the **View History** page for a detailed summary report of the operation carried ou&#x74;**.**


---

# 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://knowledgebase.autorabit.com/product-guides/arm/arm-features/environment-provisioning/migration-template/enable-flows.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.
