# Overview

Infron AI integrates seamlessly with popular AI frameworks and SDKs. Choose your preferred framework below for detailed integration guides:

### Available Framework Integrations <a href="#available-framework-integrations" id="available-framework-integrations"></a>

* [**Langfuse**](/docs/frameworks-and-integrations/langfuse.md) - Utilize Langfuse's native integration with the OpenAI SDK to automatically trace and monitor your Infron AI API calls.
* [**LangChain**](/docs/frameworks-and-integrations/langchain.md) - Integration with LangChain for Python and JavaScript applications
* [**OpenAI SDK**](/docs/frameworks-and-integrations/openai-sdk.md) - Direct integration using the official OpenAI SDK for Python and TypeScript
* [**PydanticAI**](/docs/frameworks-and-integrations/pydanticai.md) - High-level interface for Python applications using PydanticAI


---

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