# Kindly Unity SDK
The Kindly Unity SDK provides a simple way to integrate the Kindly library into your Unity projects, supporting both iOS and Android platforms.
## Installation
To install the Kindly Unity SDK, add the following line to your `manifest.json` file located in the `Packages` folder of your Unity project:
```json
{
"dependencies": {
"com.kindly-ai.sdk-chat-unity": "https://github.com/kindly-ai/sdk-chat-unity.git"
}
}
For detailed documentation on how to use Kindly SDK, refer to the following repositories:
If you encounter any issues or have any questions, please open an issue in the GitHub repository.