> For the complete documentation index, see [llms.txt](https://infronai.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://infronai.gitbook.io/docs/frameworks-and-integrations.md).

# Frameworks and Integrations

- [Overview](https://infronai.gitbook.io/docs/frameworks-and-integrations/overview.md): Using Infron AI with Popular Frameworks and Integrations
- [OpenAI SDK](https://infronai.gitbook.io/docs/frameworks-and-integrations/openai-sdk.md): Using Infron AI with OpenAI SDK
- [LangChain](https://infronai.gitbook.io/docs/frameworks-and-integrations/langchain.md): Using Infron AI with LangChain
- [PydanticAI](https://infronai.gitbook.io/docs/frameworks-and-integrations/pydanticai.md): Using Infron AI with PydanticAI
- [Langfuse](https://infronai.gitbook.io/docs/frameworks-and-integrations/langfuse.md): Using Infron AI with Langfuse
- [n8n](https://infronai.gitbook.io/docs/frameworks-and-integrations/n8n.md): Build AI automations with Infron AI & n8n
- [Claude Code Integration Guide](https://infronai.gitbook.io/docs/frameworks-and-integrations/claude-code-integration-guide.md): Use Claude Agent SDK and Claude Code with Infron AI models
- [Anthropic SDK Compatibility](https://infronai.gitbook.io/docs/frameworks-and-integrations/anthropic-sdk-compatibility.md): Use Anthropic SDK with Infron AI models
- [OpenAI Codex CLI](https://infronai.gitbook.io/docs/frameworks-and-integrations/openai-codex-cli.md): Use Codex CLI with Infron AI models
- [OpenAI Agents SDK](https://infronai.gitbook.io/docs/frameworks-and-integrations/openai-agents-sdk.md): Use OpenAI Agents SDK with Infron AI models
- [LiteLLM](https://infronai.gitbook.io/docs/frameworks-and-integrations/litellm.md): Integration with LiteLLM's OpenAI-Compatible Endpoints with Infron AI
- [OpenCode](https://infronai.gitbook.io/docs/frameworks-and-integrations/opencode.md): Kickstart OpenCode with Infron
- [OpenClaw](https://infronai.gitbook.io/docs/frameworks-and-integrations/openclaw.md): Guide to Using OpenClaw with Infron
- [OpenWork](https://infronai.gitbook.io/docs/frameworks-and-integrations/openwork.md)
- [Hermes Agent](https://infronai.gitbook.io/docs/frameworks-and-integrations/hermes-agent.md)


---

# 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://infronai.gitbook.io/docs/frameworks-and-integrations.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.
