> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abrahospitality.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Living Profile

> Understanding ABRA's dynamic guest profiles

# The Living Profile

A Living Profile is ABRA's core innovation: a dynamic, ever-growing record of everything your hotel knows about a guest.

## What Makes It "Living"

Traditional hotel systems store static guest records - name, email, loyalty number. A Living Profile is different:

<CardGroup cols={2}>
  <Card title="Grows Over Time" icon="seedling">
    Every interaction adds to the profile
  </Card>

  <Card title="Aggregates Sources" icon="layer-group">
    Combines PMS data, staff observations, and AI insights
  </Card>

  <Card title="Travels Across Stays" icon="plane">
    Information persists and resurfaces on future visits
  </Card>

  <Card title="Actionable" icon="bolt">
    Surfaces relevant information at the right moment
  </Card>
</CardGroup>

## Anatomy of a Living Profile

A Living Profile brings together everything known about a guest:

<AccordionGroup>
  <Accordion title="Bio" icon="user">
    Name, contact information, demographics, and VIP status.
  </Accordion>

  <Accordion title="Preferences" icon="sliders">
    * **Room:** King bed, high floor, quiet
    * **Dietary:** Vegetarian, nut allergy
    * **Service:** Late checkout, extra pillows
  </Accordion>

  <Accordion title="Celebrations" icon="cake-candles">
    * Birthday: March 15
    * Anniversary: June 22
  </Accordion>

  <Accordion title="Nuggets" icon="gem">
    * "Training for Boston Marathon"
    * "Daughter just started college"
    * "Loves craft cocktails"
  </Accordion>

  <Accordion title="Stay History" icon="clock-rotate-left">
    * 12 stays over 3 years
    * Average length: 2.3 nights
    * Last stay: Oct 2024
  </Accordion>

  <Accordion title="Hurdle History" icon="triangle-exclamation">
    1 issue (resolved): AC repair, Sept 2024
  </Accordion>

  <Accordion title="Wow Moments" icon="star">
    Surprise birthday cake, March 2024
  </Accordion>
</AccordionGroup>

## Data Sources

Living Profiles are built from multiple sources:

### 1. PMS Integration

* Reservation details
* Room preferences from booking
* Loyalty tier and history
* Reservation notes (processed by AI)

### 2. Staff Input

* Nuggets captured during interactions
* Preferences observed or stated
* Celebrations discovered
* Hurdles logged

### 3. Guest Input

* Pre-arrival surveys
* In-stay feedback
* Post-departure surveys

### 4. AI Processing

* Extraction from reservation notes
* Pattern recognition across stays
* Preference inference

## Using Living Profiles

### Before Arrival

* Review upcoming guest profiles
* Note celebrations occurring during stay
* Prepare for known preferences
* Identify VIP guests needing special attention

### During Check-In

* Greet by name with relevant context
* Confirm preferences are set up
* Mention any celebrations
* Reference previous stays ("Welcome back!")

### Throughout the Stay

* Add new nuggets as you learn them
* Log any hurdles immediately
* Record wow moments created
* Update preferences as needed

### After Departure

* Profile persists for next visit
* All new information is preserved
* Analytics track guest lifetime value

## Related Guests

Living Profiles can be linked to show relationships:

* **Spouse/Partner** - Traveling together, shared preferences
* **Family** - Children, parents, siblings
* **Business** - Colleagues, assistants
* **Companions** - Friends, travel groups

This helps your team understand who's traveling together and personalize accordingly.

## Next Steps

<CardGroup cols={2}>
  <Card title="Guest Intelligence" icon="lightbulb" href="/concepts/guest-intelligence">
    How information flows into profiles
  </Card>

  <Card title="Managing Profiles" icon="user" href="/guides/guests/profiles">
    Day-to-day profile operations
  </Card>
</CardGroup>
