> 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.md).

# LionSDK Documentation

Welcome to the LionSDK documentation! LionSDK is a powerful and versatile tool designed specifically for Unity game developers. It provides a comprehensive suite of features to enhance your mobile gaming experience.

Our goal is to empower you with the tools and knowledge needed to create, optimize, and monetize your mobile games efficiently. This documentation will guide you through the installation, integration, and usage of LionSDK, ensuring you can leverage its full potential.

#### Key Sections:

* [**Getting Started**](/readme/getting-started.md): An overview of the tool, including installation instructions and migration guides from LionSuite.
* [**Analytics**](/readme/analytics.md): Comprehensive information on tracking and analyzing game data, including event filters, validation, and various event types.
* [**Features**](/readme/features.md): Instructions on implementing in-game features like loading scenes, IAP validation, Ads and more.
* [**Third-party SDKs**](/readme/third-party-sdks.md): Detailed guides on integrating third-party services such as Adjust, MAX SDK, Facebook, and Firebase.

Whether you're a seasoned developer or new to mobile game development, our documentation is designed to help you get the most out of LionSDK. Dive in to explore the robust capabilities and streamline your game development process.

Happy developing!


---

# 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.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.
