# Really Simple Steam Integration

Welcome to the documentation for the Really Simple Steam Integration asset.

Here you will find useful information to configure your project and make all modules work well.

{% hint style="warning" %}
Read the documentation carefully to avoid errors in your project. Don't skip steps!
{% endhint %}

In version 1.0 you will find:

* **Leaderboards:** create, retrieve and submit scores to the leaderboard
* **Stats and Achievements:** unlock achievements directly or by stats quantity
* **Cloud Save:** create cloud save files and sync between devices
* **Friends List:** get the name and avatar of the player's friends and use your creativity to create experiences with this data in your game
* **UI Components:** several drag and drop components with current player data (avatar, name, friends, etc)

### Do e Don't

What this documentation **does**:

* Explains in detail each component developed in the asset, how it works and provides some examples of use

What this documentation **does not do**:

* Does not explain details of Steamworks workflow and/or 3rd party softwares. To check these docs, access the [Useful Links](/really-simple-steam-integration/useful-links.md) page.


---

# 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.luckyraccoongames.com/really-simple-steam-integration.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.
