> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cognigy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Chat

<a href="/release-notes/4.84"><Badge className="version-badge" color="blue">Updated in 4.84</Badge></a>

With *Chat* mode, you can chat with your AI Agent to test, [debug](#debug-mode), and improve it.

## How to Use Chat Mode

To open chat mode, click the <img src="https://mintcdn.com/cognigy-15abf2ba/FQ3zXISbl1jRGkQS/_assets/icons/black-and-white/chat-interaction-panel.svg?fit=max&auto=format&n=FQ3zXISbl1jRGkQS&q=85&s=4a74886798dbca5b8dbb4cbef6b1d098" alt="chat" width="24" height="24" data-path="_assets/icons/black-and-white/chat-interaction-panel.svg" /> tab in the [Interaction Panel](/ai/agents/test/interaction-panel/overview). Chat mode works as a common chat interface that simulates your [Flows](/ai/agents/develop/projects-and-flows/overview) based on the [Interaction Panel settings](/ai/agents/test/interaction-panel/overview). You can also click <img src="https://mintcdn.com/cognigy-15abf2ba/SshNcLpdHqzTqCCc/_assets/icons/black-and-white/record-audio.svg?fit=max&auto=format&n=SshNcLpdHqzTqCCc&q=85&s=7e184c362eaa07a75a600de2118cb69d" alt="record-audio" width="20" height="20" data-path="_assets/icons/black-and-white/record-audio.svg" /> to activate your device's microphone and record voice input.

Additionally, you can use the [debug mode](#debug-mode) to analyze the [natural language understanding](/ai/platform-features/nlu/overview) (NLU) results, Flow transitions, and specific Node outputs.

### Debug Mode

Debug mode displays more information about the Flow execution than just user and AI Agent messages for better understanding of the conversation. Debug mode is activated by default. With this mode, you can check:

* Triggered [Intents](/ai/platform-features/nlu/intents/overview) and their [scores](/ai/platform-features/nlu/intents/intent-analyzer)
* Triggered [Yes/No Intents](/ai/platform-features/nlu/intents/yes-no-intents) and their [scores](/ai/platform-features/nlu/intents/intent-analyzer)
* Matched [Slots](/ai/platform-features/nlu/slots/overview)
* Found [Lexicon Keyphrases](/ai/platform-features/nlu/slots/user-defined/lexicon)
* [State](/ai/agents/test/interaction-panel/state) changes
* Flow Transitions, for example, when executing a [Go To Node](/ai/agents/develop/node-reference/logic/go-to), an [Execute Flow Node](/ai/agents/develop/node-reference/logic/execute-flow), or triggering an [Attached Flow](/ai/platform-features/nlu/attachments)
* Node-specific output, for example, from an [HTTP Request Node](/ai/agents/develop/node-reference/service/http-request)

Some Nodes have settings that let you further configure their debug mode output. You can turn off node-specific outputs selectively in the [Interaction Panel settings](/ai/agents/test/interaction-panel/overview#configure-the-interaction-panel).

You can explicitly trigger debug messages either using the [Debug Message Node](/ai/agents/develop/node-reference/basic/debug-message) or [debug api functions](/ai/for-developers/code/api-functions) in the Code Node.

<Frame>
  <img class="image-center" src="https://mintcdn.com/cognigy-15abf2ba/hl8vBbbOP4fUBVwj/_assets/ai/test/interaction-panel/interaction-panel-chat-tab-debug-mode.png?fit=max&auto=format&n=hl8vBbbOP4fUBVwj&q=85&s=ee61197f9af47d0119142adad5080741" alt="Interaction Panel Chat tab with debug mode enabled" style={{ width: 'auto' }} width="456" height="727" data-path="_assets/ai/test/interaction-panel/interaction-panel-chat-tab-debug-mode.png" />
</Frame>

## More Information

* [Interaction Panel](/ai/agents/test/interaction-panel/overview)
* [Intents](/ai/platform-features/nlu/intents/overview)
* [Slots](/ai/platform-features/nlu/slots/overview)
* [Lexicons](/ai/platform-features/nlu/slots/user-defined/lexicon)
* [State](/ai/agents/test/interaction-panel/state)
