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

# Character Profile

Creating compelling characters is essential for engaging and relatable storytelling. With Livy.AI's Character Profile feature, you can develop deep, rounded characters with ease. Here's a step-by-step guide on how to use this feature.

**Step 1: Access the Character Profile Feature**

From your dashboard, select the project where you want to create a character. Within the project, you'll see an option for 'Character Profiles'. Click on it to start creating your character.

**Step 2: Start a New Character Profile**

Click on the 'Create New Profile' button. This will open a new, blank character profile for you to fill out.

**Step 3: Fill in Basic Character Information**

Begin by filling in the basic information about your character. This may include:

* Character's Name
* Age
* Occupation
* Physical Description

**Step 4: Define the Character's Personality**

This section allows you to create a personality for your character. You can define traits, quirks, motivations, fears, and more. The more details you provide, the more fleshed-out your character will be.

**Step 5: Describe the Character's Background**

In this section, outline your character's backstory. Details about their upbringing, past experiences, and defining moments can add depth to your character and make them more relatable.

**Step 6: Describe the Character's Role in the Story**

Outline what role the character will play in your story. Are they the protagonist, antagonist, or a supporting character? What are their goals, and how do they change throughout the story?

**Step 7: Use AI Suggestions**

At any point in the process, you can use the AI suggestions feature. Livy.AI can suggest character traits, backstories, and roles based on the information you've already entered and popular trends in similar stories. You can use these suggestions as inspiration or incorporate them directly into your profile.

**Step 8: Save the Character Profile**

Once you're satisfied with the character profile, click 'Save'. The character will now appear in your project, and you can refer back to their profile at any time during your writing process.

Remember, a character profile is a living document. As your story evolves, feel free to revisit and update the profiles. Livy.AI's Character Profile feature is designed to be a helpful tool in creating rich, detailed characters for your story.


---

# 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://docs.livy.ai/getting-started/content-creation-modes/character-profile.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.
