# SDK Integration Guides

This category provides comprehensive documentation and step-by-step instructions for integrating our Software Development Kit (SDK) into your applications. Whether you're a beginner or an experienced developer, these guides will help you set up, configure, and utilize the SDK efficiently across various platforms and programming languages. Topics covered include installation, authentication, API usage, best practices, troubleshooting, and sample implementations to ensure a seamless integration experience.


---

# 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.connect.ai/sdk-integration-guides.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.
