# URL Decode

The **URL Decode** block converts an encoded URL back to its original format. It reverses URL encoding.

Steps

1. Add a new node in your flow
2. Go to **Formatter → Text Formatter**
3. Select **URL Decode**
4. Select or create **Authentication** (Label + API Key)
5. Enter the **Encoded URL/Text**
6. Click **Run & Save**
7. Check **Run History → Output Response** to see the decoded result

This is useful when receiving encoded webhook data or decoding tracking links.<br>

{% embed url="<https://www.youtube.com/watch?v=j75gulSzyVY>" %}


---

# 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://helpdocumentation.gitbook.io/user/automation-apps-blocks/text-block/url-decode.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.
