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

# Public Directory

> Share your directory with members and the public.

## Your Public Directory URL

Every Rolio organization gets a public directory at: `https://www.getrolio.app/view/[your-slug]`

Find and share this link from **Admin → Overview**.

## Visibility Settings

Control what visitors see in **Admin → Settings → Public Directory**:

| Setting               | Default | Description                          |
| --------------------- | ------- | ------------------------------------ |
| Require login to view | Off     | Only authenticated members can view  |
| Show member bio       | On      | Display member's about text          |
| Show social links     | On      | Display social media links           |
| Show groups           | On      | Display group memberships            |
| Show birthday         | Off     | Month and day only, never birth year |
| Show phone number     | Off     | ⚠️ Enable only with member consent   |
| Show email address    | Off     | ⚠️ Enable only with member consent   |
| Show address          | Off     | ⚠️ Carefully consider privacy        |

## Member Login

Members can access the directory by verifying their email:

1. Member visits your public directory URL
2. Clicks **Member? Sign in**
3. Enters their email address
4. Receives a one-time access link (valid 24 hours)
5. Authenticated for 30 days

## Embed Widget

Add your directory to your existing website:

```html theme={null}
<iframe 
  src="https://www.getrolio.app/embed/your-slug" 
  width="100%" 
  height="600" 
  frameborder="0"
  title="Your Org Member Directory">
</iframe>
```

Copy this code from **Admin → Settings → Embed Directory**.
