# Pages

{% hint style="warning" %}
Be aware that the maximum page ZIP file size is 5MB
{% endhint %}

{% hint style="info" %}
This feature requires an Enterprise License. Please contact <sales@ubidots.com> for further information.
{% endhint %}

Similar to an [HTML canvas widget](https://dev.ubidots.com/dashboards-and-widgets/html-canvas), a Page is an entity that allows exposing lightweight, custom, purpose-built UI's from Ubidots dashboards, or even publicly. The key difference with respect to an HTML canvas is that a Page loads the custom code by taking the whole width and height of the Dashboard from where it's being loaded, instead of being limited to a widget container; in turn, this allows controlling, for example, responsiveness with better accuracy, or implementing vertical scrolling as a normal website would do. Nonetheless, it still inherits the ability to interact with the Dashboards' controls such as the date time picker, device selector for dynamic dashboard or the real time, refresh and full screen buttons.

For example, here's a custom developed bars breakdown widget seen as an HTML canvas. As you can see, it's fixed to the widget's container

<figure><img src="/files/3rIqPa5tCspzaX0U9GIe" alt=""><figcaption></figcaption></figure>

The same code, but uploaded as Page, takes the whole space of the dashboard as the parent container:

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

Follow on to learn about Pages development, creation and finally, publication.


---

# 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://dev.ubidots.com/apps/pages.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.
