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

# Adding Integrations to Your App

> How to add AI chat, image generation, voice, music, maps, payments, and more to your Woz app using the built-in Integrations tab.

## Introduction

Integrations extend your Woz app with powerful third-party features—from AI chat and image generation to voice, music, maps, and payments. You do not need to write any code. Pick an integration, copy the example prompt, and paste it into Woz chat. Woz handles the rest.

***

## Step 1 – Open the Integrations Tab

In the left sidebar of your Woz workspace, click the **Integrations** icon. It sits between the Database and Analytics tabs.

***

## Step 2 – Browse and Choose an Integration

The Integrations screen shows all available integrations organised by category. You will find:

* **AI tools** from OpenAI, Google Gemini, Google Vertex AI, Grok, and ElevenLabs
* **Capabilities** including text generation, image creation, voice synthesis, music generation, speech transcription, and video generation

Scroll through the list and find the integration that fits what you want to add to your app.

***

## Step 3 – Click the Integration to See the Example Prompt

Click on any integration to expand it. Each integration includes ready-made example prompts written specifically for Woz. These prompts are designed to work immediately with no modifications needed. Pick the one that matches what you want to build.

***

## Step 4 – Copy the Prompt and Paste it into Woz Chat

1. Hit the **Copy** button next to the example prompt
2. Go to your Woz chat and paste it in
3. Send the message

Woz will add the integration to your app automatically in the background.

***

## Tip

<Tip>
  You do not need to modify the example prompt to get started. Paste it as is and let Woz add the integration. Once it is done, you can then prompt Woz to adjust how the feature behaves in your specific app.
</Tip>

Add one integration at a time to verify each works correctly. Use Plan Mode if you want Woz to show you a plan before adding multiple integrations.

***

## What You Can Add

<CardGroup cols={2}>
  <Card title="AI Chat" icon="comments">
    Conversational AI, content generation, and intelligent responses from OpenAI, Google Gemini, and Grok
  </Card>

  <Card title="Image Generation" icon="image">
    Avatars, product visuals, and marketing assets via DALL-E, GPT Image models, and Google Vertex AI Imagen
  </Card>

  <Card title="Voice & Speech" icon="microphone">
    Narration, voice messages, and transcription with ElevenLabs and OpenAI Whisper
  </Card>

  <Card title="Music" icon="music">
    AI-generated background music, jingles, and app soundtracks with ElevenLabs
  </Card>

  <Card title="Maps" icon="map">
    Location search, route planning, and interactive maps with Google Maps and Mapbox
  </Card>

  <Card title="Payments" icon="credit-card">
    In-app subscriptions and one-time purchases via RevenueCat and Stripe
  </Card>
</CardGroup>

| Category             | Providers                                                        | What you can add                                                                               |
| -------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- |
| **AI Chat and Text** | OpenAI, Google Gemini, Grok                                      | Conversational AI, content generation, and intelligent responses                               |
| **Image Generation** | OpenAI DALL-E, GPT Image models, Google Vertex AI Imagen         | Avatars, product visuals, and marketing assets                                                 |
| **Voice and Speech** | ElevenLabs, OpenAI (Whisper)                                     | Narration, voice messages, and transcription features                                          |
| **Music Generation** | ElevenLabs                                                       | AI-generated background music, jingles, and app soundtracks                                    |
| **Audio Tools**      | ElevenLabs                                                       | Audio isolation and voice conversion—remove background noise or transform one voice to another |
| **Video Generation** | Sora via OpenAI                                                  | Short AI videos with audio from text prompts for social media and in-app content               |
| **Maps**             | Google Maps, Mapbox                                              | Location search, route planning, and interactive maps                                          |
| **Payments**         | RevenueCat, Stripe                                               | In-app subscriptions and one-time purchases                                                    |
| **Other**            | Calendly, Shopify, Resend, Finnhub, OpenWeather, Ghost, and more | Scheduling, e-commerce, email, finance data, and weather                                       |
