# Manage what your agents have learned with full CRUD

> AgentOS now exposes create, read, update, and delete endpoints for learnings, giving you direct control over what an agent has learned instead of treating that store as write-only.

- Published: 2026-06-12
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/manage-what-your-agents-have-learned-with-full-crud
- Markdown: https://agno-com-nine.vercel.app/articles/manage-what-your-agents-have-learned-with-full-crud.md

AgentOS now exposes create, read, update, and delete endpoints for learnings, giving you direct control over what an agent has learned instead of treating that store as write-only. You can list and filter records, edit a specific one, or delete a user's learnings outright, so correcting or clearing what an agent knows no longer means reaching into the database by hand. The `/learnings` endpoints turn on automatically once you enable learning on an agent and serve it through AgentOS.

Learn more about [managing learnings](https://docs.agno.com/agent-os/learnings/manage-learnings) in the docs.
