> 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/skills-and-integrations/personal-wiki.md).

# Personal wiki

WhatsApp is already where a lot of your information lives. You forward links to yourself, send documents to your own chat, drop voice notes and screenshots you mean to come back to. It's the default place things land when you want to keep them — but they land as a stream, not a store. You save something and never find it again, and what you've kept piles up without ever adding up to anything.

Your personal wiki fixes that. Everything you hand Perisclaw becomes part of an organized knowledge base it reads, structures, and can answer from — the way a second brain should work. The more you put in, the more it knows.

## What you can do with it

### Save anything, in any form

A link, a document, a voice note, a number, a snippet, a half-formed thought. Tell Perisclaw to keep it and it does — no tagging, formatting, or filing on your part. Saving is as simple as forwarding a message.

{% hint style="info" %}
*Save these 5 articles on AI to my wiki*
{% endhint %}

### It organizes what you save

Your wiki isn't a flat pile of notes. Perisclaw structures what you give it and connects related entries, so a month of saved material becomes a body of knowledge rather than a backlog. That's the difference between a system that compounds and a folder that just fills up.

{% hint style="info" %}
*What do I have on my shopping list at the moment?*
{% endhint %}

### Get answers, not just notes

Ask a question in plain language and Perisclaw answers from across everything you've stored. It finds the right entry even when you've forgotten the exact wording, combines several when the answer spans more than one, and can surface something you saved weeks ago that turns out to matter now.

{% hint style="info" %}
*Look through my bookmarks and tell me which of these AI skills are best applicable to my org*
{% endhint %}

### It uses your wiki on its own

When you draft or ask for something that touches what you've saved, Perisclaw applies it without being told. A reply you ask it to write comes out already reflecting the facts you stored.

{% hint style="info" %}
*Draft a reply to the supplier confirming the terms*
{% endhint %}

### Review and edit anytime

Everything you've stored is yours to read back, change, or delete. Just ask, and Perisclaw shows you what it has and updates it on the spot.

{% hint style="success" %}
Your wiki sits alongside what Perisclaw remembers about [your contacts](/what-perisclaw-can-do/relationship-memory.md) and [your own preferences](/what-perisclaw-can-do/personal-memory.md) — and you can pull from all of it with one question. See [Search across everything](/what-perisclaw-can-do/search-across-everything.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/skills-and-integrations/personal-wiki.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.
