# 06 September: Conversation Activity Log and Enhanced Bot functionality

### ⚙️ Improvements

#### **Enhanced functionality for adding new nodes in the bot**

You can now add cards in the Bot by clicking the ‘+’ icon on the nodes or by dragging and dropping onto the desired location. Clicking the ‘+’ icon opens a smaller node drawer where users can search for or select the required card to create the flow.

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

#### **Conversation Level activity log**

You can access detailed information on conversation changes and view a comprehensive activity log that records various actions, including assigning or unassigning the conversation to a user, BOT, or team, resolving or closing the conversation, and initiating it from either the end user or Gallabox User.

<figure><img src="/files/Nw1VWOFjP330vmbWArWd" alt=""><figcaption><p>Conversation Log in Web Application</p></figcaption></figure>

Each of these actions will be logged and displayed on the corresponding conversation screen. The activity logs will be updated in real-time and are available on both the web and mobile applications, reflecting actions performed from either platform. This ensures that all changes and interactions are accurately recorded and easily accessible across all devices.

![Conversation Log in Mobile Application](/files/ncSVdiqJfDkWiDbykalF)


---

# 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://changelog.gallabox.com/september-2024/06-september-conversation-activity-log-and-enhanced-bot-functionality.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.
