# Building your first application

- [Building Your First Application](https://docs.cloudio.io/building-your-first-application/building-your-first-application.md)
- [Understanding the use case](https://docs.cloudio.io/building-your-first-application/building-your-first-application/understanding-the-use-case.md)
- [Creating tables](https://docs.cloudio.io/building-your-first-application/building-your-first-application/creating-tables.md)
- [Creating datasources](https://docs.cloudio.io/building-your-first-application/building-your-first-application/creating-datasources.md)
- [Defining attribute properties](https://docs.cloudio.io/building-your-first-application/building-your-first-application/creating-datasources/defining-attribute-properties.md)
- [Assigning roles to a datasource](https://docs.cloudio.io/building-your-first-application/building-your-first-application/creating-datasources/assigning-roles-to-a-datasource.md)
- [Creating pages](https://docs.cloudio.io/building-your-first-application/building-your-first-application/creating-pages.md)
- [Designing the user interface](https://docs.cloudio.io/building-your-first-application/building-your-first-application/creating-pages/designing-the-user-interface.md)
- [Adding components to the lookup page](https://docs.cloudio.io/building-your-first-application/building-your-first-application/creating-pages/designing-the-user-interface/adding-components-to-the-lookup-page.md)
- [Adding components to the ticket summary page](https://docs.cloudio.io/building-your-first-application/building-your-first-application/creating-pages/designing-the-user-interface/adding-components-to-the-ticket-summary-page.md)
- [Adding components to a new ticket page](https://docs.cloudio.io/building-your-first-application/building-your-first-application/creating-pages/designing-the-user-interface/adding-components-to-a-new-ticket-page.md)
- [Viewing the final output](https://docs.cloudio.io/building-your-first-application/building-your-first-application/viewing-the-final-output.md)


---

# 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.cloudio.io/building-your-first-application.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.
