# Introduction

The dream of AdaptCMS is a content management system that is like a sandbox. To be able to build any type of site you want and if you're a developer, to be able to create additional functionality easily.

We do this by implementing a modular system that allows us, as well as developers to quickly be able to build plugins, fields, and other types of content. Our upcoming new version continues the tradition of using Laravel and VueJS, but what really makes a difference this time around is using TailwindCSS for the UI and InertiaJS for quickly building web pages.

At the time of this writing, a beta version is in the works and will be complimented with the documentation listed here so any developer may use the CMS.


---

# 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://learn.adaptcms.com/adaptcms/master.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.
