> 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/relationship-memory.md).

# Relationship memory

WhatsApp and email are a constant stream of small updates about the people in your life. A colleague mentions a new role, a friend says they had a baby, a relative is moving cities. These land scattered across dozens of conversations, and they're easy to lose track of — and they matter most at one specific moment: the next time you see or speak to that person. Which is usually exactly when the detail has slipped your mind.

Relationship memory fixes that. Perisclaw notices what's happening in people's lives and brings it back to you right when you need it.

## What Perisclaw keeps track of

* **It picks up life updates automatically**, across your chats and email. When a colleague mentions a new role or a friend mentions a baby, Perisclaw records it against that person — you never have to log anything.
* **It keeps each contact's details current** — role, company, email, birthday — pulled from your conversations and kept in their profile.
* **It remembers how you deal with each person** — who prefers a text over a voice note, who not to call after 6.
* **It can sync to your Google Contacts**, so the professional details — email, role, company — stay up to date in your address book too.

![Perisclaw confirming it has updated a contact's profile with their role, email, and a preference note, and offering to sync the details to Google Contacts](/files/W8KEp7PhZmZMx6DnglnS)

## Where this shows up

Relationship memory works on its own, so most of the time you don't have to ask for it. When you have someone coming up in your day, the context surfaces in your [digests](/getting-started/using-perisclaw.md) as a gentle nudge — who you're meeting, and what's new with them since you last spoke:

* *"You're seeing Maya at 4 — she just started a new job."*
* *"Dinner with AJ tomorrow. He had a baby last month — you might want to wish him."*

## Ask any time

You can also pull up what Perisclaw knows, or add and correct details, whenever you like:

* *"What do we know about @contact?"*
* *"Add <sarah@example.com> to @contact's profile."*
* *"Remember AJ had a baby last month."*
* *"@contact prefers texts over calls — don't ring them after 6."*

{% hint style="info" %}
Relationship memory is about the people you talk to. For what Perisclaw learns about **you** — your tone, your rules, your shorthand — see [Personal memory](/what-perisclaw-can-do/personal-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/relationship-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.
