# Cancel Command

The **Cancel** command is a quick way to **stop any active operation** in the bot and return to the current menu. For example, if you're in the middle of configuring a setting and the bot prompts you with something:

<figure><img src="/files/Rx204nFED3IbZmU1fKvp" alt="" width="375"><figcaption></figcaption></figure>

Simply type **Cancel** to exit the current prompt and return to the menu you were previously in.

{% hint style="success" %}
This command ensures you can **safely** back out of any incomplete action without **affecting** other settings or tasks.
{% endhint %}


---

# 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.leap-blockchain.com/leap-telegram-bot/leap-telegram-setup/cancel-command.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.
