# Login & Create a Project

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

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

### Login to Monday Hero

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

![Log in to Monday Hero.](/files/-MGgwOHAQOgdACtuYS3j)

{% 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 to Forgot Password page and you'll receive an email to reset your password.
{% endhint %}

### Create an iOS/Android Project

When you logged in successfully, you will see the projects page. On this page, you can create one and see your projects. To create your first project, click the '**+**' button, and **select a project type**. Available project types are iOS and Android (Beta). To complete creating your first project, **enter a project name**, and click the **Create** button like it's shown below.

![](/files/-MFUp7la7hhZRhPa2yhy)

Click the project and you will see the **No Screens Added To Project** screen. You'll have an empty project:

![No Screens Added to Project Page.](/files/-MFUrmZH-di_u3rDPsc_)

{% hint style="info" %}
Android is now in Private Beta and you need beta access to create your projects. You can join our [Slack via this link](https://bit.ly/SlackMondayHero) and introduce yourself in **#android-beta-request** channel to get access to the private beta.&#x20;
{% endhint %}

To continue, [**export your design** ](/v1-mac-app/getting-started/import-sketch-adobe-xd-design-into-monday-hero.md)from Sketch or [**invite your teammate/designer**](/v1-mac-app/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/v1-mac-app/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.
