> For the complete documentation index, see [llms.txt](https://wiki.retrobat.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.retrobat.org/advanced-features/retroachievements.md).

# Retroachievements

RetroAchievements is a system that allows you to earn achievements on retro games. This is very similar to Steam successes.

In order to subscribe to the service, visit the RetroAchievements website [HERE](https://retroachievements.org/) and create an account.

{% hint style="info" %}
Retroachievements in Retrobat are only available for a predefined list of libretro cores that you can find [HERE](https://docs.libretro.com/guides/retroachievements/#cores-compatibility), for Bizhawk and for few standalone emulators (pcsx2, duckstation, ppsspp).
{% endhint %}

## Enabling RetroAchievements

Enter the [**Main Menu**](/navigation/main-menu.md) and select [**Game Settings**](/navigation/main-menu.md#game-settings)

<div align="left"><figure><img src="https://i.imgur.com/BaBOnEZ.png" alt=""><figcaption></figcaption></figure></div>

Select **RETROACHIEVEMENT SETTINGS**

<div align="left"><figure><img src="https://i.imgur.com/rkPSoxl.png" alt=""><figcaption></figcaption></figure></div>

Enable the service

<div align="left"><figure><img src="https://i.imgur.com/DeHj7lu.png" alt=""><figcaption></figcaption></figure></div>

Enter your Retroachievement login and password

<div align="left"><figure><img src="https://i.imgur.com/FRZYYHN.png" alt=""><figcaption></figcaption></figure></div>

The system indexes your game and a message appears

<div align="left"><figure><img src="https://i.imgur.com/y1GxYJh.png" alt=""><figcaption></figcaption></figure></div>

You can rerun the indexing process from this menu or let the system perform the indexing process at each startup

<div align="left"><figure><img src="https://i.imgur.com/t90a8qr.png" alt=""><figcaption></figcaption></figure></div>

## Games Retroachievements information

Games that support RetroAchievements have a small trophy icon ![](/files/zjPdmxEByVccdsC8Tpks) in the Game View

<div align="left"><figure><img src="https://i.imgur.com/L980WZO.png" alt=""><figcaption></figcaption></figure></div>

To display the list of RetroAchievements available for a game, select it and hold the ![A](/files/oQmMDvGLPCQJiXNlol7Z) button, then choose **View this game's Achievements** in the [game options](/navigation/game-options.md) menu

<div align="left"><figure><img src="https://i.imgur.com/vzUd3Qm.png" alt=""><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="https://i.imgur.com/yyic77u.png" alt=""><figcaption></figcaption></figure></div>

## RetroAchievement user Information

To display your RetroAchievements global status, from the [**MAIN MENU**](/navigation/main-menu.md) select RETROACHIEVEMENTS

<div align="left"><figure><img src="https://i.imgur.com/sPPAnUU.png" alt=""><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="https://i.imgur.com/NoYPtIb.png" alt=""><figcaption></figcaption></figure></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.retrobat.org/advanced-features/retroachievements.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
