chore: rename deploy/embed widget section to add to website

This commit is contained in:
Sabiha Khan 2026-05-07 14:56:24 +05:30
parent 0282eb3225
commit 81a363b06e
9 changed files with 49 additions and 22 deletions

View file

@ -8,5 +8,4 @@ You can deploy Dograh Platform using Docker on a remote server using Docker, eit
- [Docker](docker)
- [Custom Domain](custom-domain)
- [Add to Website](web-widget)
- [Heroku](heroku)

View file

@ -88,7 +88,8 @@
"voice-agent/api-trigger",
"voice-agent/webhook"
]
}
},
"voice-agent/add-to-website"
]
},
{
@ -145,7 +146,6 @@
"deployment/docker",
"deployment/custom-domain",
"deployment/update",
"deployment/web-widget",
"deployment/heroku"
]
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 237 KiB

After

Width:  |  Height:  |  Size: 222 KiB

Before After
Before After

View file

@ -1,19 +1,20 @@
---
title: Add to Website
description: Add your Dograh voice agent to any website so visitors can talk to it.
tag: "NEW"
---
### How to add it
Add your voice agent to any website using the Deploy Agent dialog in your agent's settings.
Add your voice agent to any website using the Configure Widget dialog in your agent's settings.
Step 1: Open the agent settings by clicking the gear icon in the top-right of the agent editor.
![Open agent settings](../images/open-settings.png)
Step 2: Scroll to the **Deployment** section and click **Configure Embed**.
Step 2: Scroll to the **Add to Website** section and click **Configure Widget**.
![Go to Deployment](../images/go-to-deployment.png)
![Go to Add to Website](../images/add-to-website.png)
Step 3: Enable embedding, add your website's domain to **Allowed Domains**, choose **Floating Widget**, **Inline Component**, or **Headless (Bring Your Own UI)**, customize the button (position, color, text) if applicable, and click **Save Configurations**.