> For the complete documentation index, see [llms.txt](https://docs.whatstool.business/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.whatstool.business/bots/bot-actions/update-conversation-fields.md).

# Update Conversation Fields

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

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.

Under the variables, you can have Intent, Recipient Details, Contact Fields, or any custom fields as the value.

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.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.whatstool.business/bots/bot-actions/update-conversation-fields.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
