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

# Overview

> Learn how to get started with the Galileo sample projects that are included in every new account

When you create a new Galileo account or organization, you get a set of sample projects, pre-populated with Log streams, calculated metrics, and insights.

<img src="https://mintcdn.com/v2galileo/EJflor4xYHvmraya/getting-started/sample-projects/sample-project-list.webp?fit=max&auto=format&n=EJflor4xYHvmraya&q=85&s=d6b917fd1f77417dd0c5d1e7b83b5419" alt="A list of sample projects in a new organization" width="1330" height="269" data-path="getting-started/sample-projects/sample-project-list.webp" />

These projects are:

* [A simple terminal-based chatbot to chat with an LLM](/getting-started/sample-projects/simple-chatbot)
* [Preset Metric Examples to explore out-of-the-box metrics](/getting-started/sample-projects/preset-metric-examples)
* [A multi-agent banking chatbot with LangGraph](/getting-started/sample-projects/multi-agent)

You can use these sample projects to learn how to navigate Log streams, understand metrics, use insights, log your AI applications, or run experiments in code.

<CardGroup cols={2}>
  <Card title="Simple Chatbot" icon="message" horizontal href="/getting-started/sample-projects/simple-chatbot">
    Learn more about the simple chatbot sample project
  </Card>

  <Card title="Preset Metric Examples" icon="chart-bar" horizontal href="/getting-started/sample-projects/preset-metric-examples">
    Explore curated Log Streams for out-of-the-box metrics
  </Card>

  <Card title="Multi-Agent Banking Chatbot With LangGraph" icon="dollar-sign" horizontal href="/getting-started/sample-projects/multi-agent">
    Learn more about the multi-agent banking chatbot with LangGraph sample project
  </Card>
</CardGroup>
