# Replace (Without Commands): Create And Management

{% hint style="info" %}
You can set a list of words or regex patterns which tells the bot that if the message received from source channel has any of the replace words or regex pattern match the bot should replace that message with the word you want to change.
{% endhint %}

{% hint style="danger" %} <mark style="color:red;">This feature will not work if you enable "</mark><mark style="color:red;">**Show Forward Headers**</mark><mark style="color:red;">" in task list</mark>
{% endhint %}

### :new: Create New Replace **Without Commands**

{% hint style="success" %}
By using the user interface instead of using commands. Make it easier for you to create replace content.
{% endhint %}

### ⭐️ Create With Basic Mode

{% tabs %}
{% tab title="Create with Basic Mode" %}
{% hint style="info" %}
When you want to change words, simple characters with another word
{% endhint %}

1. Use Command **/replace** after select **Create with Basic Mode**
2. **Enter the label name for replace setting**
3. **Follow the instructions from bot**
4. **DONE**

![](/files/x7ABttaVF5q8wzMRsW5Z)
{% endtab %}
{% endtabs %}

### ⭐️ Create With Advanced Mode (Regex, Sticker)

{% tabs %}
{% tab title="Use Regex" %}
{% hint style="info" %}
When you want to change words, characters, complex phrases to another content. Requires you to have regex knowledge.

🥸 If you do not know what a regex is, please refer to this document [click here](https://www.regular-expressions.info/)
{% endhint %}

{% hint style="warning" %}
We do not support usage of regex, you are on your own if you decide to use regex. Only use it if you know what you are doing.
{% endhint %}

1. Use Command **/replace** after select **Create With Advanced Mode**
2. Select **Use Regex**
3. **Enter the label name for replace setting**
4. **Follow the instructions from bot**
5. **DONE**

➡️ **Example for** change **good** or **bad** to **hello**

![Create a replace with regex](/files/6KuqTMHEOXEQ5irKPkeb)

![Active replace and demo](/files/EGAQQKDcVGjJwnZwB37x)
{% endtab %}

{% tab title="Use Sticker" %}
{% hint style="info" %}
When you want to change a sticker to a sticker another
{% endhint %}

1. Use Command **/replace** after select **Create With Advanced Mode**
2. Select **Use Sticker**
3. **Enter the label name for replace setting**
4. **Follow the instructions from bot**
5. **DONE**

![Create a replace with sticker](/files/6x3VuIW4VhiZtH7GRVtr)
{% endtab %}
{% endtabs %}

### ✅ Apply/Disable Replace For a Task

**1.**  From **Auto Forward Messages BOT** [Choose Task ](/fundamentals/how-to-settings-for-task.md)you want Apply

**2.**  Select 🔐 **Advanced Configuration** from **Menu Setting**

**3.**  Select **Replace** from **Menu Advanced Configuration to show list replace**

**4.**  Click a your replace you want to **Activate or Deactivate** for Task

{% hint style="info" %}
Describe Status

🚫  **is status Deactivated**

✅ **is status Activated**
{% endhint %}

<figure><img src="/files/KIyp9raaA0r4vpVAbmTY" alt=""><figcaption><p>Apply Replace For Task</p></figcaption></figure>

### ✅ Apply/Disable Replace For All Task

{% hint style="danger" %}
When **Apply All Replace for Task** will won't activate for each single task
{% endhint %}

Use command **/replace** after select **Show All** ▶️

![](/files/8CZybPMKDaY6VMwOi0S7)

### ✅ Remove All Replace

Use command **/replace** after select **CLEAR ALL**

<figure><img src="/files/9WPHcbyNlRHZo7HWtSIL" alt=""><figcaption><p>Remove All Replace</p></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://docs-v2.autoforwardtelegram.com/fundamentals/replace-without-commands-create-and-management.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.
