> For the complete documentation index, see [llms.txt](https://docs.abbey.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.abbey.io/build-a-grant-kit/create-a-grant-kit.md).

# Create a Grant Kit

The [Grant Kit](/reference/grant-kits.md) is the core building block for Abbey. In order to create your first Grant Kit, you can clone one of our [Starter Kits](/build-a-grant-kit/get-a-starter-kit.md) or you can follow the steps below and use our Grant Kit Builder.&#x20;

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

* GitHub Web IDE (github.dev)
* Abbey App
  {% endhint %}

## Step 1: Navigate to Grant Kit Builder

Go to **Resources** page at <https://app.abbey.io/resources> and click on the **+ New Resource** button. Or go directly to <https://app.abbey.io/resources/new>.

<figure><img src="/files/LMlda59TU5R3Mb0KDi9H" alt=""><figcaption><p>Click on the <strong>+New Resource</strong> button</p></figcaption></figure>

## Step 2: Fill Out the Form

Fill out the form. Please note that the **Copy** button at the bottom right will stay disabled until all the required fields have been filled.

<figure><img src="/files/7wWxELNFsgCVmSTCXgYt" alt=""><figcaption></figcaption></figure>

## Step 3: Copy

Once all the required fields have been filled out and the **Copy** button is enabled, you can click it to copy the Grant Kit to your clipboard. Copy the grant kit block into your Terraform repo.

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

Follow instructions in [Deploy Your Grant Kit](/build-a-grant-kit/deploying-your-grant-kit.md) next.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/create-a-grant-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.
