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

# Personalization

> Set the greeting, and save facts a later chat on this device can use.

export const PersonalizationPageFaq = () => <AccordionGroup>
    <Accordion title="What do weather-based greetings do?">
      Turn on <strong>Weather-based greetings</strong> under <strong>Settings → Personalization</strong> to use your location for the greeting weather. <strong>Clear</strong> on greeting history resets greeting patterns. It does not turn weather off or remove saved memories.
    </Accordion>
    <Accordion title="What is Long-Term Memory?">
      <strong>Long-Term Memory</strong> is a list of facts a later chat on this device can use. The list holds up to 100 memories. A Persona that runs on someone else's device does not get these memories.
    </Accordion>
    <Accordion title="What is the difference between Always-on and Contextual?">
      <strong>Always-on</strong> memories are included when a chat on this device uses saved memory. <strong>Contextual</strong> memories are included when they fit the current conversation. Facts saved from a chat land in Contextual.
    </Accordion>
    <Accordion title="What does Reset all do?">
      <strong>Reset all</strong> clears long-term memories after you confirm. It cannot be undone. It does not clear greeting history.
    </Accordion>
  </AccordionGroup>;

Personalization holds greeting settings and the facts saved as long-term memory. Click your name at the bottom of the sidebar, then **Settings**, then **Personalization**.

## Weather-based greetings

<Steps>
  <Step title="Open Personalization">
    Click your name at the bottom of the sidebar, then **Settings**, then **Personalization**.
  </Step>

  <Step title="Turn weather on">
    Turn on **Weather-based greetings**. That uses your location to look up weather for the greeting. When it succeeds, the row names the city. If the lookup fails, weather stays off.
  </Step>

  <Step title="Refresh the city">
    Click **Refresh** on **Update location** to look up the city again. If that fails, the saved city stays as it was.
  </Step>
</Steps>

Turn **Weather-based greetings** off to stop using weather in the greeting. That does not clear the greeting history.

## Clear greeting history

**Clear** on **Clear greeting history** resets the personalization patterns and highlights used in the greeting. It does not ask you to confirm. It does not turn weather off, and it does not remove a saved memory.

## Long-term memory

**Long-Term Memory** is a list of facts about you. A chat on this device can use them in a later reply. A Persona that runs on someone else's device does not get them.

The list holds 100 memories. The row shows how many are saved.

<Tabs>
  <Tab title="Always-on">
    An **Always-on** memory is included when a chat on this device uses saved memory. Move one here when the fact should come along even if you did not mention it.
  </Tab>

  <Tab title="Contextual">
    A **Contextual** memory is included when it fits the current conversation. A fact saved from a chat lands here. **Contextual (on demand)** is the same choice on the add form.
  </Tab>
</Tabs>

### Add a memory

<Steps>
  <Step title="Write the fact">
    Under **Add a memory manually**, type a short fact. **Add memory** stays off until the field has text. A password, a card number, or a medical detail is not saved.
  </Step>

  <Step title="Choose a category">
    **Preference** is something you like or how you want work done. **Identity** is who you are, such as a name or where you live. **Artifact reference** is a project, document, or tool you said you own, use, or work on.
  </Step>

  <Step title="Choose when it is used">
    Leave **Contextual (on demand)**, or choose **Always-on**.
  </Step>

  <Step title="Save it">
    Click **Add memory**. The fact appears in that list. The row shows the category and a confidence number. A memory you add is saved as certain.
  </Step>
</Steps>

<Note>
  If the list is full, remove a memory and add again. A duplicate of a fact already saved is not added a second time.
</Note>

### Change or remove a memory

**Make always-on** and **Make contextual** move a fact between the two lists. **Edit** changes the words and the category, then **Save**. **Cancel** leaves it as it was. **Remove** takes that one fact off the list. It does not ask you to confirm.

### Reset all memories

**Reset all** is off when the list is empty. Click it, then confirm **Reset all**. That removes every saved memory. It cannot be undone. It does not clear greeting history.

## Common questions

<PersonalizationPageFaq />
