# Welcome

## Where Am I?

This is the **documentation** section of [ShrineFox.com](https://shrinefox.com). If you're not sure how to begin modding Persona games, or you need step-by-step instructions on specific tasks, you're in the right place.

{% hint style="success" %}
Last updated: 8/20/25

* Added latest information to the "Getting Started" page for [Persona 5 Royal (PC) Mod Support](https://docs.shrinefox.com/getting-started/persona-5-royal-pc-mod-support).
  {% endhint %}

## Prerequisites

The directions featured here assume that you have the following:

* A PC running a modern Windows OS (8 or higher).
* Hardware capable of running modern PC games or running emulation software.\
  **OR**\
  A game console capable of being modified with custom firmware.

## Supported Games/Platforms

* **🎩Persona 5**
  * Original ([PS3](https://docs.shrinefox.com/getting-started/persona-5-ps3-mod-support), [PS4](https://docs.shrinefox.com/getting-started/persona-5-royal-ps4-mod-support))
  * Royal ([PS4](https://docs.shrinefox.com/getting-started/persona-5-royal-ps4-mod-support), [Switch](https://docs.shrinefox.com/getting-started/persona-5-royal-switch-mod-support), [PC](https://docs.shrinefox.com/getting-started/persona-5-royal-pc-mod-support))
* 📺 **Persona 4**
  * Original ([PS2](https://docs.shrinefox.com/getting-started/persona-4-ps2-mod-support))
  * Golden ([PSVita](https://docs.shrinefox.com/getting-started/persona-4-golden-psvita-mod-support), [PC](https://docs.shrinefox.com/getting-started/persona-4-golden-pc-mod-support))
* **🌘 Persona 3**
  * FES ([PS2](https://docs.shrinefox.com/getting-started/persona-3-fes-ps2-mod-support))
  * Portable ([PSP](https://docs.shrinefox.com/getting-started/persona-3-portable-psp-mod-support))

## Supported Procedures

* Adding Mod Support
* Writing [Custom Scripts](https://docs.shrinefox.com/flowscript)

## Future Plans

{% hint style="danger" %}
Much of this documentation is already partially present, but still under heavy construction. It still lacks the following information:

* [**Messagescript**](https://docs.shrinefox.com/flowscript/messagescript)**:** (Message Variables)
* [**Flowscript**](https://docs.shrinefox.com/flowscript/flowscript)**:** (Arrays, Enums, Loops, Conditionals, Functions, Importing Files, Menus, Library Functions, Examples)
* [**Mod Support**](https://docs.shrinefox.com/getting-started/persona-5-ps3-mod-support)**:** (SMT3, P4G, CFB, new PC/Switch ports of P3P/P4G)

See also: [personamodding.com](https://personamodding.com) (also under construction)
{% endhint %}


---

# 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.shrinefox.com/master.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.
