# DIY Website Building Tools

If you aren't a software developer yourself, and use DIY tools such as hubspot, wordpress, squarespace etc, but want to deploy your chat-bot on these websites anyway, don't worry we have you covered!

Essentially, you need to navigate the tool of your choice and find the provision to modify the ***Body*** code of your website.

<details>

<summary>Deploy Your Bot</summary>

Go to your Orimon Dashboard -> bot overview ->  "**Launch**" -> select "**Website**"&#x20;

<img src="https://55912965-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxUW02x9klXneNc1Bxtt6%2Fuploads%2FnFYFv2COz2yGjuiqkL9I%2FScreenshot%20from%202024-04-02%2015-32-36.png?alt=media&#x26;token=a2a00233-6e13-4c9e-a23b-856c0832eb99" alt="" data-size="original">

From here copy the the second code block with the `<script>` tag, and go back to the website deployment channel of your site.

Here, in the configuration to edit the `<body>` tag, paste the code as shown :&#x20;

<img src="https://55912965-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxUW02x9klXneNc1Bxtt6%2Fuploads%2FWZysqDbCghAzx99XhwWu%2FScreenshot%20from%202023-07-25%2014-39-09.png?alt=media&#x26;token=d68ebc72-7a80-4f91-bffe-cc899bdd4913" alt="" data-size="original">

</details>

<details>

<summary>Embed Your Bot</summary>

***Note :** "Embed Your Bot" means the bot will be a part of your website page itself, "**Embedded**" so to speak, and not in a separate chat-window/chat-icon.*&#x20;

Go to your Orimon Dashboard -> bot overview ->  "**Launch**" -> select "**Website**"&#x20;

<img src="https://55912965-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxUW02x9klXneNc1Bxtt6%2Fuploads%2FnFYFv2COz2yGjuiqkL9I%2FScreenshot%20from%202024-04-02%2015-32-36.png?alt=media&#x26;token=a2a00233-6e13-4c9e-a23b-856c0832eb99" alt="" data-size="original">

From here copy the the first code block with the `<iframe>` tag, and go back to the website deployment channel of your site.

You need to create an empty container/`<div>` .

Here, in the configuration to edit the `<body>` tag, inside the `<div>` you just created, paste the code as shown :&#x20;

<img src="https://55912965-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxUW02x9klXneNc1Bxtt6%2Fuploads%2FGAuksgzJDcTdK9ky4mM7%2FScreenshot%20from%202023-07-25%2014-45-34.png?alt=media&#x26;token=8e875837-e124-4827-ba58-1012b1e9a88e" alt="" data-size="original">

</details>

That's It! you can now deploy your bot even through DIY website builders.
