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


---

# 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://docs.trycortex.ai/callable.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.
