# Creating A Standalone Custom Character

This document below should outline all the basic steps needed to create a custom character in Gungeon. This character will use basegame items and guns, but if you wish to have custom items for your character, that is possible too! (Page coming soon, for now ask on the MTG server after creating the base character first)

{% embed url="<https://docs.google.com/document/d/135ntlWancU6Mw6o2fevZQVtaIEMWL8TNu9Hd8-Bgng4/edit?usp=sharing>" %}


---

# 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://mtgmodders.gitbook.io/etg-modding-guide/custom-characters/creating-a-standalone-custom-character.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.
