---
title: Cookbooks | Developer Documentation
---

We’ve gathered a number of cookbooks for LlamaCloud in one place for your convenience. Our LlamaCloud Services repo has even more examples and notebooks not included here; check out:

- [LlamaParse examples](https://github.com/run-llama/llama_cloud_services/tree/main/examples/parse)
- [LlamaExtract examples](https://github.com/run-llama/llama_cloud_services/tree/main/examples/extract)
- [LlamaCloudIndex examples](https://github.com/run-llama/llama_cloud_services/tree/main/examples/index)

## Starter Notebooks

- [Parse your first document](https://github.com/run-llama/llama_cloud_services/blob/main/examples/parse/demo_basic.ipynb)
- [Create your first extraction agent](https://github.com/run-llama/llama_cloud_services/blob/main/examples/extract/resume_screening.ipynb)
- [Index, search, and chat over your data](https://github.com/run-llama/llama_cloud_services/blob/main/examples/index/getting_started.ipynb)

## Advanced Notebooks

- [Use MultiModal Parsing/Indexing](https://github.com/run-llama/llama_cloud_services/blob/main/examples/parse/demo_advanced.ipynb)
- [Tour of the JobResult object in LlamaParse](https://github.com/run-llama/llama_cloud_services/blob/main/examples/parse/demo_json_tour.ipynb)
- [Asset fund analysis with LlamaExtract](https://github.com/run-llama/llama_cloud_services/blob/main/examples/extract/asset_manager_fund_analysis.ipynb)
