> For the complete documentation index, see [llms.txt](https://docs.perisclaw.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.perisclaw.com/what-perisclaw-can-do/personal-memory.md).

# Personal memory

A good assistant is only as useful as how well it knows you. Someone who's worked with you for years knows how you speak to your boss versus your team, what you never want to be bothered with, and the rules you expect followed without being told. That depth is what makes an assistant feel like yours instead of generic — and it's exactly what personal memory gives Perisclaw.

Perisclaw learns how you work and applies it across every chat and session.

## What it learns

* **How you talk to different people.** The way you write to your mom, in a friends' group, and to a colleague are all different. Perisclaw learns these differences and matches the right tone for whoever you're talking to.
* **From your edits.** Shorten a draft once and it keeps them short. Adjust the tone and it remembers — so over time your drafts come out right without correction.
* **Your standing rules and preferences.** *"Don't ping me before 10am,"* *"no emojis for the Board group,"* *"always draft in the first person"* — these get stored and applied everywhere.
* **Your shorthand.** Tell it once that "the boss" is Rahul, or that "the standup" is a particular group, and it knows who and what you mean from then on.

![Perisclaw confirming it has noted a preference to avoid Friday afternoon meetings, updated the profile, and offering to block that time as deep work going forward](/files/LMDs208qnXcY7ApFsLMJ)

## The more you use it, the better it gets

Each preference Perisclaw stores is one you never have to give again. It needs less correction over time, and it grows more like you the more you use it — until your assistant simply gets it.

## How to use it

Just tell Perisclaw what to remember (or forget) in plain language:

* *"Remember that 'the boss' refers to @contact."*
* *"Never use emojis when drafting for the 'Board Members' group."*
* *"Always keep my replies to @contact crisp and direct."*
* *"Forget the rule about drafting in the third person."*

{% hint style="info" %}
Personal memory is about **you** — your tone, rules, and shorthand. For what Perisclaw remembers about the people you talk to, see [Relationship memory](/what-perisclaw-can-do/relationship-memory.md).
{% endhint %}


---

# 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:

```
GET https://docs.perisclaw.com/what-perisclaw-can-do/personal-memory.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.
