# Theymes - [Product docs](https://docs.theymes.com/product/overview.md): Guides for using Theymes as a support team — coming here soon. Developer integration docs are available now. - [Developers](https://docs.theymes.com/developers/index.md): Integrate Theymes into your game or website with the SDK, player metadata, widget, API, and automation. - [Player Metadata](https://docs.theymes.com/developers/player-metadata/player-metadata.md): Theymes allows you to send metadata about the players to provide better support. With player metadata you can: - [Player Verification](https://docs.theymes.com/developers/player-metadata/player-verification.md): We recommend that you setup Player Verification for your game from the start. This way you can block unverified players from contacting support right away, without having to wor... - [Player Verification Guide](https://docs.theymes.com/developers/player-metadata/player-verification-guide.md): This guide will walk you through the process of setting up player verification for your game. We assume that you don't yet have an existing private key to sign your metadata JWT... - [About Theymes SDK](https://docs.theymes.com/developers/sdk/about.md): Theymes SDK allows you to integrate Theymes into your game or web page. It allows you to gather feedback from your players, provide in-game support, and more. - [About Unity SDK](https://docs.theymes.com/developers/sdk/unity/about.md): Theymes Unity SDK is a plugin for Unity that allows you to integrate Theymes into your iOS, Android, WebGL, Windows, macOS, and Linux games. It allows you to gather feedback fro... - [Installing the SDK](https://docs.theymes.com/developers/sdk/unity/installing.md): Installing the Theymes Unity SDK is a straightforward process. You can either install the SDK from Git or from a tarball. - [Configuring the SDK](https://docs.theymes.com/developers/sdk/unity/configuring.md): There are many options to customize the SDK to your needs. Theymes provides flexible way of configuring the SDK either by passing a TheymesConfig object to functions or by setti... - [Notifications](https://docs.theymes.com/developers/sdk/unity/notifications.md): There are three kind of notications that Theymes SDK supports: - [Push notifications](https://docs.theymes.com/developers/sdk/unity/push-notifications.md): To understand different notifications capabilities of Theymes SDK, please check the Notifications page. This page details how to setup push notifications for iOS and Android in... - [Privacy and young players](https://docs.theymes.com/developers/sdk/unity/privacy-and-young-players.md): Theymes SDK doesn't collect any personal data from the player by default. However it is possible for the game to send data that is considered personal data to Theymes as form of... - [API Reference](https://docs.theymes.com/developers/sdk/unity/api.md): All the Theymes SDK methods are static and can be called using the TheymesSdk class. The TheymesSdk class is located in the Theymes namespace. - [About iOS SDK](https://docs.theymes.com/developers/sdk/ios/about.md): Theymes has a native iOS SDK for Swift and Objective-C. It lets you add in-app help center, open specific resources (e.g. articles or collectors), set player metadata, and use i... - [Installing the SDK](https://docs.theymes.com/developers/sdk/ios/installing.md): Add the Theymes SDK to your iOS project with CocoaPods. Choose the SDK version from the Theymes iOS SDK releases page. - [Configuring the SDK](https://docs.theymes.com/developers/sdk/ios/configuring.md): There are many options to customize the SDK to your needs. You can either pass a config dictionary to methods like openSupport(config:), or set configuration via the Theymes cla... - [Notifications](https://docs.theymes.com/developers/sdk/ios/notifications.md): Theymes SDK supports three kinds of notifications: - [Push notifications](https://docs.theymes.com/developers/sdk/ios/push-notifications.md): For an overview of notification types, see Notifications. This page describes how to set up push notifications on iOS. - [Privacy and young players](https://docs.theymes.com/developers/sdk/ios/privacy-and-young-players.md): Theymes SDK doesn't collect any personal data from the player by default. However your app can send data that is considered personal (e.g. custom metadata or collector data) to... - [API Reference](https://docs.theymes.com/developers/sdk/ios/api.md): All SDK methods are static and are called on the Theymes class. - [About Android SDK](https://docs.theymes.com/developers/sdk/android/about.md): Theymes has a native Android SDK for Java and Kotlin. - [About Web SDK](https://docs.theymes.com/developers/sdk/web/about.md): Theymes has a native Web SDK for Javascript. You can use the Web SDK in your game or as a widget on your web page. - [Installing the SDK](https://docs.theymes.com/developers/sdk/web/installing.md): You can install the SDK from npm or using a