# Setting up Player Pawns & Animations

This section guides developers through creating a player pawn, including adjustments to skeletal meshes and animation blueprints within the Existent Start Map. Follow these steps to customise your player pawns and animations.

1. Create a new Blueprint Actor that inherits from ExistentPlayer;
2. Edit the blueprint, create a new TrackerMapping asset and set it on the root component of your player.  Within the TrackerMapping you’ve created, use the asset editor to set the location of the HMD, hand and feet trackers to where your players will physically wear them.
3. On the Player Body component, set the Animation Blueprint to either AB\_3Point for upper body tracking or AB\_5Point for full body tracking.  You can customise this with your own animation blueprints later.
4. Save and exit the player blueprint, create a blueprint that inherits from ExistentGameMode.

Within that blueprint set the default player pawn to the new player blueprint you just created and ensure that Existent Player Pawn Classes has no elements in it.<br>

<figure><img src="https://lh7-us.googleusercontent.com/C_ygkywaGV4JBdZHVznRSJuRp51LEC1dc5UzfB2JtJnHCRZXKkb6tqvMWdlqA1FmppK5xcHVW2akUeLuYjUTOK7kLKx4kmOb5CYNpmeqorNIwRDR9AaY_B23A2cgA3S5_gLx74ssiYH-Tzmhjcn_yQ" alt=""><figcaption></figcaption></figure>


---

# 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.existent.com/documentation/v0.0.1/learning-existent/getting-started/setting-up-player-pawns-and-animations.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.
