# Working with Adapptio

- [Best Practices](https://docs.adapptio.com/working-with-adapptio/best-practices.md)
- [Tutorials](https://docs.adapptio.com/working-with-adapptio/tutorials.md): Step by step tutorials
- [1. Hello World](https://docs.adapptio.com/working-with-adapptio/tutorials/1.-hello-world.md): How to build an application based on blueprint driven development and reactive programming?
- [2. Visualize Data from API](https://docs.adapptio.com/working-with-adapptio/tutorials/2.-visualize-data-from-api.md): How to easily display data from REST API backend?
- [3. Advanced Layout Application](https://docs.adapptio.com/working-with-adapptio/tutorials/3.-advanced-layout-application.md): How to create an application with advanced professional layout?
- [4. Application with In-Memory Database](https://docs.adapptio.com/working-with-adapptio/tutorials/4.-application-with-in-memory-database.md): How to create an application connected to a in-memory database?
- [How To](https://docs.adapptio.com/working-with-adapptio/how-to.md): How to achieve something
- [Custom Auth](https://docs.adapptio.com/working-with-adapptio/how-to/custom-auth.md): Custom users authentication against own authority using a JWT token as Bearer authentication.
- [Action Logic](https://docs.adapptio.com/working-with-adapptio/how-to/action-logic.md)
- [Transform Node](https://docs.adapptio.com/working-with-adapptio/how-to/action-logic/transform-node.md)
- [UI Logic](https://docs.adapptio.com/working-with-adapptio/how-to/ui-logic.md)
- [Logout](https://docs.adapptio.com/working-with-adapptio/how-to/ui-logic/logout.md)
- [Conditional Render](https://docs.adapptio.com/working-with-adapptio/how-to/ui-logic/conditional-render.md)
- [One Of](https://docs.adapptio.com/working-with-adapptio/how-to/ui-logic/one-of.md)
- [Data & Dynamic values](https://docs.adapptio.com/working-with-adapptio/how-to/data-and-dynamic-values.md)
- [Custom Variable](https://docs.adapptio.com/working-with-adapptio/how-to/data-and-dynamic-values/custom-variable.md)
- [Data from Action](https://docs.adapptio.com/working-with-adapptio/how-to/data-and-dynamic-values/data-from-action.md)
- [Dynamic Value](https://docs.adapptio.com/working-with-adapptio/how-to/data-and-dynamic-values/dynamic-value.md)
- [Change Value from Event](https://docs.adapptio.com/working-with-adapptio/how-to/data-and-dynamic-values/change-value-from-event.md)
- [Loading Data from Action to Form](https://docs.adapptio.com/working-with-adapptio/how-to/data-and-dynamic-values/loading-data-from-action-to-form.md)
- [Sending Data to Action from a Form](https://docs.adapptio.com/working-with-adapptio/how-to/data-and-dynamic-values/sending-data-to-action-from-a-form.md)
- [Server-side Dropdown Autocompletion](https://docs.adapptio.com/working-with-adapptio/how-to/data-and-dynamic-values/server-side-dropdown-autocompletion.md): You can
- [Visual](https://docs.adapptio.com/working-with-adapptio/how-to/visual.md)
- [Styling Icon Button](https://docs.adapptio.com/working-with-adapptio/how-to/visual/styling-icon-button.md)
- [Layouts](https://docs.adapptio.com/working-with-adapptio/how-to/layouts.md)
- [Centered Box](https://docs.adapptio.com/working-with-adapptio/how-to/layouts/centered-box.md)
- [Header & Sidebar Layout](https://docs.adapptio.com/working-with-adapptio/how-to/layouts/header-and-sidebar-layout.md)
- [Grid Form Layout](https://docs.adapptio.com/working-with-adapptio/how-to/layouts/grid-form-layout.md)
- [Stretched Layout in Row](https://docs.adapptio.com/working-with-adapptio/how-to/layouts/stretched-layout-in-row.md)
- [Components](https://docs.adapptio.com/working-with-adapptio/components.md): Working with components
- [Composed Chart](https://docs.adapptio.com/working-with-adapptio/components/composed-chart.md)
- [Advanced Table](https://docs.adapptio.com/working-with-adapptio/components/advanced-table.md)
- [Custom Component](https://docs.adapptio.com/working-with-adapptio/components/custom-component.md)
- [Examples of Applications](https://docs.adapptio.com/working-with-adapptio/examples.md): Examples of applications
- [SaaS Platforms](https://docs.adapptio.com/working-with-adapptio/examples/saas-platforms.md)
- [Customers Portals](https://docs.adapptio.com/working-with-adapptio/examples/customers-portals.md)
- [Information Systems](https://docs.adapptio.com/working-with-adapptio/examples/information-systems.md)
- [Internal Tools](https://docs.adapptio.com/working-with-adapptio/examples/internal-tools.md)
- [Color Picker](https://docs.adapptio.com/working-with-adapptio/examples/internal-tools/color-picker.md)
- [IoT Applications](https://docs.adapptio.com/working-with-adapptio/examples/iot-applications.md)
- [Smart Portals](https://docs.adapptio.com/working-with-adapptio/examples/smart-portals.md)
- [Analytics & Calculators](https://docs.adapptio.com/working-with-adapptio/examples/analytics-and-calculators.md)
- [Statistics & Monitoring Panels](https://docs.adapptio.com/working-with-adapptio/examples/statistics-and-monitoring-panels.md)
- [API Data Visualization](https://docs.adapptio.com/working-with-adapptio/examples/api-data-visualization.md)
- [Simple Games](https://docs.adapptio.com/working-with-adapptio/examples/simple-games.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.adapptio.com/working-with-adapptio.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.
