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

# Download Recipes

Recipes help you learn how to solve common problems with Apache Pinot.

To download Apache Pinot recipes, do one of the following:

* Clone the  repository using SSH
* Clone the  repository using HTTPS
* If you **don't have a Git client** or **don't want to clone** the repository, [click to download a zip file](https://github.com/startreedata/pinot-recipes/archive/refs/heads/main.zip) that contains the recipes.

### Clone the `pinot-recipes` repository using SSH

To clone the `pinot-recipes` repository using SSH, do the following:

1. Set up SSH keys associated with your GitHub account on your local machine. For more information, see [Connecting to GitHub with SSH](https://docs.github.com/en/authentication/connecting-to-github-with-ssh).
2. Run the following command:

```bash theme={null}
 git clone git@github.com:startreedata/pinot-recipes.git
```

### Clone the `pinot-recipes` repository using HTTPS

To clone the `pinot-recipes` repository using HTTPS, do the following:

1. Run the following command:

```bash theme={null}
 git clone https://github.com/startreedata/pinot-recipes.git
```

2. At the prompt, enter your GitHub username and a personal access token. If you forgot your GitHub username, see [Remembering your GitHub username or email](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/remembering-your-github-username-or-email).
   If you need a personal access token, see [Creating a personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token).
