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

# Test your bot

> Chat with your bot anytime from the editor, without leaving the platform

## The Open conversation button

On every view of the bot editor (Agents, Voice, etc.) there's a fixed toolbar on the **right edge of the screen**. The first icon, **Open conversation**, opens a chat panel that lets you talk to the bot directly.

<img src="https://mintcdn.com/inceptia/2xrQ5P1QkQTHz4UH/images/construccion/probar-tu-bot/00-boton-abrir-conversacion.png?fit=max&auto=format&n=2xrQ5P1QkQTHz4UH&q=85&s=4cefdf68e31a46d3b000cfd3a1d729ac" alt="Open conversation button in the floating toolbar" width="1440" height="900" data-path="images/construccion/probar-tu-bot/00-boton-abrir-conversacion.png" />

<Tip>
  In [Draft Mode](/en/construccion/modo-borrador-produccion), the same toolbar has two more buttons — **Deploy** and **Reset from production** — to publish your changes or discard them.
</Tip>

***

## What it's for

* **Verify changes in real time** — test the effect of an instruction change without leaving the editor or launching a test campaign.
* **Test the flow between agents** — walk through agent handoffs to verify the conditions work as expected.
* **Review the LLM's responses** — check that the agent responds correctly to different scenarios before publishing to Production.

***

## Simulate the bot's variables before testing

Before the conversation starts, you'll see an **Initial Parameters** panel: an editable name/value table where you can manually load the variables that would normally come from the campaign file (contact name, debt amount, due date, etc.).

<img src="https://mintcdn.com/inceptia/2xrQ5P1QkQTHz4UH/images/construccion/probar-tu-bot/01-panel-parametros-iniciales.png?fit=max&auto=format&n=2xrQ5P1QkQTHz4UH&q=85&s=afbb828bd9ff03eb3938a0a7f6979045" alt="Open conversation's Initial Parameters panel, with preloaded variables" width="1440" height="900" data-path="images/construccion/probar-tu-bot/01-panel-parametros-iniciales.png" />

This lets you simulate different scenarios without needing to launch a real campaign:

* Add or remove parameters with **Add parameter** / **Remove**.
* Edit the value of any existing variable (for example, test what happens if `pago_minimo` is 0 instead of a real amount).
* The bot uses those values exactly as loaded — the initial greeting, the agent handoff conditions, and any `{variable}` in the Instructions are resolved with this data.

Once you send the first message, the panel collapses into a summary ("Initial parameters (N)") and the conversation starts normally.

<img src="https://mintcdn.com/inceptia/2xrQ5P1QkQTHz4UH/images/construccion/probar-tu-bot/03-conversacion-iniciada.png?fit=max&auto=format&n=2xrQ5P1QkQTHz4UH&q=85&s=659d785aa6c0dccb7e9a703e519b33cd" alt="Test conversation in progress using the simulated parameters" width="1440" height="900" data-path="images/construccion/probar-tu-bot/03-conversacion-iniciada.png" />

***

## Which version it tests

When you open the conversation, you test the bot's version in the **active mode** — whichever one is selected in the Production/Draft dropdown. If you're in Draft, you test the draft. If you're in Production, you test production.

<Warning>
  Always make sure you're in **Draft** when testing changes you don't want to publish yet.
</Warning>
