diff --git a/docs/deployment/introduction.mdx b/docs/deployment/introduction.mdx index a317e20..f8a328c 100644 --- a/docs/deployment/introduction.mdx +++ b/docs/deployment/introduction.mdx @@ -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) diff --git a/docs/deployment/web-widget.mdx b/docs/deployment/web-widget.mdx new file mode 100644 index 0000000..72282ff --- /dev/null +++ b/docs/deployment/web-widget.mdx @@ -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. \ No newline at end of file diff --git a/docs/docs.json b/docs/docs.json index e005bcd..bfaf61b 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -67,6 +67,7 @@ "deployment/introduction", "deployment/docker", "deployment/custom-domain", + "deployment/web-widget", "deployment/heroku" ] }, diff --git a/docs/images/deploy-agent-as-widget.png b/docs/images/deploy-agent-as-widget.png new file mode 100644 index 0000000..0a7b4c3 Binary files /dev/null and b/docs/images/deploy-agent-as-widget.png differ diff --git a/docs/images/enable-embedding.png b/docs/images/enable-embedding.png new file mode 100644 index 0000000..30ee3f7 Binary files /dev/null and b/docs/images/enable-embedding.png differ