# Train a Character Model

Here's a quick tutorial on how to train a Character Model on Morphic:

{% embed url="<https://youtu.be/mLbd-pqaGeE>" %}

1. Go to your Morphic dashboard
2. Click "Models" from the left panel
3. Hit the “+ Model” button at the top-right corner
4. Choose “Character Model”
5. Give your model a name (you’ll use this during prompting)
6. Upload 2–150 reference images of the character in different poses, angles, or expressions
7. Click “Start Training” to begin

Once your Character Model has finished training, you’ll receive an email and a notification on your Morphic dashboard. To use it, open any file and select your Character Model during prompting; the outputs will automatically feature your trained character in a consistent, stylized way.

That's how you train a Character Model on Morphic.

***

### Reach out for help

If you have any trouble or have any questions, feel free to reach out. We're happy to help, write to us at [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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://morphic.com/docs/essentials/character-models/train-a-character-model.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.
