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


---

# Agent Instructions: 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:

```
GET https://docs.artificient.de/usage.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
