> For the complete documentation index, see [llms.txt](https://docs.artificient.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.artificient.de/usage.md).

# Usage

To use GIZO SDK in your app, follow these steps:

* **Installlation:** a guide to installation of the SDK in your project ([Android](/usage/android/installation.md), [iOS](/usage/ios/installation.md), [React Native](/usage/react-native/installation.md))
* **Configuration:** describes the required permissions and settings prior to the initialization of the SDK ([Android](/usage/android/configuration.md), [iOS](/usage/ios/configuration.md), [React Native](/usage/react-native/configuration.md))
* **Initialization:** explains how to initialize the SDK and set the options. ([Android](/usage/android/initialization.md), [iOS](/usage/ios/initialization.md), [React Native](/usage/react-native/initialization.md))
* **Authentication and User Management:** outlines the process of authenticating users on the GIZO platform. ([Android](/usage/android/authentication-and-user-management.md), [iOS](/usage/ios/authentication-and-user-management.md), [React Native](/usage/react-native/authentication-and-user-management.md))
* **Recording Data:** describes the provided tools for handling data recording. ([Android](/usage/android/recording-data.md), [iOS](/usage/ios/recording-data.md), [React Native](/usage/react-native/recording-data.md))
* **Listeners:** a list of the available listeners to receive updates regarding the status of the SDK. ([Android](/usage/android/listeners.md), [iOS](/usage/ios/listeners.md), [React Native](/usage/react-native/listeners.md))

In the following sections, we will elaborate on these topics.
