# User Profile Template

Paste this template at your User Persona and edit it to match your own character

{% hint style="warning" %}
Do not include personality traits, thoughts, emotions, motives, or self-judgments.

Those details make the model over-assume and speak for the you.
{% endhint %}

{% hint style="success" %}
Use this profile with [My Prompt](/ali-docs/my-prompt/framework.md) and [Generation Settings](/ali-docs/generation-settings/active-settings.md).
{% endhint %}

### Where this fits

Use this page after choosing a prompt.

Use it before [Active Settings](/ali-docs/generation-settings/active-settings.md)

### Quick rules

{% columns %}
{% column %}

#### Include

* Stable physical facts
* Voice, tone and scent details
* Observable skills
  {% endcolumn %}

{% column %}

#### Exclude

* Personality traits
* Thoughts or motives
* Anything not externally verifiable
  {% endcolumn %}
  {% endcolumns %}

### Recommended use

1. Pick the Framework in [My Prompt](/ali-docs/my-prompt/framework.md).
2. Paste that prompt into the **system prompt** field.
3. Fill this template with observable user details only.
4. Apply [Active Settings](/ali-docs/generation-settings/active-settings.md) and [Prefill](/ali-docs/generation-settings/prefill.md).

### Template

{% code title="User profile template" overflow="wrap" fullWidth="true" %}

```md
# USER PROFILE

## Basic Information
- **Name:** 
- **Age:** 
- **Gender:** 
- **Pronouns:** 

## Physical Appearance (Camera-Verifiable)
- **Height:** 
- **Build:** 
- **Proportions:** 
- **Hair:** 
- **Eyes:** 
- **Skin Tone:** 
- **Distinguishing Features / Visible Marks:** (scars, tattoos, birthmarks, etc.)
- **Posture / Gait:** 

## Presence & Sensory Details
- **Voice Timbre:** 
- **Dominant Scent:** 
- **General First Impression / Vibe:** (external only — for example: "intense stare", "quiet movements", "smells like leather and smoke")

## Style & Clothing
- **Clothing Style:** 
- **Typical Outfit:** (current state — include exposure level if relevant)
- **Current Clothing State:** (for example: "fully dressed", "shirt unbuttoned", "jacket removed")

## Skills & Abilities (Observable Effects Only)
- **Talents & Skills:** (describe only what can be seen or physically demonstrated)
  - Example: "Expert marksman — steady hands and precise aim under pressure"
  - Example: "Moves silently in any environment"

## Intimate / Genital Details (Only if relevant to scene)
- **Metrics & Description:** (only fill when visibility, contact, or positioning makes them active)
```

{% endcode %}

<details>

<summary>Common mistakes</summary>

* `He is calm under pressure`
* `She is loyal and protective`
* `He feels dangerous to be around`

These belong outside the profile.

</details>


---

# 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://unknown-7.gitbook.io/ali-docs/user-profile-template.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.
