# Bot Management

## Managing Cards

### Duplicate the Cards

To duplicate a card in the bot flow, click on the duplicate button. Follow the GIF below.

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

### Edit the Cards

To edit the card in a bot flow, click on the pencil button. Follow the GIF below.

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

### Delete the Cards

To delete the card from a bot flow, click on the red <mark style="color:red;">x</mark> button. Follow the GIF below.

<figure><img src="/files/5wDlXt0e9FM66aQLtpRf" alt=""><figcaption></figcaption></figure>

### Bot Session Logs

Session logs are similar to a bot's diary, containing information about who interacted with the triggered bot. These logs are valuable because they reveal where in the bot flow customers may have dropped off and how many users successfully completed the entire bot interaction.

To see the session logs, follow the GIF below:

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

You can export the Bot logs as well. Click on Export, choose the bot flow and the date range to export the bot logs.

<figure><img src="/files/jFOu1YQKVn47dZDYYeeN" 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.gallabox.com/bots/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.
