# Introduction

![](/files/-MVrKAkSSEnT8ZGqDUoL)

This is a tutorial for newcomers to the Persona 5 modding scene, but it can also serve as a checklist or reminder for current modders. The area I'm covering is specifically for making sure the new model you bring into the game will work, ***it does not cover the process of fully rigging a model***. What we want is to make sure the model is functional before starting heavy work like retexturing and rigging. You wouldn't want to put all that work into a model only to find out that its completely unusable and you have to scrap everything.

When bringing in models (usually from games outside Persona) to replace characters in Persona 5 (for example Michael Myers over Joker), it may not go so smoothly. There are chances you will experience errors in GFD Studio or have access violations/softlocks when loading the model in game. This walkthrough will make sure any model will work in game.


---

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

```
GET https://crowpocalypse.gitbook.io/making-custom-models-for-persona-5/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.
