# Search, Find & Replace in a workflow

Flow-builders can search for all occurrences of a specific word within a workflow and can replace the word with another.

For the workflow selected and visible in the canvas:&#x20;

* Users have the option to **Find** only or to **Find & Replace.** *(default: Find)*
* Users can search on **Step Number** only, on **Variable** only, or on **All**. *(default: All)*
* Users can make the search **case sensitive**.  *(default: not case sensitive)*
* Users can select to search **whole word** matches only. *(default: search whole words and parts thereof)*

<figure><img src="/files/4Rf7uBsedrVFOgwX7d4O" alt="" width="431"><figcaption></figcaption></figure>

**For Find only**: Results are shown in the panel on the left. Selecting a result takes you to that step in the flow.

<figure><img src="/files/fMFOgqopmUwhtBWFlR5E" alt="" width="360"><figcaption></figcaption></figure>

**For Find & Replace**: Under the search term, enter the term you want to replace it with. Select the specific step, and click "Replace".&#x20;

{% hint style="info" %}
You cannot "Replace All", and have to do it for each step individually. This is to prevent accidentally breaking workflows by replacing all occurrences.
{% endhint %}

<figure><img src="/files/arFUJWXYoI0Tug5qVfcS" alt="" width="383"><figcaption></figcaption></figure>


---

# 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://guides.clickatell.com/flow/workflow-management/search-find-and-replace-in-a-workflow.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.
