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


---

# 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/callable.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.
