# Spring Into Summer With AI Agents

And we are back… as promised we have a list of exciting new updates to our AI agent.

### HIGHLIGHTS <a href="#id-9egm57pk4vfi" id="id-9egm57pk4vfi"></a>

1. Deploy - now on WhatsApp, Slack, and also WEB!
2. AI agents on your Website - introducing our open source Web widget -
3. Meta-Analytics and conversation graphs

**And of course, support for GPT4o and Gemini 1.5 Pro.**

### Deploy <a href="#k54im7mn3jmc" id="k54im7mn3jmc"></a>

Our much-requested web deployment is now live! With this addition, we now have a wide range of deployments that will allow you to reach a wider audience. More deployments mean increased audience reach and access.

![](/files/ePi7WNejxNwMjrAeZOjh)

**With this update, you can now integrate the AI agent with:**

* Slack - Tutorial: [How to deploy on Slack](https://docs.gooey.ai/guides/copilot/deploy-to-slack)
* Facebook - Tutorial: [How to deploy on Facebook](https://docs.gooey.ai/guides/copilot/deploy-to-facebook)
* Whatsapp - Tutorial: [How to deploy on WhatsApp](https://docs.gooey.ai/guides/copilot/deploy-on-whatsapp)
* Web - Tutorial: [How to deploy on Web](https://docs.gooey.ai/guides/copilot/deploy-to-web)

### Web widgets <a href="#wqjvw176p0c" id="wqjvw176p0c"></a>

Web widgets are now super easy! Thanks to @anish our newest full-stack engineer, all you need is a two-line code injection in any of your websites, and you have a ready to use to AI agent ready to use!

![](/files/0DKJfOe6J5bOJPkvc5eb)

### What makes our web widget incredible: <a href="#qfofoh3hdb1u" id="qfofoh3hdb1u"></a>

#### A quick configuration UI panel <a href="#y2msf76jvlau" id="y2msf76jvlau"></a>

This quick config UI panel contains all the essentials to get your agent up and running! Once configured you can copy the embed code and add it to your company/organization website.

![](/files/dFamswqMUft9mHQa5Yvb)

#### You can choose the mode you want - pop-up / inline / fullscreen <a href="#qc4b7i5qgx5h" id="qc4b7i5qgx5h"></a>

<figure><img src="/files/In6h5yozQ3486fLXPdwe" alt=""><figcaption><p><strong>POP-UP WIDGET</strong></p></figcaption></figure>

<figure><img src="/files/wt418vH6mfDwo4pAfiGz" alt=""><figcaption><p><strong>INLINE WIDGET</strong></p></figcaption></figure>

![FULLSCREEN WIDGET](/files/P96gsTcxXuU8rYncOHWr)

### Two lines of code to embed on your existing website! <a href="#y3le8kc7mmsh" id="y3le8kc7mmsh"></a>

Copy the embed code from the Deploy page and paste it.&#x20;

It’s just two lines of code.

{% code overflow="wrap" %}

```html
<div id="gooey-embed"></div>
<script async defer onload="GooeyEmbed.mount()" src="https://gooey.ai/chat/the-gooeyai-bot-4rv/lib.js/"></script>
```

{% endcode %}

### What to expect next?

* Function calling - connect your copilot to any data source in real-time
* Video Lipsync on Web Widget
* Higher rate limits
* Meta Seamless v2 - for speech recognition support for hundreds more languages.
* Analytics graphs

### Resources <a href="#mgolsgd79dkb" id="mgolsgd79dkb"></a>

{% embed url="<https://www.youtube.com/watch?v=7WQveSxqK6k>" %}

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>GUIDE: Agent Web Integration</strong></td><td><a href="https://docs.gooey.ai/guides/copilot/deploy-to-web">https://docs.gooey.ai/guides/copilot/deploy-to-web</a></td><td><a href="/files/UQCFTw0JXqZyAWJlqWsv">/files/UQCFTw0JXqZyAWJlqWsv</a></td></tr><tr><td><strong>GUIDE: Agent WhatsApp Integration</strong></td><td><a href="https://docs.gooey.ai/guides/copilot/deploy-on-whatsapp">https://docs.gooey.ai/guides/copilot/deploy-on-whatsapp</a></td><td><a href="/files/KPILIYJxcgKg8c6JeDcg">/files/KPILIYJxcgKg8c6JeDcg</a></td></tr><tr><td><strong>BOOK A DEMO!</strong></td><td><a href="https://www.help.gooey.ai/contact#book-demo">https://www.help.gooey.ai/contact#book-demo</a></td><td><a href="/files/novXSAfZ8SgXWbmaia1n">/files/novXSAfZ8SgXWbmaia1n</a></td></tr></tbody></table>

Gooey's goal is to make the best of open-source and private AI accessible to everyone.

We can't wait to see what you'll build with these tools so hopefully, everyone on earth can benefit from the incredible innovation of this moment in time.

Cheers,

**Gooey.AI Team**


---

# 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://blog.gooey.ai/spring-into-summer-with-ai-agents.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.
