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

# Overview

> Control who can access your persona

## Visibility control

Visibility controls who can interact with your persona. It's the top-level access setting that determines if anyone can find and chat with your persona.

## Three visibility levels

<CardGroup cols={3}>
  <Card title="Public">
    Anyone can visit your persona page and chat. They see only public memories.
  </Card>

  <Card title="Groups only">
    Only you and group members can access your persona. Group members see public + group memories.
  </Card>

  <Card title="Private">
    Only you have access. Your persona is not accessible to anyone else.
  </Card>
</CardGroup>

## Memory access

Visibility and memory access work together:

* **Persona visibility** controls who can access your persona
* **Memory access** controls what they see when they access it

Example:

* Persona is **Public** → anyone can chat, but they only see **public memories**
* Persona is **Groups only** → only group members can chat, and they see **public + their group memories**
* Persona is **Private** → only you can access everything
