# Create Project

**App Maker** is a powerful and user-friendly platform that enables users to easily create, configure, and publish mobile applications. This guide walks you through the process of initializing a new project on the App Maker platform—from accessing the dashboard to entering key project information and preparing your environment for development and version control integration.

{% hint style="warning" %}
If you're working on an existing project, you can skip the project creation steps and move directly to the development phase.
{% endhint %}

## <mark style="color:red;">Prerequisites</mark>

Before you begin, make sure you meet the following requirements:

* You have access to an active **App Maker** account.
* You have the appropriate **Partner-level permissions** to create a project.

{% hint style="danger" %}
If you do not yet have access, please reach out to the **Akinon team** for account setup support.
{% endhint %}

## <mark style="color:red;">Accessing the App Maker Platform</mark>

1. Navigate to the **App Maker platform** via your web browser.
2. Log in with your authorized credentials.
3. Once logged in, locate the navigation panel on the **left-hand side** of the screen.
4. Click on **“Projects”** menu to open the list of existing projects associated with your Partner account.

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

## <mark style="color:red;">Creating a New Project</mark>

To create a new mobile app project:

1. On the **Projects** page, click the **“+ Add New Project”** button (located in the top right corner).

   <figure><img src="/files/CUlDyS7tZ1TmHSKAkyRQ" alt=""><figcaption></figcaption></figure>
2. Fill in the required fields on the **Project Details** form:
   * **Project Name:** Enter a unique and descriptive name for your project. This is often the name of the brand or mobile application.
   * **Description:** Provide a clear and concise description of the project’s purpose. This helps identify the scope and context of the application.
3. After filling in the required fields, click the **“Create”** button.

   <figure><img src="/files/24njWqp4qjdkevPlVav5" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
**Behind the Scenes:** Once you click Create, App Maker begins setting up the project environment. This may take approximately **10–20 seconds**. When the setup is complete, you’ll be automatically redirected to the main project list, where your new project will now be visible.
{% endhint %}

## <mark style="color:red;">Exploring Project Details</mark>

Once your project is created, you can explore and configure it in more depth. The **Project Details** view is divided into two main sections:

<mark style="color:red;">**i. Project Info**</mark>

This section includes the core metadata about the project.

<mark style="color:red;">**ii. Builds**</mark>

The Builds table allows you to manage application builds generated from this project.

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

{% hint style="info" %}
These sections will be explained in greater detail in the upcoming [**Project Details**](/tutorials/app-maker/projects/project-details.md) documentation.
{% endhint %}


---

# 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.akinon.com/tutorials/app-maker/projects/create-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.
