> For the complete documentation index, see [llms.txt](https://lionstudios.gitbook.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lionstudios.gitbook.io/readme/third-party-sdks.md).

# Third-party SDKs

Welcome to the third-party SDKs section of the LionSDK documentation. This part of the documentation provides detailed guides on integrating LionSDK with various third-party services to enhance the functionality and analytics of your mobile games. By connecting your game with these services, you can leverage advanced features, improve user engagement, and optimize your monetization strategies.

#### Required

{% hint style="success" %}
The required SDKs are automatically installed and setup by the [Setup Wizard](/readme/getting-started.md).
{% endhint %}

* [**MAX SDK**](/readme/third-party-sdks/max-sdk.md): Integrate the MAX SDK by AppLovin to access advanced ad mediation and monetization tools. Proper integration supports ad formats and mediation, optimizing your ad revenue. Additionally, MAX SDK offers a unified consent flow to help you easily comply with consent and GDPR requirements, ensuring legal compliance and user trust.
* [**Adjust**](/readme/third-party-sdks/adjust.md): Integrate the Adjust SDK to enable comprehensive user attribution and analytics. Proper initialization of Adjust ensures accurate tracking of user acquisition, in-app events, and retention metrics, empowering you to optimize your marketing efforts and measure their effectiveness.
* [**Facebook**](/readme/third-party-sdks/facebook.md): Integrate the Facebook SDK to unlock a suite of social features and marketing tools. Proper initialization allows you to perform marketability testing, user authentication, and enable social sharing features, enhancing user engagement and driving virality.

#### Optional

* [**Firebase**](/readme/features/remote-configs/firebase.md): Integrate the Firebase SDK to leverage powerful analytics, real-time database management, and cloud storage. Ensuring proper initialization allows you to utilize features such as user authentication, crash reporting, and performance monitoring, providing a seamless and reliable gaming experience.
* [**Helpshift - Customer Support**](/readme/third-party-sdks/helpshift-customer-support.md): Manage support tickets efficiently with Helpshift integration. This tool allows players to report issues and seek assistance, ensuring a positive and responsive support experience.
* [**Amazon Publisher Services**](/readme/third-party-sdks/amazon-publisher-services-aps.md): Amazon's mobile app ad solution, Amazon Publisher Services (APS).

Each integration guide provides step-by-step instructions, code examples, and best practices to help you seamlessly connect LionSDK with these powerful third-party services. Explore the individual sections to get started and unlock the full potential of your game with LionSDK integrations.


---

# 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://lionstudios.gitbook.io/readme/third-party-sdks.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.
