> For the complete documentation index, see [llms.txt](https://docs.trycortex.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trycortex.ai/callable.md).

# Callable

- [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.
