# Homepage

Welcome to the Project Reignition Wiki! If you want to contribute to the project, check out the getting started guide [here](/wiki/contributing/getting-started.md). If you want to keep up with the latest from the project, join the [Discord server](https://discord.gg/CuPZg57k2V) or check out the [Github page](https://github.com/Kuma-Boo/sonic-wildfire-remake).

## Goals

The aim of this project is to remake Sonic and the Secret Rings in a way that is more accessible to modern players by improving how the game is paced. Some of these changes include:

* Traditional controller support.
* Removal of autorunning.
* Non-intrusive menu music.
* Fewer redundant skills.
* Clearer guidance to the next story critical level.
* Clearer animations.
* Better scoring system.


---

# 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://project-reignition.gitbook.io/wiki/homepage.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.
