# Basics

Working with Cortex CMS as a [superadministrator](/glossary.md#superadministrator) may seem daunting at first blush, but we're here to walk you through every step and demonstrate the simplicity & power of the platform.

* [Setup](https://github.com/cortex-cms/cortex-cms/tree/ec0acc5e822e7cd071403cac968f82e8f6df4a96/basics/setup.md)
  * [Docker Compose](https://docs.cortexcms.org/basics/setup/docker-compose)
  * [Manual](/basics/setup/manual-setup.md)
  * [Core & Plugin Development](/basics/setup/core-and-plugin-development.md)
  * Engine Mounting *(coming soon)*
* [Deployment](/basics/deployment.md)
* [Tenancy & User Management](/basics/tenancy-and-user-management.md)
* [Building Content Types](/basics/building-content-types.md)
* [Data Validation](/basics/data-validation.md)
* [Designing Indexes](/basics/designing-indexes.md)
* [Designing Wizards](/basics/designing-wizards.md)
* [Consuming Content](/basics/consuming-content.md)
* [Scheduling Content](/basics/scheduling-content.md)
* [Search](https://github.com/cortex-cms/cortex-cms/tree/ec0acc5e822e7cd071403cac968f82e8f6df4a96/basics/search.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.cortexcms.org/basics.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.
