# Functions

- [Overview](https://docs.integry.ai/functions/overview.md): Integry Functions enables you to integrate a vast array of apps into your AI applications seamlessly.
- [Try Functions in 60 seconds](https://docs.integry.ai/functions/try-functions-in-60-seconds.md)
- [Quickstart for AI](https://docs.integry.ai/functions/quickstart-for-ai.md)
- [Access Control and Testing](https://docs.integry.ai/functions/access-control-and-testing.md)
- [Viewing Function Calls](https://docs.integry.ai/functions/viewing-function-calls.md)
- [Source Functions](https://docs.integry.ai/functions/source-functions.md)
- [Agent Frameworks](https://docs.integry.ai/functions/agent-frameworks.md)
- [LangChain/LangGraph](https://docs.integry.ai/functions/agent-frameworks/langchain-langgraph.md): This guide explains how to use Integry with LangChain/LangGraph to post a message on Slack.
- [CrewAI](https://docs.integry.ai/functions/agent-frameworks/crewai.md): This guide explains how to use Integry with CrewAI to post a message on Slack.
- [AutoGen](https://docs.integry.ai/functions/agent-frameworks/autogen.md): This guide explains how to use Integry with AutoGen to post a message on Slack.
- [LlamaIndex](https://docs.integry.ai/functions/agent-frameworks/llamaindex.md): This guide explains how to use Integry with LlamaIndex to post a message on Slack.
- [Haystack](https://docs.integry.ai/functions/agent-frameworks/haystack.md): This guide explains how to use Integry with Haystack to post a message on Slack.
- [Smolagent](https://docs.integry.ai/functions/agent-frameworks/smolagent.md): This guide explains how to use Integry with Smolagent to post a message on Slack.
- [LiteLLM](https://docs.integry.ai/functions/agent-frameworks/litellm.md): This guide explains how to use Integry with LiteLLM to post a message on Slack.
- [Mistral AI](https://docs.integry.ai/functions/agent-frameworks/mistral-ai.md): This guide explains how to use Integry with Mistral AI to post a message on Slack.


---

# 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.integry.ai/functions.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.
