> For the complete documentation index, see [llms.txt](https://docs.sre.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sre.ai/using-sre.ai/automations/steps.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sre.ai/using-sre.ai/automations/steps.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
