mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
chore: add web widget documentation
This commit is contained in:
parent
a6222a3c99
commit
ab4ec7ab88
5 changed files with 20 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
18
docs/deployment/web-widget.mdx
Normal file
18
docs/deployment/web-widget.mdx
Normal 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
|
||||

|
||||
|
||||
Step 2: Enable Embedding
|
||||
|
||||

|
||||
|
||||
Step 3: Configure the Widget. Select either floating or inline widget
|
||||
|
||||
Step 4: Copy the code into your Web Page and test your agent.
|
||||
|
|
@ -67,6 +67,7 @@
|
|||
"deployment/introduction",
|
||||
"deployment/docker",
|
||||
"deployment/custom-domain",
|
||||
"deployment/web-widget",
|
||||
"deployment/heroku"
|
||||
]
|
||||
},
|
||||
|
|
|
|||
BIN
docs/images/deploy-agent-as-widget.png
Normal file
BIN
docs/images/deploy-agent-as-widget.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 174 KiB |
BIN
docs/images/enable-embedding.png
Normal file
BIN
docs/images/enable-embedding.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 88 KiB |
Loading…
Add table
Add a link
Reference in a new issue