# WordPress- How to integrate the QLM Self Help in your WordPress Site

To display the QLM Self Help on a WordPress page, follow the steps below:

* Create a WordPress Page
* Add a Text Block to your WP page
* In the Text Block, switch to Source Code view
* Paste the HTML code below

\<iframe src="<http://yourserver.com/QlmCustomerSite/index.html>" width="550" height="600" frameborder="0" scrolling="no">\</iframe>

* Replace the URL above with a URL pointing to your site
* Update the width and height as you see fit.
* Click Ok and then click Update to save your WP page.


---

# Agent Instructions: 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:

```
GET https://docs.soraco.co/docs/3rd-party-integration/woocommerce/wordpress-how-to-integrate-the-qlm-self-help-in-your-wordpress-site.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
