Managing People
Atlas includes a built-in contact manager — a lightweight CRM that lives entirely in your vault. Everything you know about the people in your life is stored as plain markdown files, readable and editable by Atlas during any conversation.
The People Tab
Section titled “The People Tab”Open the People tab from the left sidebar to see all your contacts. Each person appears as a card showing their name, title, and company. Click a card to open the full contact record.
What You Can Store for Each Person
Section titled “What You Can Store for Each Person”| Field | Description |
|---|---|
| Name | Full name |
| Title | Job title or role |
| Company | Employer or organization |
| Role | Your relationship context (e.g., “client”, “mentor”, “colleague”) |
| Contact email | |
| Phone | Contact phone number |
| Location | City, region, or country |
| Tags | Labels for filtering (e.g., “investor”, “engineering”, “VIP”) |
| Relationships | Links to other people and organizations |
| Notes | Free-form notes — anything that doesn’t fit above |
None of these fields are required. Add as much or as little as is useful to you.
Adding People
Section titled “Adding People”There are two ways to add a new contact:
Through the UI: Click the + button in the People tab and fill in the form.
Through chat: Ask Atlas directly — “add John Smith to my contacts, he’s a product manager at Acme Corp” — and Atlas will create the record for you.
Where Contact Data Is Stored
Section titled “Where Contact Data Is Stored”Each person is saved as a markdown file at:
<vault>/atlas/network/people/{id}.mdAn index.json file in the same folder keeps a searchable index of all contacts. Because these are plain .md files, you can open, edit, or read them in any text editor or directly in the Files tab.
Searching and Filtering
Section titled “Searching and Filtering”Use the search bar in the People tab to find contacts by name, company, or any field. You can also filter by tags to show only contacts with a specific label — useful if you want to see all your “investors” or everyone tagged “London”.
Privacy Controls
Section titled “Privacy Controls”You can control whether your contacts are accessible to the AI in Settings > Privacy:
- Local AI access — allows Atlas to read your contacts when answering questions on your machine (recommended)
- Cloud AI access — controls whether contact details are sent to the cloud as part of AI conversations
Next: Organizations