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

# Getting Started

- [Quickstart](https://docs.adapptio.com/getting-started/quickstart.md): Deliver professional WEB applications in a record time!
- [Architecture Overview](https://docs.adapptio.com/getting-started/architecture-overview.md): Deliver professional WEB applications 3-5x faster!
- [Views](https://docs.adapptio.com/getting-started/architecture-overview/views.md)
- [Actions](https://docs.adapptio.com/getting-started/architecture-overview/actions.md)
- [Integrations](https://docs.adapptio.com/getting-started/architecture-overview/integrations.md)
- [API Endpoints](https://docs.adapptio.com/getting-started/architecture-overview/api-endpoints.md)
- [Routes](https://docs.adapptio.com/getting-started/architecture-overview/routes.md)
- [Events](https://docs.adapptio.com/getting-started/architecture-overview/events.md)
- [Assets](https://docs.adapptio.com/getting-started/architecture-overview/assets.md)
- [Editor](https://docs.adapptio.com/getting-started/editor.md): Deliver professional WEB applications 3-5x faster!
- [Main Menu](https://docs.adapptio.com/getting-started/editor/main-menu.md)
- [Create New Resources](https://docs.adapptio.com/getting-started/editor/main-menu/create-new-resources.md)
- [Manage the Application](https://docs.adapptio.com/getting-started/editor/main-menu/manage-the-application.md)
- [Monitoring Errors](https://docs.adapptio.com/getting-started/editor/main-menu/monitoring-errors.md)
- [Main Toolbar](https://docs.adapptio.com/getting-started/editor/main-toolbar.md)
- [Deploying the Application](https://docs.adapptio.com/getting-started/editor/main-toolbar/deploying-the-application.md)
- [Opening the Application](https://docs.adapptio.com/getting-started/editor/main-toolbar/opening-the-application.md)
- [Preview Mode](https://docs.adapptio.com/getting-started/editor/main-toolbar/preview-mode.md)
- [Error Monitor](https://docs.adapptio.com/getting-started/editor/main-toolbar/error-monitor.md)
- [Components Panel](https://docs.adapptio.com/getting-started/editor/components-panel.md)
- [Components](https://docs.adapptio.com/getting-started/editor/components-panel/components.md)
- [Inspector](https://docs.adapptio.com/getting-started/editor/components-panel/inspector.md)
- [View Settings](https://docs.adapptio.com/getting-started/editor/components-panel/view-settings.md)
- [Outline Panel](https://docs.adapptio.com/getting-started/editor/outline-panel.md)
- [Data Variables](https://docs.adapptio.com/getting-started/editor/outline-panel/data-variables.md)
- [State Variable](https://docs.adapptio.com/getting-started/editor/outline-panel/data-variables/state-variable.md)
- [Data From Action](https://docs.adapptio.com/getting-started/editor/outline-panel/data-variables/data-from-action.md)
- [Data Explorer](https://docs.adapptio.com/getting-started/editor/data-explorer.md)
- [Console](https://docs.adapptio.com/getting-started/editor/console.md)
- [Playground](https://docs.adapptio.com/getting-started/playground.md): Try free playground and explore Adapptio now!


---

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

```
GET https://docs.adapptio.com/getting-started.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.
