# Get a Starter Kit

Abbey provides a number of official Starter Kits to help you get started quickly with services like AWS, Databricks, etc. In this tutorial, you'll learn where to find Starter Kits and how to set them up.

{% hint style="info" %}
For these steps, you'll be working in

* Github
  {% endhint %}

## Step 1: Clone the starter kit in Git

First, we'll create a new repo in your GitHub account based off our quickstart template repo.

1. Choose a starter kit from the list of [official starter kits](https://github.com/abbeylabs?q=abbey-starter-kit\&type=all\&language=\&sort=)
2. Click on **Use this template**

<figure><img src="/files/RNMf3iHnuA5g2prKMxT0" alt=""><figcaption></figcaption></figure>

3. Click on **Create a new repository** to create the repository
4. Fill out the **Repository name**
5. Click **Create repository**

Here's an example cloning the Abbey Quickstart Repository

<figure><img src="/files/9xSYGtwv3yciPQWeaMiM" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
:checkered\_flag: At this point, you should have a repository in your own GitHub account that is based off an Abbey starter kit
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.abbey.io/build-a-grant-kit/get-a-starter-kit.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
