# Callable

- [Blocks](/callable/blocks.md)
- [Models](/callable/blocks/models.md)
- [Language Model](/callable/blocks/models/language-model.md)
- [Language Model With Code](/callable/blocks/models/language-model-with-code.md)
- [Data](/callable/blocks/data.md)
- [Dataset Loader](/callable/blocks/data/dataset-loader.md)
- [Tools](/callable/blocks/tools.md)
- [Knowledge Search](/callable/blocks/tools/knowledge-search.md)
- [Google Search](/callable/blocks/tools/google-search.md)
- [Curl Request](/callable/blocks/tools/curl-request.md)
- [Web Page Crawler](/callable/blocks/tools/web-page-crawler.md)
- [Control](/callable/blocks/control.md)
- [Code](/callable/blocks/control/code.md)
- [Loop Until](/callable/blocks/control/loop-until.md)
- [Map Reduce](/callable/blocks/control/map-reduce.md)
- [Use Cases](/callable/use-cases.md)
- [Building a Company Help Desk](/callable/use-cases/building-a-company-help-desk.md)
- [Creating a Social Media Manager Chatbot](/callable/use-cases/creating-a-social-media-manager-chatbot.md)
- [Utilizing Model Examples to Convert Text to JSON](/callable/use-cases/utilizing-model-examples-to-convert-text-to-json.md)
- [Retrievals from Knowledge Search Blocks](/callable/use-cases/retrievals-from-knowledge-search-blocks.md)
- [Chatbot with Google Search Assistance](/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.
