> For the complete documentation index, see [llms.txt](https://docs.agentlabs.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agentlabs.dev/recipes.md).

# Recipes

- [Before we start](https://docs.agentlabs.dev/recipes/before-we-start.md): What you must know before using our recipes
- [Ping-Pong](https://docs.agentlabs.dev/recipes/ping-pong.md): Let's start with a ping pong
- [ChatGPT with LangChain](https://docs.agentlabs.dev/recipes/chatgpt-with-langchain.md)
- [Code Interpreter](https://docs.agentlabs.dev/recipes/code-interpreter.md): How to build an AI capable of generating and running code
- [Mutli-Agent with AutoGen](https://docs.agentlabs.dev/recipes/mutli-agent-with-autogen.md)
