> For the complete documentation index, see [llms.txt](https://docs.earthindex.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.earthindex.ai/getting-started/starting-a-new-project.md).

# Starting a new project

Once you’ve finished setting up your account, you can start a new project! On the homepage of Earth Index, click on the :heavy\_plus\_sign: to start a new project.\ <br>

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

\
A window will pop-up allowing you to enter details about your project.

There are four fields to complete before creating your project:

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

1. **Name**: Give the project a name relevant to the work you'll be doing.&#x20;
2. **Description:** Optionally, add a description that briefly covers a little more context about your work in this project.
3. **Area of Interest (AOI):** Use the map to draw an area you want to run your search in.&#x20;
   1. Click the '**Define Area of Interest**' button.
   2. Follow the on screen instructions but start by clicking '**Draw a Rectangle**' button then click on the map and drag to draw a bounding box of your AOI.
   3. If your area is too large (max 900,000 sq km) then you can click '**Reset Drawing**' to draw again.
   4. Once you have a valid AOI, you can click '**I'm Finished**' to finish the drawing step
4. **Time Period:** Select between 2024 or 2025 global imagery to search against.&#x20;
5. After you've entered all the details, click on '**Create Project'** in the bottom right to start exploring!

Watch this video if you need help!

{% embed url="<https://drive.google.com/file/d/1Bb7jUTsQgBem5DUFNPKEzIZ95Y46zOBY/view?usp=drive_link>" %}


---

# 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.earthindex.ai/getting-started/starting-a-new-project.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.
