# Bot Management

## **Managing Cards**

When you hover over the Card, you'll find options to copy the card, edit the block, and a "x" icon to delete the card.

### **Copy the Cards:**

To copy a card in the bot flow, click on the duplicate icon.

<figure><img src="/files/nDokFX6zIsytWbWU1JUt" alt=""><figcaption></figcaption></figure>

### **Edit the Cards**

To edit a card in the bot flow, click on the edit icon.

<figure><img src="/files/jlQmX1Kx9LhVQERcVir9" alt=""><figcaption></figcaption></figure>

### **Delete the Cards**

To delete a card from the bot flow, click on the 'X' icon.&#x20;

<figure><img src="/files/TaL3jmaocEjnHwfTBhSK" alt=""><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://docs.bizmagnets.ai/bot-flows/bot-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.
