# Introducing Workspaces and IVR Support

## Workspaces

### Invite team members to the workspace

* Now you can collaborate with others in the same workspace
* Version History

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfkTPhoR55MWdD2FWZbzVBG2Dl3qMeoySgE5w6LCRxGCm4v0S3UGrn6EeJOza-g3SgxJHqgrmCRoWQy7RtVhO7dHIn5ZFkHN8PDeUKGorXRcoOWIUEJKwGcMumHdo91vEIJUUDD?key=VrvxJTV5T3ZonJMcvgpwyw" alt=""><figcaption></figcaption></figure>

### Public pages for the workspace

You can now make your workflows public! We now have a simple and elegant way to show-off public workflows in a team Workspace!&#x20;

* View all public workflows
* View members in the workspace
* Add your org’s banner
* Add details about your organization

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

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdKhRb79TS0sztyr5M6PrkuHiPMU_f-Zntfrf2oySRe5eS3esBpOVeKTdNuWk0FKgZueb-Ugr2bytLcbTl1WDG3_ccNEiofFOJjIAHfBFeqqjM2GjkFVJojivN9e69ChCLS_VUXDw?key=VrvxJTV5T3ZonJMcvgpwyw" alt=""><figcaption></figcaption></figure>

{% embed url="<https://gooey.ai/iom>" %}

## Search + Explore

Now you can navigate public workflows through our Search and Explore section. <br>

{% @arcade/embed flowId="tU2V5JDJFls3yfWbCaqJ" url="<https://app.arcade.software/share/tU2V5JDJFls3yfWbCaqJ>" %}

## Real-time IVR + call routing

### Real-time IVR

We now support Real-time IVR for [Gooey.AI](http://gooey.ai) agents. Try it out here:

{% embed url="<https://gooey.ai/copilot/seamore-voice-qm5r9ngtjrmp/>" %}

If you’d like to implement this, please reach out to us at <sales@gooey.ai>.&#x20;

### Call Routing

With simple prompt engineering, Voice agents can route calls on the user’s command.&#x20;

{% code overflow="wrap" %}

```
If the answer included a phone number, offer to transfer their call (assuming it’s a valid number). If the user approves or has already asked to be connected, respond with: "Transferring <button gui-action="transfer_call">[number]</button>" and remain silent during the transfer.

```

{% endcode %}

Scan the QR Code and try it yourself here:

<figure><img src="/files/rkeC27rKU8SuZLoSTmJH" alt="" width="384"><figcaption></figcaption></figure>

## Functions in Python

This was a much-awaited feature for our Developer community. We now support Functions in Python. This will also support external library use like `pandas`,...

Check out the Python Functions examples:&#x20;

{% embed url="<https://gooey.ai/functions/custom-auth-rag-documents-example-hlrfz6d65x1y/>" %}

## Aesthetic Updates

In the last few commits, we have been slowly upgrading the Copilot Builder.&#x20;

Here are some of the updates:

* We’ve got a great new UI update for our copilot builder with a highly functional Web Widget Preview!&#x20;
* Instant buttons to test copilot integrations&#x20;

{% @arcade/embed flowId="ZiV5mtSBemq27asjDWeP" url="<https://app.arcade.software/share/ZiV5mtSBemq27asjDWeP>" %}

## SoTA LLM support

We’ve updated our LLM support with the latest SoTA models, including:

1. OpenAI’s GPT-4.1, GPT-4.1-mini, GPT-4.1-nano, o3, o3-mini
2. Google Gemini Pro 2.5
3. Claude 4
4. Llama 4

See here:

\[add link for LLM run with all the latest models - currently blocked by Claude 4]

## Gooey in the news!&#x20;

* Announcing the winners of Gooey.AI Workflow Accelerator supported by The Rockefeller Foundation

{% embed url="<https://www.linkedin.com/posts/gooeyai_announcing-the-2025-ai-workflow-accelerator-activity-7336783948095578112-xaX7?utm_source=share&utm_medium=member_desktop&rcm=ACoAAAR27dIBuWVHbC2vmjMVi6xweAFJLchh5jY>" %}

* Partnering with MEXA Generative AI for Mental Health Research Accelerator, supported by the [Wellcome Trust](https://www.linkedin.com/company/wellcome-trust/).

{% embed url="<https://www.linkedin.com/posts/gooeyai_responsibleai-mentalhealthmatters-aiforcare-activity-7338980127202013185-EMUD?utm_source=share&utm_medium=member_desktop&rcm=ACoAAAR27dIBuWVHbC2vmjMVi6xweAFJLchh5jY>" %}

* Our founder and CCO, Archana Prasad, shares insights from the Beyond Bias initiative.

{% embed url="<https://www.linkedin.com/posts/gooeyai_beyondbias-generativeai-beyondbiasinitiative-activity-7343530470288064513-vtMb?utm_source=share&utm_medium=member_desktop&rcm=ACoAAD_OP40BeWaBMVKcH16vx2ZAS7kHYrw6nso>" %}


---

# 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/introducing-workspaces-and-ivr-support.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.
