> For the complete documentation index, see [llms.txt](https://help.clickatell.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.clickatell.com/chat-flow/workflow-management/search-find-and-replace-in-a-workflow.md).

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