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

# Embed your Berri App into your Website

> This will walk you through embedding your Berri App into your website in minutes. If it takes you more than 5 minutes, email us @ krrish@berri.ai, and I'll buy you coffee.

The fastest way to embed berri into your website is through an iframe.

Here's what you need to do to get embedded:

## Step 1: Grab your Berri App URL

## Step 2: Replace src with your app url

This is the code you need:

```html theme={null}

<iframe
	src="<your_berri_app_url>"
	frameborder="0"
	width="850"
	height="450"
></iframe>
```

For a given berri app url `https://chat.berri.ai/aHR0cHM6Ly9zaGFyZWRkYnN0b3JlcXVlcnktN2JlYS04aGp3LnplZXQtYmVycmkuemVldC5hcHAvYmVycmlfcXVlcnk_cHJval9wYXRoPWluZGV4ZXMva3JyaXNoZGhvbGFraWFAZ21haWwuY29tL2Q0N2I2NTUxLWEyYjQtNDBjZC1hMzlkLTI3ZTMyMzQyNDgzMSZhZ2VudF90eXBlPWNvbXBsZXhfc3VwcG9ydA==`

This is what it would look like:

```html theme={null}
<iframe
	src="https://chat.berri.ai/aHR0cHM6Ly9zaGFyZWRkYnN0b3JlcXVlcnktN2JlYS04aGp3LnplZXQtYmVycmkuemVldC5hcHAvYmVycmlfcXVlcnk_cHJval9wYXRoPWluZGV4ZXMva3JyaXNoZGhvbGFraWFAZ21haWwuY29tL2Q0N2I2NTUxLWEyYjQtNDBjZC1hMzlkLTI3ZTMyMzQyNDgzMSZhZ2VudF90eXBlPWNvbXBsZXhfc3VwcG9ydA=="
	frameborder="0"
	width="850"
	height="450"
></iframe>
```

## Step 3: Embed into your website

Just paste your code into your website. For example, if you're trying to embed this into a no-code website like Typedream, this is what it would look like:

<img src="https://mintcdn.com/enthusiastic-gold-impala/honarbwoHXENrP8k/images/typedream_website_embed.png?fit=max&auto=format&n=honarbwoHXENrP8k&q=85&s=508625075f44f9d21921aec5b03bff9b" width="970" height="632" data-path="images/typedream_website_embed.png" />
