> For the complete documentation index, see [llms.txt](https://changelog.gallabox.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://changelog.gallabox.com/march-18-test-your-ai-agent-instantly.md).

# March 18 : Test Your AI Agent Instantly

### 1. Test Your AI Agent Instantly (New Testing Widget – Beta)

#### What’s new? <a href="#h0ra75li6nti" id="h0ra75li6nti"></a>

You can now test your AI agent directly while building it, without needing WhatsApp or Instagram.

#### What this means for you? <a href="#id-8csytsxolwx8" id="id-8csytsxolwx8"></a>

●      Earlier, you had to test your agent on WhatsApp or Instagram.

●      Now, you can test it instantly inside the platform using a test widget.

<figure><img src="/files/F6kavD4SocOsDt9RM1gG" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/iZ4zDuFYxLDTLNTEHqXy" alt=""><figcaption></figcaption></figure>

#### How it works?

1. Make changes to your AI agent.
2. Click Save.
3. Use the test widget to try out the latest version.
4. Every time you save changes, the test resets and shows the updated behavior.

This helps you test faster before making the agent live.

### 2. Smarter Message Retry in Sequences <a href="#id-5lxszjee3khr" id="id-5lxszjee3khr"></a>

#### What’s new? <a href="#id-23dq1p32pepf" id="id-23dq1p32pepf"></a>

Messages in sequences can now automatically retry if they are not delivered.

#### What this means? <a href="#rme4rfay614y" id="rme4rfay614y"></a>

●      If a message fails, the system will try sending it again automatically.

●      This increases the chances of your messages being delivered.

#### How it works? <a href="#iz2vb5t9y4uy" id="iz2vb5t9y4uy"></a>

●      Retry can be turned on for the entire sequence or for individual steps.

●      By default, the system will retry messages for up to 2 days.

●      It will keep trying until:

○      The message is delivered, or

○      The maximum attempts are reached.

#### Additional improvements <a href="#id-7gsyhl5ra1q9" id="id-7gsyhl5ra1q9"></a>

●      All retry attempts are now tracked with details like time, status, and errors.

●      When retry is enabled, messages can be sent at any time for better delivery.

<figure><img src="/files/EbWn77mcUG4TbocMGhKw" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Lntab1f2FrUZCTcJp7Dt" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/w56cWdbWv6Al3Rs4okGM" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/lmsvG72XeZBhwwJ3hxOc" alt=""><figcaption></figcaption></figure>


---

# 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:

```
GET https://changelog.gallabox.com/march-18-test-your-ai-agent-instantly.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.
