What is Shared Memory?
Shared Memory is like a team bulletin board for your digital twin. When someone adds information to Shared Memory, everyone using the same digital twin can benefit from it.Your twin also keeps Long-term Memory — what it picks up on its own as you talk. It works alongside this, and does not replace it.
How It Works
Adding to Shared Memory
A twin admin can add information for the whole team:Prompt
Writing to Shared Memory is an admin capability. If a regular member asks the twin to “remember for the team,” the fact is saved to their own personal memory instead — it won’t reach other members. Every member’s conversations still read Shared Memory automatically.
Using Shared Memory
When someone asks a related question later, the digital twin automatically uses the shared information:Prompt
Response
Real-World Examples
Development Teams
Development Teams
What to store:
- Coding standards and style guides
- Approved libraries and frameworks
- Code review requirements
- Deployment procedures
“Remember for the team: We use TypeScript for all new projects, React 18 for frontend, and require ESLint checks to pass before commits.”Now every developer gets consistent guidance without having to repeat these standards.
Documentation Teams
Documentation Teams
What to store:
- Style guide preferences
- Template structures
- Terminology standards
- Brand voice guidelines
“Remember for the team: API documentation should always include authentication examples and use professional but friendly language.”Every writer now produces consistent documentation.
Support Teams
Support Teams
What to store:
- Common troubleshooting steps
- Escalation procedures
- Product knowledge
- FAQ responses
“Remember for the team: For billing issues, always verify the customer’s last payment date and subscription tier before troubleshooting.”All support agents follow the same process.
Educational Institutions
Educational Institutions
What to store:
- Course policies
- Grading rubrics
- Resource lists
- Institutional guidelines
“Remember for all users: Late assignments lose 10% per day, maximum 3 days late.”All students and instructors get consistent policy information.
Shared Memory vs User Memory
Both kinds of memory are given to the digital twin as context — your personal preferences and the team’s shared standards work together, so you can still customize your experience while following team standards.
Who can edit what
Every shared entry records who added it. Authors can always edit or delete the shared entries they created themselves; editing or removing entries added by someone else requires edit rights on the Digital Twin. Personal memories that were never created inside the twin can’t be turned into shared ones. Admins can also manage shared entries outside of chat: open the Memory panel (avatar menu → Memory) to browse, search, edit, share, and delete entries directly. Regular members see only their own personal entries in that panel — shared entries work for them in conversation without appearing there.Managing Shared Memory
Any member can view shared memory in conversation; the update and remove prompts below apply to twin admins.View What’s Stored
Ask your digital twin:Prompt
Prompt
Update Information
Prompt
Remove Outdated Information
Prompt
Best Practices
1
Start with the essentials
Add your team’s most important standards first—things everyone needs to know.
2
Be specific
“Use TypeScript for new projects” is better than “Use good practices.”
3
Keep it current
Review shared memory periodically to remove outdated information.
4
Don't over-store
Only add information that truly benefits the whole team. Personal preferences belong in User Memory.
Technical Details for Administrators
Technical Details for Administrators
Storage Architecture
Shared Memory uses key-value storage organized by namespaces:Tool-Based Access
Reading shared memory:Namespace Organization
Organize parameters into logical categories:company_standards— Organization-wide policiestechnical_stack— Approved technologiescompliance_rules— Regulatory requirementsdocumentation_standards— Writing conventions