> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getcollate.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Set Up Automations

# Set Up Automations

### Step 1: Access the Automations Section

1. In the left navigation menu, click **Governance**.

   <img src="https://mintcdn.com/collatedocs/LUQwLPA4Y6ndbf92/public/images/ai-2.0/data-governance/access-automation.png?fit=max&auto=format&n=LUQwLPA4Y6ndbf92&q=85&s=f302ea189e989631ae5cfa25d59d98fa" alt="Access Automation" width="2930" height="1166" data-path="public/images/ai-2.0/data-governance/access-automation.png" />

2. In the **Governanace** panel, click the **Automations** tab.

   <img src="https://mintcdn.com/collatedocs/LUQwLPA4Y6ndbf92/public/images/ai-2.0/data-governance/select-automation.png?fit=max&auto=format&n=LUQwLPA4Y6ndbf92&q=85&s=7ff8988b57c88f37dec35f1456376e5e" alt="Select Automation" width="2972" height="994" data-path="public/images/ai-2.0/data-governance/select-automation.png" />

### Step 2: Add a New Automation

On the **Automations** page, click **+ Add Automation**.

<img src="https://mintcdn.com/collatedocs/LUQwLPA4Y6ndbf92/public/images/ai-2.0/data-governance/add-automation.png?fit=max&auto=format&n=LUQwLPA4Y6ndbf92&q=85&s=273d5c31cbf1431440af1b8a3728d01e" alt="Add Automation" width="2286" height="710" data-path="public/images/ai-2.0/data-governance/add-automation.png" />

### Step 3: Fill in Automation Details

The **Create Automation** page opens with a two-step wizard: **Configure Ingestion** and **Schedule Interval**.

On the first step, provide the following details:

* **Name** (required): Give a meaningful name to the automation for easy identification.
* **Description**: Add a brief description explaining what this automation will do (for example, "Daily metadata ingestion for database XYZ").

  <img src="https://mintcdn.com/collatedocs/LUQwLPA4Y6ndbf92/public/images/ai-2.0/data-governance/automator-description.png?fit=max&auto=format&n=LUQwLPA4Y6ndbf92&q=85&s=27cecca7433ac96637c89bc2b7446fa9" alt="Automation details" width="2962" height="1518" data-path="public/images/ai-2.0/data-governance/automator-description.png" />

Scroll down to configure the rest of the automation:

* **Data Assets**: Select the types of assets the automation should apply to (for example, Database, Table). Collate shows a count of matching assets as you make selections.
* **Filters**: Add conditions to narrow down the target assets (for example, Owner is "admin"). You can add multiple conditions using **Add Condition**. Collate shows a live count of assets matching the filter.
* **Actions**: Select the action to apply to the matched assets using **Add Action** (for example, add tags, glossary terms). Use the **Apply to Children** option to apply tags and glossary terms at the column level:

  * If a list of columns is specified, tags will only be applied to columns with matching names.
  * By default, incoming tags will merge with existing tags.
  * To overwrite existing tags with the new list, select the **Overwrite Metadata** option.

  <img src="https://mintcdn.com/collatedocs/LUQwLPA4Y6ndbf92/public/images/ai-2.0/data-governance/configure-automation.png?fit=max&auto=format&n=LUQwLPA4Y6ndbf92&q=85&s=9d9d507763c07952b4ee2b9b85937794" alt="Configure Data Assets, Filters, and Actions" width="2940" height="1556" data-path="public/images/ai-2.0/data-governance/configure-automation.png" />

### Step 4: Configure the Schedule Interval

After filling in the required details, click **Next**.

On the **Schedule Interval** step, choose how the automation should run:

* **Schedule**: Run the automation at a specific time and frequency (for example, daily, weekly).
* **On Demand**: Run the automation manually whenever needed.

Optionally, enable **Enable Debug Log** for detailed logging during runs.

Review your settings and click **Automate** to save and activate the automation.

<img src="https://mintcdn.com/collatedocs/LUQwLPA4Y6ndbf92/public/images/ai-2.0/data-governance/schedule-interval.png?fit=max&auto=format&n=LUQwLPA4Y6ndbf92&q=85&s=e9b3eeaeb5a4853f50e9505f6539856e" alt="Automation Interval" width="2264" height="980" data-path="public/images/ai-2.0/data-governance/schedule-interval.png" />

### Step 5: Manage Your Automations

After completing the setup, your automation appears in the Automations list with columns for Name, Description, Count (Success, Failed, Warning), Schedule, Recent Runs, and Actions.

To manage an automation, click the **⋮** icon next to the automation entry. The following options are available:

* **Run**: Trigger the automation immediately.
* **Re Deploy**: Re-deploy the automation after making changes.
* **Edit**: Modify the automation's configuration.
* **Kill**: Stop an automation that is currently running.
* **Delete**: Permanently remove the automation.

You can also **Pause** or view **Logs** directly from the list using the quick-action buttons.

<img src="https://mintcdn.com/collatedocs/LUQwLPA4Y6ndbf92/public/images/ai-2.0/data-governance/manage-automations.png?fit=max&auto=format&n=LUQwLPA4Y6ndbf92&q=85&s=5877c0a67b5d62f918b573c45468dc3e" alt="Manage Your Automation" width="2290" height="896" data-path="public/images/ai-2.0/data-governance/manage-automations.png" />

## Tag Columns by Name Using Governance Automations

Use Governance Automations when you want to deterministically apply a tag to all columns matching a specific name — for example, all columns named `email` or `person_id` — without relying on sample data.

**Example: Apply `PII.Sensitive` to all columns named `email` or `person_id`**

1. Go to **Govern** > **Automations** and click **Add Automation**.
2. Enter a **Name** (for example, `PII column name tagging`) and an optional **Description**.
3. Under **Data Assets**, click **Add Source** and select target sources.
4. Under **Actions**, click **Add Action** and select **Add Tags**.
5. Click **+** next to **Tags** and select `PII.Sensitive`.
6. Enable the **Apply to Children** toggle. A **Select Children** field appears — enter the column names to match (for example, `email`, `person_id`, `customer_email`). Tags will only be applied to columns whose names match this list.
7. Click **Next**, configure the schedule interval, and click **Automate**.
