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.How It Works
Adding to Shared Memory
Any user can add information for the whole team:Prompt
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
| Aspect | User Memory | Shared Memory |
|---|---|---|
| Who sees it | Only you | Everyone on your team |
| What to store | Your preferences, your projects | Team standards, shared knowledge |
| Example | ”I prefer concise responses" | "Our team uses TypeScript” |
| Persistence | Follows you across digital twins | Stays with this digital twin |
When there’s a conflict, your User Memory preferences typically take priority over Shared Memory—so you can still customize your experience while following team standards.
Managing Shared Memory
View What’s Stored
Ask your digital twin:Prompt
Prompt
Update Information
Prompt
Remove Outdated Information
Prompt
Best Practices
Start with the essentials
Add your team’s most important standards first—things everyone needs to know.
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