> 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/wordpress.md).

# WordPress

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/ihKfMG7aVYo7oDmaz6j3" alt=""><figcaption></figcaption></figure>

3. Select the "WordPress" tab.

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

4. Look for the "Orimon Chat-bot" plugin in the WordPress plugin store.

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

5. Install and activate the Orimon Chat-bot plugin.

<figure><img src="/files/28qgndNraWg15yjYJyS2" alt=""><figcaption></figcaption></figure>

6. Navigate to the settings in the WordPress dashboard, usually found in the side navigation bar.
7. Look for the "Orimon Chatbot" option in the settings menu and click on it.

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

9. From your Orimon dashboard, copy the Chatbot ID associated with your bot.

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

10. Paste the Chatbot ID into the appropriate field within the Orimon Chatbot plugin settings in WordPress.
11. Enable the bot by toggling the "Enable Bot" button.
12. Save the settings to apply the changes.

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

13. Congratulations! Your bot is now integrated with your WordPress website and ready to use.

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

Users visiting your WordPress website will be able to interact with the bot and access its features directly on the website.

{% hint style="info" %}
Users have the flexibility to add the same bot to multiple pages and multiple websites. This allows you to extend the reach of your bot across different platforms and engage with users on various webpages and websites simultaneously. Simply follow the integration steps mentioned above for each page or website where you want to deploy your bot, and you can effectively manage and interact with users across multiple online channels.
{% 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/wordpress.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.
