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

# Tutorials

> Step-by-step tutorials for building applications with LanceDB

Explore tutorials organized by use case:

| Tutorial                                          | Description                                                                                   |
| :------------------------------------------------ | :-------------------------------------------------------------------------------------------- |
| [Search & advanced retrieval](/tutorials/search/) | Learn how to perform vector search and use advanced retrieval techniques.                     |
| [Agents](/tutorials/agents/)                      | Build Retrieval-Augmented Generation (RAG) applications and agents with LanceDB.              |
| [Working with tables in LanceDB](/tables/)        | Learn the basics of working with tables in LanceDB: creation, ingestion and schema evolution. |

## Recipes

If you're looking for ideas and hands-on code examples, we've worked on a collection of practical
projects in the repository linked below.

<Card icon="code" title="VectorDB recipes" href="https://github.com/lancedb/vectordb-recipes">
  Check out past code examples and tutorials [here](https://github.com/lancedb/vectordb-recipes)
  on GitHub.
</Card>
