# Introduction

Steps help you to take different actions based on different conditions, you can create upto 50 Steps with different filter conditions, delay and actions to automate many tedious tasks.&#x20;

{% hint style="success" %}
If you want to send birthday greetings in 5 languages based on the customer country or language settings then you can do this using Multiple Steps, you can create 5 steps and each step will have a filter to check the customer language and have action to send message in different languages.&#x20;
{% endhint %}

A step have 4 components **Filter, Delay, Action & Stats** as shown below;

![](/files/-Ma-iaCEkLIEqVEUzYWk)

When an event enters into a step it start executing the components as per the order it saves, you can drag and change the components order the way

#### Changing the Order of Components in the Step

You can change the components in the step easily by drag and move so you will have the flexibility to execute the delay first then check for filter and take actions, or you can first take action then filter some data and delay further steps&#x20;

![](/files/-Ma0PmYzmJH56G_Q31xk)

#### Naming the Step&#x20;

In order to easily identify what action it performs you can name it by clicking the **“Step Name”** and entering the Name.

![](/files/-Ma0PwZA9_jYxFPcUF_k)

#### Deleting Step&#x20;

On clicking the delete button will delete all actions and filters associated with a step

![](/files/-Ma0Q1-hK0GaI7giALAL)

#### Adding More Steps

You can add more steps to perform complex filters, actions and delay as per your business requirements&#x20;

![](/files/-Ma0Q6B__lEfti1ycYvo)

#### Changing the Step Order

The step will be executed in the order how it's saved and displayed, you can change the order by click and drag it&#x20;

![](/files/-Ma0QBp19nGLSbgygJxm)

{% hint style="danger" %}

### Once the action order is changed please make sure all the filters if any in the actions are re-configured correctly to avoid executing wrongs actions.

{% endhint %}

#### Cloning the Step&#x20;

You can easily clone and existing step by click the icon as shown below and this helps you to save your time building the filter and action again from the scratch, instead you can simply clone any steps and make necessary changes to the cloned step&#x20;

![](/files/-Ma0QK5Hf1Hw-_b-4kRe)

##


---

# 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://help.pickyassist.com/setting-up-guide/setting-up-connector/steps/introduction.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.
