# Pages

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

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

Like an [HTML Canvas widget](https://dev.ubidots.com/dashboards-and-widgets/html-canvas), a Page lets you expose lightweight, custom, purpose-built UIs from Ubidots dashboards, or even publicly. The key difference is that a Page loads custom code across the full width and height of the dashboard where it is displayed, instead of being constrained to a widget container. This gives you more accurate control over responsiveness and lets you implement vertical scrolling like a regular website. It also keeps the ability to interact with dashboard controls such as the date and time picker, the device selector for dynamic dashboards, and the real-time, refresh, and full-screen buttons.

For example, here is a custom-developed bar breakdown widget displayed as an HTML Canvas. As you can see, it is fixed to the widget container.

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

The same code, when uploaded as a Page, takes the entire dashboard space as its parent container:

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

Continue to learn about Page development, creation, and 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.
