> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agno.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Quickstart

> This directory contains Agno knowledge cookbook examples for 01_quickstart.

| Example                                                                                     | Description                                                                                       |
| ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
| [From Path](/examples/knowledge/quickstart/from-path)                                       | Demonstrates loading knowledge from a local file path using sync and async inserts.               |
| [From URL](/examples/knowledge/quickstart/from-url)                                         | Demonstrates loading knowledge from a URL using sync and async inserts.                           |
| [From Topic](/examples/knowledge/quickstart/from-topic)                                     | Demonstrates loading topics from Wikipedia and Arxiv using sync and async operations.             |
| [From Multiple Sources](/examples/knowledge/quickstart/from-multiple)                       | Demonstrates loading knowledge from multiple paths and URLs using sync and async operations.      |
| [From YouTube](/examples/knowledge/quickstart/from-youtube)                                 | Demonstrates loading knowledge from a YouTube URL using sync and async inserts.                   |
| [From S3](/examples/knowledge/quickstart/from-s3)                                           | Demonstrates loading knowledge from S3 remote content using sync and async inserts.               |
| [From GCS](/examples/knowledge/quickstart/from-gcs)                                         | Demonstrates loading knowledge from GCS remote content using sync and async inserts.              |
| [Include And Exclude Files](/examples/knowledge/quickstart/include-exclude-files)           | Demonstrates include and exclude filters when loading directory content into knowledge.           |
| [Remove Content](/examples/knowledge/quickstart/remove-content)                             | Demonstrates removing knowledge content by id and clearing all content, with sync and async APIs. |
| [Remove Vectors](/examples/knowledge/quickstart/remove-vectors)                             | Demonstrates removing vectors by metadata and by name using sync and async insert flows.          |
| [Skip If Exists](/examples/knowledge/quickstart/skip-if-exists)                             | Demonstrates skip-if-exists behavior for repeated knowledge inserts with sync and async APIs.     |
| [Skip If Exists With Contents DB](/examples/knowledge/quickstart/skip-if-exists-contentsdb) | Demonstrates adding existing vector content into a contents database using skip-if-exists.        |
| [Specify Reader](/examples/knowledge/quickstart/specify-reader)                             | Demonstrates setting a specific reader during knowledge insertion with sync and async APIs.       |
| [Text Content](/examples/knowledge/quickstart/text-content)                                 | Demonstrates adding direct text content to knowledge using sync and async APIs.                   |
| [Batching](/examples/knowledge/quickstart/batching)                                         | Demonstrates knowledge insertion with batch embeddings using sync and async APIs.                 |
| [Knowledge Instructions](/examples/knowledge/quickstart/knowledge-instructions)             | Demonstrates disabling automatic search-knowledge instructions on an agent.                       |
| [Isolate Vector Search](/examples/knowledge/quickstart/isolate-vector-search)               | When multiple Knowledge instances share the same vector database, you can use.                    |
