# Log In & Create a Project

## The first step of Design to Code&#x20;

A project in Monday Hero contains everything you need to create the UI for your app, from designs to layout code, components, chats with Hero Assistant, assets, colors, and fonts. Monday Hero automatically converts the designs uploaded into mobile code. This page provides a summary of how to log in and create your first project.

### Log in to Monday Hero

When you launch the app, you will see the login pop-up shown below. You can easily sign in to Monday Hero using the email and password you created during [the sign-up ](https://app.mondayhero.io/signup)process.

<div data-full-width="false"><figure><img src="/files/d9WR2vHtwbwiQCZZQbZg" alt=""><figcaption><p>Log in to Monday Hero.</p></figcaption></figure></div>

{% hint style="info" %}
If you have login issues, you can reset your password by clicking the 'Forgot Password' button. Enter the email address you used to register with Monday Hero on the 'Forgot Password' page, and you will receive an email to reset your password.
{% endhint %}

### Create an iOS Project

When you log in successfully, you will see the projects page. On this page, you can create a new project and view your existing projects. To create your first project, click the '**Create New Project**' button and select a project type. Available project types are Swift (iOS) and Flutter for both iOS and Android. To complete the creation of your first project, enter a project name and click the '**Create**' button as shown below.

<figure><img src="/files/VOCd0D5uaDyv5V2y5ks0" alt=""><figcaption><p>No Project Screen</p></figcaption></figure>

<figure><img src="/files/V2GEFnxK44yKZPIyJ1xk" alt=""><figcaption><p>Create a New Project Screen</p></figcaption></figure>

Congratulations! You have successfully created your first project. To import your screens, follow the instructions [here](/getting-started/import-design-files-into-monday-hero.md). If there are no designs in your project yet, you will see this page:

<figure><img src="/files/gtna5cWQAZcU3NEGV3Fa" alt=""><figcaption><p>Add Design to Your Project</p></figcaption></figure>

To continue, [**import your design**](/getting-started/import-design-files-into-monday-hero.md) and/or [**invite your teammate/designer**](/getting-started/manage-team-developer-designer-role.md#invite-your-team-members-to-monday-hero) to your project.


---

# 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://learn.mondayhero.io/getting-started/login-create-project-in-monday-hero.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.
