# How to add Pure HTML/CSS Page to Thingsboard

Use Page builder to make it and add ID's to the elements in a page where we can assign on click action's.

Example page building APP's (GrapesJS)

{% embed url="<https://grapesjs.com/demo.html>" %}

Once Page creation is done, view the code and copy-paste the HTML & CSSin to HTML widget in Thingsboard

In some cases, if the viewing is not good, you can convertJuice CSS inline. by adding HTML and CSS in one document. (Most useful in Rich HTML Email messages).

{% embed url="<https://automattic.github.io/juice/>" %}


---

# 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.iotcentral.in/docs/thingsboard/how-to-add-pure-html-css-page-to-thingsboard.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.
