# 2.1 Create your First Project

<figure><img src="/files/qvuGazs3PLoBL81IFHPg" alt="" width="563"><figcaption></figcaption></figure>

Let's get started with creating your new project:   <br>

1. Click on "**New Project**" on the Home screen. 
2. Name your Project to give it a clear and meaningful title. &#x20;
3. Select one of the following three template options:  \
   \
   **A. Blank Contract:** Create your product documentation from the ground up, tailoring it to your specific needs.  \
   \
   **B. Counter Contract:** Use a pre-coded template with predefined sections to simplify the documentation process. \
   \
    **C. Import Contract:** If you already have a contract stored locally in a .zip file, import it seamlessly into the platform. &#x20;
4. Click on “Create” and your Project is created!


---

# 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.nujan.io/2.-getting-started-with-ide/2.1-create-your-first-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.
