> For the complete documentation index, see [llms.txt](https://guide.reddeadroleplay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.reddeadroleplay.com/getting-started/character-creation.md).

# Character Creation

#### Character Creation Overview

Initial Information:

* First & Last Name\ <br>
* Date of Birth (must be between ages 18 and 80)\ <br>
* Height (measured in inches)\ <br>
* Birth Gender\
  \
  \ <br>

  <figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcCJJ1-OIViRKLnHqgzVkmGllQ_wFFNRNf1x93vV_m4CnYZ0XD6gc1x5GOzPJ00jOr7167DpWJeZhCS1Dm2HqVvTD22XlLhlQjchmn-u0hsllMhKcIfkBbCHqMUYGSSZ62wZbeJUg?key=NK7C4XUbtqJhpAgatVWNzw" alt=""><figcaption></figcaption></figure>

Once your character’s basic details are set, you'll move on to appearance customization.<br>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXecNQ-8nh94iZ6F8aaorf-F-8h_IwG4VPDFZtZhYXJS6hl57fIWBpQWrp0ZYwcte7lT8BMCGunHLXtGti_O_uVniniwjclmAQuOn-4RFv2KpuApIpzPAcs1dcF4rE4zt0XkbH4Z6A?key=NK7C4XUbtqJhpAgatVWNzw" alt=""><figcaption></figcaption></figure>

\
Facial Customization:

* Click on specific targeted facial areas (eyes, jaw, nose, etc.) to adjust their shape.\ <br>
* Use the refinement circle tools in each box for more precise detailing and modeling.\
  \
  \
  Ped Creation Feature:<br>

  <figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfMDo-BL5bR9Y9mYXDrFl52CF5N9qricPsiGoQV0IVKJ5IwY-cBnOtnWfrk9M9PyEr-tkPjfcmsjRIFisK0nW9-YkWZSlEvJ0U8fqkC9rGQE3TI8KEKkBDsTcwDgv6JWfdJ9gdqCA?key=NK7C4XUbtqJhpAgatVWNzw" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXchiSL58RcoA4hLniIm3GF44RcA8MLJPzn41R0AjLDYR6P4m8hHGkGuo6MQlJevkO8eCc_QqhwBQOJzgYXRllnXK0MTTrw8uy92cjiuUVgGPQ6vdxcYMV_yYsALGkI51rfXVAKqFw?key=NK7C4XUbtqJhpAgatVWNzw" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfBVQegXCio-LmlpvkevR9OzGpuZFi0d6MU7IHBRtjWM85x6phONMqdsYmdnjxx24cMEEhFIE4lRu29O6QiphWdY_I3fx8FQDpBDYlyZWdoIQHSTyeMttP4LhC0g5Y-UgkhYwG3?key=NK7C4XUbtqJhpAgatVWNzw" alt=""><figcaption></figcaption></figure>

* Prefer to use a preset character model? Choose a Ped Character and still have the ability to edit and refine their appearance to make them unique.\
  \
  \
  \
  Create a look that brings your character’s background and personality to life!

  <figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXduoXmwvolyI4CxieubM4Uh0X3oz9MGXqGkbze-R9MqRM8FqJHswSl0mxnmV-TZVhzXXHoTWTn6PcBUBBVR_EauN06X9ARbAAXSytySHr4zWVyOMo_IA8PGVSfzHOttugyZbeJgrw?key=NK7C4XUbtqJhpAgatVWNzw" alt=""><figcaption></figcaption></figure>

<br>


---

# 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, and the optional `goal` query parameter:

```
GET https://guide.reddeadroleplay.com/getting-started/character-creation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
