The private-vs-public question
Before the agent saves a memory it will ask you to choose visibility:- Private — the memory is visible only to you. Other people who use the same agent cannot see or retrieve it.
- Public — the memory is shared with everyone who has read access to the agent’s memory context.
What the agent can remember
The shape of a memory item is defined by the knowledge context the agent is connected to. Every memory includes a name, a description, and a surrounding context note that records why the fact was saved (for example, which question or topic triggered it). Depending on how the agent is configured, extra fields — such as category tags, a rating, or a project label — may also be filled in. These fields are set by whoever built the agent; you do not need to worry about them. What matters from your side is the visibility choice above.Where memories live
All memory items are written to the knowledge context the agent is configured to use as its memory store. You can find them in the Knowledge workspace:- Open Knowledge from the main navigation.
- Locate the context that the agent uses as its memory store (the agent’s name usually gives a hint).
- Browse, search, edit, or delete any item there.
You can only see your own Private memory items, and shared Public items. Private items created by other users are not visible to you.