# Welcome to Cortex

## Overview

**Cortex** is a powerful AI application development platform that allows anyone to create customized AI assistants for themselves or their users. Cortex is built with three design principles in mind:

1. **Personalize**: Create custom AI assistants tailored to each team's unique needs.
2. **Streamline**: Provide a robust environment ready for immediate deployment and scalable growth.
3. **Safeguard**: Maintain an unwavering commitment to data privacy.

If you are a non-developer, look into [Copilot](https://docs.trycortex.ai/fundamentals/copilot). If you are a developer, look into [Callable](https://docs.trycortex.ai/fundamentals/callable).&#x20;

## Get Started

We've put together some helpful guides for you to get setup with our product quickly and easily.

{% content-ref url="product-guides/making-your-first-copilot" %}
[making-your-first-copilot](https://docs.trycortex.ai/product-guides/making-your-first-copilot)
{% endcontent-ref %}

{% content-ref url="product-guides/making-your-first-callable" %}
[making-your-first-callable](https://docs.trycortex.ai/product-guides/making-your-first-callable)
{% endcontent-ref %}

## Quick links

{% content-ref url="overview/understanding-cortex-architecture" %}
[understanding-cortex-architecture](https://docs.trycortex.ai/overview/understanding-cortex-architecture)
{% endcontent-ref %}

{% content-ref url="fundamentals/callable" %}
[callable](https://docs.trycortex.ai/fundamentals/callable)
{% endcontent-ref %}


---

# 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.trycortex.ai/welcome-to-cortex.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.
