> For the complete documentation index, see [llms.txt](https://dev.ubidots.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.ubidots.com/apps.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://dev.ubidots.com/apps.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
