# Custom IoT applications

- [Pages](https://dev.ubidots.com/apps/pages.md): Learn about Ubidots custom dashboard pages
- [Getting started](https://dev.ubidots.com/apps/pages/getting-started.md)
- [Development](https://dev.ubidots.com/apps/pages/development.md)
- [API](https://dev.ubidots.com/apps/pages/api.md)
- [Page creation](https://dev.ubidots.com/apps/pages/api/page-creation.md): Step-by-step guide on how to create a Page
- [Publish](https://dev.ubidots.com/apps/pages/api/publish.md): Publish your code as a ZIP file
- [Custom sidebar menu](https://dev.ubidots.com/apps/custom-sidebar.md): Customize the sidebar elements to create user-aware navigations.
- [XML v2.0](https://dev.ubidots.com/apps/custom-sidebar/xml-v2.0.md): Create a sidebar navigation that's more elaborate and dynamic.
- [XML v1.0 (deprecated)](https://dev.ubidots.com/apps/custom-sidebar/xml-v1.0-deprecated.md): Create a custom sidebar navigation panel.
- [Styling with CSS](https://dev.ubidots.com/apps/styling-with-css.md): Use CSS stylesheets to customize your App's identity even further.
- [Application CSS](https://dev.ubidots.com/apps/styling-with-css/application-css.md): CSS classes to target application components.
- [Core/Entity classes](https://dev.ubidots.com/apps/styling-with-css/application-css/core-entity-classes.md): Application and entity specific classes.
- [Table](https://dev.ubidots.com/apps/styling-with-css/application-css/table.md): Classes for the Table component.
- [Sidebar](https://dev.ubidots.com/apps/styling-with-css/application-css/sidebar.md): Classes for the Sidebar component.
- [Navigation Bar](https://dev.ubidots.com/apps/styling-with-css/application-css/navigation-bar.md): Classes for the NavBar component.
- [Accordion](https://dev.ubidots.com/apps/styling-with-css/application-css/accordion.md): Classes for the Accordeon component.
- [Login page CSS](https://dev.ubidots.com/apps/styling-with-css/login-page-css.md): CSS classes to target login page components.


---

# 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.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.
