> For the complete documentation index, see [llms.txt](https://orimon.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orimon.gitbook.io/docs/channels/website-integration.md).

# Website Integration

{% embed url="<https://www.loom.com/share/1e287971cc8e415ea1eb6f563cb405bc?sid=e95539dc-438d-47f7-9a01-7dcaddd38525>" %}

1. Log in to the [Dashboard](https://orimon.ai/login) -> navigate to the overview page of the bot that you want to change.
2. On the overview page, you will see several tabs. Look for the one labelled "Launch" and click on it.

<figure><img src="/files/VmK7H0tQBneOW10YyWTd" alt=""><figcaption></figcaption></figure>

3. Select the "Website" tab.
4. Copy the code snippet provided by clicking on the "Copy" button.

<figure><img src="/files/6hrwp1lHgQDg0d04G8j9" alt=""><figcaption></figcaption></figure>

5. Open the HTML file of your webpage in a text editor.
6. Locate the `<body>` tag in the HTML code.
7. Paste the copied code snippet within the `<body>` tag.

<figure><img src="/files/sueivfNafkqWrkkU9whb" alt=""><figcaption></figcaption></figure>

9. Save the changes to the HTML file.
10. Refresh your webpage, and your bot should now be integrated and available on your website.

<figure><img src="/files/Z7xDybHspu6HSGEuW8aH" alt=""><figcaption></figcaption></figure>

Following these steps will allow you to successfully integrate your bot into your website.

{% hint style="info" %}
With Orimon, you have the flexibility to add the same bot to multiple websites based on your requirements. This means that you can integrate your bot on different websites and have it available for interaction across multiple online platforms simultaneously. Whether you have one website or multiple websites, you can easily configure and add your bot to each of them, allowing users from various sources to access and engage with your bot's features and functionality.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://orimon.gitbook.io/docs/channels/website-integration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
