# Update Conversation Fields

> **Who can use this Card?**
>
> * Gallabox Users having permission to either build and deploy bots or manage bots.
> * Available on all paid plans.

This card can be used to Update for the conversation or remove the tags from the conversation.

<figure><img src="/files/51KKGSuuoXkuGFtXT3xv" alt=""><figcaption><p>Field Name in Conversation tags</p></figcaption></figure>

If you want to update the **Conversation Tag**, then you have to provide the value for the tag. You can either create the value for the tag or you can add the variables.

{% hint style="info" %}
Under the variables, you can have Intent, Recipient Details, Contact Fields, or any custom fields as the value.
{% endhint %}

<figure><img src="/files/zWxv8fp8sIamLDPF8YKT" alt=""><figcaption><p>Adding the value</p></figcaption></figure>

Once you are done selecting the value, you have to select the operation. You want to Append, replace, or add if empty.

-> Use **Append** if you want to add to the previous value.

-> Use **Replace** if you want to replace the previous value and add a new one.

-> Use **Add if Empty** if the field in a conversation has no value and you want to add.

As a last step, click on Save to update the conversation fields when a customer goes through the chat-flow.

You can find the conversation tags in the conversation window.

<figure><img src="/files/Xtbz5to4yu6P3LGT8cqO" alt=""><figcaption><p>Conversation tags</p></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-actions/update-conversation-fields.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.
