# Notes

URL: https://docs.testvibe.com/account-settings/notes

**Settings → Notes** holds two related lists for a project, both injected into generation context:

- **Project Notes** — durable notes you or the assistant write by hand: login quirks, navigation structure, domain vocabulary. They never contain selectors or secrets, and they stay until you change them.
- **Learned App Facts** — selector-free behavior TestVibe's agents discover automatically while driving your app: control quirks, timing, DOM shape. No one writes these by hand; they're captured as tests generate and expire when the app changes.
![The Notes settings panel](/assets/images/settings-memories-4ff663501dcec7753a505a9fb019019f.png)

## Manage Project Notes

1. Select **Settings** from the navigation rail.
2. Select **Notes** under Project.
3. Add, edit, or delete entries in the **Project Notes** list.

| Action | When to use it | Add | Seed knowledge the agent should always have — "the staging banner overlaps the nav on mobile", "use the SKU column, not the name, to identify products". | Edit | Correct an outdated note after the app changes. | Delete | Remove anything wrong or no longer true — a bad note actively misleads future generations. 

## Review Learned App Facts

The **Learned App Facts** list below Project Notes is read-only aside from delete — TestVibe's agents populate it as they explore and generate. Each fact shows a **Provisional** or **Verified** badge (verified once a later session confirms it still holds) and a category (Control, Interaction, Readiness, DOM shape, Data, Auth). Delete any fact that looks wrong so it stops steering future generations.

## Tips

- Keep notes short and factual; they are injected into generation context as-is.
- After a UI redesign, review both lists — stale notes and expired app facts are a common cause of degraded generation quality.

## Related Help

- [How AI generation works](/ai-generation/how-ai-generation-works)
- [Troubleshoot failed generation](/ai-generation/troubleshoot-failed-generation)
