# Unsupported Chats

The Zenlytic web application currently supports `v2` conversations and Proactive Agents. For various reasons that we try to prevent from impacting your experience, a previous conversation may become no longer supported to continue running. These reasons include:

* new workspace preferences and network security rules
* changes to underlying LLM agent availability and compatibility
* planned updates to Zenlytic services
* unrecoverable errors that occur during runtime

While you can still navigate to unsupported conversations, interact with their tool call contents, and download linked files and data, unsupported conversations will have a banner at the bottom of the screen preventing access to the chat input. In order to continue the unsupported conversation with new follow-up messages, the conversation must be migrated to the latest version.

### How To Migrate An Unsupported Chat

1. From the unsupported conversation banner, select a model and click the Submit button to migrate the unsupported conversation into a supported conversation.

* The dropdown list of agent models will only contain the models that are compatible with the current conversation and the latest version of Zenlytic.
* When the Submit button is pressed, a new conversation will be created from each user message as they are re-played with the selected agent model.
* The chat input will become available again when Zoë has finished running.
* The unsupported conversation will not be automatically deleted once it has been migrated.

![Unsupported Conversations](/files/HKDBYmPMIYF8wkE8IzxC)


---

# 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.zenlytic.com/legacy/legacy.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.
