# Simplify integrations with synchronous Knowledge operations

> Knowledge add_content_ methods now support true synchronous execution. This removes the async-only limitation, making it straightforward to integrate content ingestion into synchronous services and…

- Published: 2025-12-09
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/simplify-integrations-with-synchronous-knowledge-operations
- Markdown: https://agno-com-nine.vercel.app/articles/simplify-integrations-with-synchronous-knowledge-operations.md

Knowledge add_content\_ methods now support true synchronous execution. This removes the async-only limitation, making it straightforward to integrate content ingestion into synchronous services and batch jobs without event loop management or architectural workarounds.

Details:

- Synchronous parity with existing async methods for consistent behavior
- Drop-in for frameworks and environments that don’t use async
- No migration steps required

Who this is for: Backend teams building on synchronous frameworks and data pipelines that need reliable, easy-to-use Knowledge ingestion.
