# P4G Community Enhancement Pack

## P4G Community Enhancement Pack

- [Introduction](https://p4g.cep.one/master.md)
- [Credits](https://p4g.cep.one/credits.md)
- [Final Release FAQ](https://p4g.cep.one/final-release.md): Information regarding P4G CEP's final release.
- [Getting Started](https://p4g.cep.one/install/getting-started.md): Requirements and initial setup.
- [Download and Prepare](https://p4g.cep.one/install/download-and-prepare.md): Set up modding folders and install prerequisite runtimes.
- [Steam and P4G](https://p4g.cep.one/install/steam-and-p4g.md): Configure Steam and verify your P4G installation is unmodified.
- [Reloaded II](https://p4g.cep.one/install/reloaded-ii.md): Configure the Reloaded II mod injector.
- [Customize Mods](https://p4g.cep.one/install/customize-mods.md): Tweak the mods included with P4G CEP to your liking.
- [Create Steam Shortcut](https://p4g.cep.one/install/create-steam-shortcut.md): Create a shortcut to launch P4G with mods.
- [Final Steps](https://p4g.cep.one/install/final-steps.md): Wrap up installation and play Persona 4 Golden!
- [Upgrade P4G CEP](https://p4g.cep.one/upgrade/upgrade.md): Upgrade to the latest version of P4G CEP.
- [Get More Mods](https://p4g.cep.one/appendix/get-more-mods.md): Download and install more mods from GameBanana.
- [Troubleshooting](https://p4g.cep.one/appendix/troubleshooting.md): Solutions to common issues.
- [FAQ](https://p4g.cep.one/appendix/faq.md): Answers to frequently asked questions.
- [Links](https://p4g.cep.one/resources/links.md): Some useful sites for more Persona modding goodness.
- [Source Code](https://p4g.cep.one/resources/source-code.md): Links for open-source programs and mods.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://p4g.cep.one/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.
