# Cortex

## Cortex

- [Welcome to Cortex](https://docs.trycortex.ai/welcome-to-cortex.md): Customizing AI copilots for your specific use cases
- [Understanding Cortex Architecture](https://docs.trycortex.ai/overview/understanding-cortex-architecture.md)
- [Making your first Copilot](https://docs.trycortex.ai/product-guides/making-your-first-copilot.md)
- [Making your first Callable](https://docs.trycortex.ai/product-guides/making-your-first-callable.md)
- [Copilot](https://docs.trycortex.ai/fundamentals/copilot.md)
- [Knowledge](https://docs.trycortex.ai/fundamentals/knowledge.md)
- [Callable](https://docs.trycortex.ai/fundamentals/callable.md)
- [Getting set up](https://docs.trycortex.ai/fundamentals/getting-set-up.md)
- [Setting permissions](https://docs.trycortex.ai/fundamentals/getting-set-up/setting-permissions.md)
- [Blocks](https://docs.trycortex.ai/callable/blocks.md)
- [Models](https://docs.trycortex.ai/callable/blocks/models.md)
- [Language Model](https://docs.trycortex.ai/callable/blocks/models/language-model.md)
- [Language Model With Code](https://docs.trycortex.ai/callable/blocks/models/language-model-with-code.md)
- [Data](https://docs.trycortex.ai/callable/blocks/data.md)
- [Dataset Loader](https://docs.trycortex.ai/callable/blocks/data/dataset-loader.md)
- [Tools](https://docs.trycortex.ai/callable/blocks/tools.md)
- [Knowledge Search](https://docs.trycortex.ai/callable/blocks/tools/knowledge-search.md)
- [Google Search](https://docs.trycortex.ai/callable/blocks/tools/google-search.md)
- [Curl Request](https://docs.trycortex.ai/callable/blocks/tools/curl-request.md)
- [Web Page Crawler](https://docs.trycortex.ai/callable/blocks/tools/web-page-crawler.md)
- [Control](https://docs.trycortex.ai/callable/blocks/control.md)
- [Code](https://docs.trycortex.ai/callable/blocks/control/code.md)
- [Loop Until](https://docs.trycortex.ai/callable/blocks/control/loop-until.md)
- [Map Reduce](https://docs.trycortex.ai/callable/blocks/control/map-reduce.md)
- [Use Cases](https://docs.trycortex.ai/callable/use-cases.md)
- [Building a Company Help Desk](https://docs.trycortex.ai/callable/use-cases/building-a-company-help-desk.md)
- [Creating a Social Media Manager Chatbot](https://docs.trycortex.ai/callable/use-cases/creating-a-social-media-manager-chatbot.md)
- [Utilizing Model Examples to Convert Text to JSON](https://docs.trycortex.ai/callable/use-cases/utilizing-model-examples-to-convert-text-to-json.md)
- [Retrievals from Knowledge Search Blocks](https://docs.trycortex.ai/callable/use-cases/retrievals-from-knowledge-search-blocks.md)
- [Chatbot with Google Search Assistance](https://docs.trycortex.ai/callable/use-cases/chatbot-with-google-search-assistance.md): This guide covers how to build a chat callable that refines user questions with Google Searches to obtain a response from a LLM that references data from websites.
- [Getting Started with the SDK](https://docs.trycortex.ai/guides/getting-started-with-the-sdk.md)
- [Documents](https://docs.trycortex.ai/guides/documents.md)
- [Introduction](https://docs.trycortex.ai/api-references/introduction.md)
- [Authentication](https://docs.trycortex.ai/api-references/authentication.md)
- [Making Curl Requests](https://docs.trycortex.ai/api-references/making-curl-requests.md)
- [Node.js Library](https://docs.trycortex.ai/api-references/node.js-library.md)
- [Python Library](https://docs.trycortex.ai/api-references/python-library.md)
