# Steps

## What are Steps?

Steps are the actions that your Automation performs after being triggered.

{% hint style="success" %}
You can string multiple Steps together to create powerful, rule-based automations across your DevOps pipeline.
{% endhint %}

## Available Steps

SRE.ai offers nine Step types:

* [Create Salesforce Change](/using-sre.ai/automations/steps/steps-customization.md#create-salesforce-change-setup-and-customization)
* [Commit Change](/using-sre.ai/automations/steps/steps-customization.md#commit-change-setup-and-customization)
* [Deploy Package](/using-sre.ai/automations/steps/steps-customization.md#deploy-package-setup-and-customization)
* [Send Teams Message](/using-sre.ai/automations/steps/steps-customization.md#send-teams-message-setup-and-customization)
* [Create Scratch Org](/using-sre.ai/automations/steps/steps-customization.md#create-scratch-org-setup-and-customization)
* [Generate Seed Data](/using-sre.ai/automations/steps/steps-customization.md#generate-seed-data-setup-and-customization)
* [Load Seed Data](/using-sre.ai/automations/steps/steps-customization.md#load-seed-data-setup-and-customization)
* [Insert into Supabase](/using-sre.ai/automations/steps/steps-customization.md#insert-into-supabase-setup-and-customization)
* [Update Jira Ticket](/using-sre.ai/automations/steps/steps-customization.md#update-jira-ticket-setup-and-customization)

## How Steps work

### Adding or deleting Steps

In the **Automations Builder,** **select the Edit Automations icon to add or delete Steps**.

### Editing existing Steps

**Click any Step** in an Automation **to open the View Step panel**

**Click the Edit button** in **the top right of the View Step panel to edit the Step's parameters**.

### Customization

Each Step features customizable parameters.

Learn more about the customizable parameters for each Step by reading[ SRE.ai's Steps customization documentation](/using-sre.ai/automations/steps/steps-customization.md).


---

# 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.sre.ai/using-sre.ai/automations/steps.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.
