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

# Project Creation

Once you have verified your applicant is Eligible, the next step is to set up a new Project to allocate and track funds. Below are the steps to create a project in BuilderTek.

{% stepper %}
{% step %}

## Open BT Projects

<figure><img src="/files/NTukPZ9xTonjtYODjtZe" alt="" width="339"><figcaption></figcaption></figure>

* From your dashboard, navigate to the dropdown menu near the main menu button, or use the search bar to locate the module.
* Search for and select "BT Projects" to open the Projects dashboard.
  {% endstep %}

{% step %}

## Create a New Project

On the BT Projects dashboard, click on the "New" button to create a new project.

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

<div align="left"><figure><img src="/files/4bfEtJoeNOOwYGBNBcwC" alt="" width="375"><figcaption></figcaption></figure></div>

Enter the required project details, including:

* Project Name
* Contract Signed Date
* Any additional relevant information

Once all details are entered, click "Save" to create the project.
{% endstep %}
{% endstepper %}

## Outcome

Your new project is now created and ready for setup.

<figure><img src="/files/2egVLIViqPrhBVIRNrRT" alt=""><figcaption></figcaption></figure>

You can now proceed to configure the remaining project components, such as creating a budget and allocating funds to individual budget lines, as covered in the next section.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.buildertek.com/projects/project-creation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
