# Introduction

Cortex [CMS](https://docs.cortexcms.org/glossary#cms) is a [multitenant](https://en.wikipedia.org/wiki/Multitenancy) identity, [custom content](https://docs.cortexcms.org/glossary#custom-content-cms) distribution/management and reporting platform built by the [Content Enablement](https://github.com/cb-talent-development) team at [CareerBuilder](https://github.com/careerbuilder). Its purpose is to provide central infrastructure for next-generation applications; exposing a single point of management while enabling quicker build-out of new software.

Cortex adheres to a headless, API-only architecture - it avoids a monolithic, all-in-one architecture associated with CMSs like WordPress or Drupal.

To jump straight into using Cortex CMS, please refer to either the [Docker Compose guide](https://docs.cortexcms.org/basics/setup/docker-compose) (recommended) or the [manual setup guide](https://docs.cortexcms.org/basics/setup/manual-setup).

[![CircleCI](https://circleci.com/gh/cortex-cms/cortex.svg?style=svg)](https://circleci.com/gh/cortex-cms/cortex) [![Maintainability](https://api.codeclimate.com/v1/badges/8c8b8b9137fa9f019aa5/maintainability)](https://codeclimate.com/github/cortex-cms/cortex/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/8c8b8b9137fa9f019aa5/test_coverage)](https://codeclimate.com/github/cortex-cms/cortex/test_coverage)

<div align="left"><img src="https://283362475-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LBbOVmM1g58UbYmX8Dv%2F-LBbO_WETDhRh5svLxFR%2F-LBbOaGc-JQdyEH7bYRB%2Fcortex-example-screenshot.png?generation=1525374413365942&#x26;alt=media" alt=""></div>

Copyright (c) CareerBuilder, LLC.


---

# 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/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.
