> For the complete documentation index, see [llms.txt](https://whitepaper.cortexs.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.cortexs.ai/key-features-of-cortex-ai-agent.md).

# Key Features of Cortex AI Agent

<figure><img src="/files/6mWC3NguUrg4xIaQomdv" alt=""><figcaption></figcaption></figure>

### Automated Indexing

One of the biggest challenges in managing knowledge is organizing and indexing content. Cortex AI removes this hurdle by automatically scanning and indexing markdown files, PDFs, web pages, and YouTube videos. The AI system categorizes the content intelligently, allowing you to focus on absorbing information rather than organizing it.

**- Automatic Metadata Extraction:** Extracts relevant metadata such as titles, tags, and links to ensure your files are accurately cataloged.

**- Content Summarization:** Quickly summarizes large documents to provide an overview at a glance.

**- Contextual Links:** Recognizes connections between files, providing related content suggestions to deepen your understanding.

### Smart Search Engine

Traditional search functions are limited by exact matches and keyword dependency. The Cortex AI Agent uses natural language processing (NLP) to understand the context of your queries. You can ask questions in natural language, and the AI will provide precise answers based on your indexed content.

\- **Semantic Search:** Goes beyond keyword matching, understanding the meaning behind your query.

**- Context-Aware Responses:** The AI agent can reference related files, videos, and notes to deliver comprehensive answers.

**- Cross-Source Insights:** Retrieves information from multiple content types (markdown, PDFs, web pages, videos) for richer, more informed answers.

### Seamless Integration with Existing Systems

Cortex AI integrates effortlessly with your existing note-taking workflows, whether you follow the Cortex method or have a unique approach of your own.

**- Cross-Platform Compatibility:** Works with popular tools like Notion, Obsidian, and Evernote.

**- Plug-and-Play Setup:** No need for complex configurations—simply connect your content sources, and Cortex AI will start indexing.

**- Customizable Workflows:** Tailor the AI to fit your personal or organizational knowledge management style.

### Enhanced Productivity and Creativity

By eliminating the manual effort of organizing and searching through files, Cortex AI empowers users to focus on what truly matters: creating, learning, and innovating.

\- **Instant Access to Information**: Reduces the time spent searching for content, allowing you to focus on high-value tasks.

\- **Contextual Recommendations**: Suggests relevant content based on your current project, boosting creative flow.

\- **Collaborative Features**: Share insights, documents, and AI-powered findings with your team for enhanced collaboration.


---

# 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, and the optional `goal` query parameter:

```
GET https://whitepaper.cortexs.ai/key-features-of-cortex-ai-agent.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
