chore: add web widget documentation

This commit is contained in:
Abhishek Kumar 2025-12-27 13:17:35 +05:30
parent a6222a3c99
commit ab4ec7ab88
5 changed files with 20 additions and 1 deletions

View file

@ -8,5 +8,5 @@ You can deploy Dograh Platform using Docker on a remote server using Docker, eit
- [Docker](docker)
- [Custom Domain](custom-domain)
- [Web Widget](web-widget)
- [Heroku](heroku)
- [Coolify](coolify)

View file

@ -0,0 +1,18 @@
---
title: Web Widget
description: You can deploy and embed a Voice Agent that you create on Dograh on any Website or Mobile App, where the visitor of the website can interact with your Voice Agent.
---
### How to deploy
You can go to your voice agent and Enable Embedding of the Voice Agent on any external website.
Step 1: Go to Deploy Agent
![Deploy Agent](../images/deploy-agent-as-widget.png)
Step 2: Enable Embedding
![Enable Embedding](../images/enable-embedding.png)
Step 3: Configure the Widget. Select either floating or inline widget
Step 4: Copy the code into your Web Page and test your agent.

View file

@ -67,6 +67,7 @@
"deployment/introduction",
"deployment/docker",
"deployment/custom-domain",
"deployment/web-widget",
"deployment/heroku"
]
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB