> For the complete documentation index, see [llms.txt](https://docs.akinon.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.akinon.com/tutorials/app-maker/projects.md).

# Projects

## Projects

The **Projects** page is the main dashboard for managing all mobile application projects created under your organization in **App Maker**. From this page, you can:

* View existing projects
* Navigate to project settings
* Create new projects
* Monitor recent activity
* Filter and sort your projects efficiently

All the projects you’ve created or have access to are listed here as **Project Cards**. Each card contains essential information about the associated mobile app, including its platform versions, icons, and activity logs.

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

Each project appears as a **card** containing interactive elements and metadata for quick reference. Let’s break down each element:

<mark style="color:blue;">**Icon**</mark>

The app icon shown is the one configured for the **Apple App Store** and **Google Play Store**. It updates automatically if changed within the app configuration.

<mark style="color:orange;">**Project Name**</mark>

The name you assigned during project creation.

{% hint style="info" %}
Project names **cannot** be changed once set.
{% endhint %}

<mark style="color:purple;">**Last Activity Date**</mark>

Displays the most recent activity within the project.

This includes:

* Edits to configuration
* Initiating new builds or CodePush operations

You can use this date to track project freshness or for sorting purposes.

<mark style="color:green;">**Settings (**</mark>**⚙️**<mark style="color:green;">**)**</mark>

Click the **Settings** icon on the card to access the full configuration menu for that project.

<mark style="color:red;">**Metadata**</mark>

Each project card displays platform-specific metadata (for **iOS**, **Android**, and **Huawei**). Each line in this section includes **three columns**:

<table><thead><tr><th width="133.7109375">Field</th><th width="147.09765625">Example</th><th>Description</th></tr></thead><tbody><tr><td><strong>1</strong><sup><strong>st</strong></sup><strong> Column</strong></td><td><code>5.0.0</code></td><td>The Project Environment version (i.e., the build runtime version)</td></tr><tr><td><strong>2</strong><sup><strong>nd</strong></sup><strong> Column</strong></td><td><code>3.0.0</code></td><td>The Store Version of the application</td></tr><tr><td><strong>3</strong><sup><strong>rd</strong></sup><strong> Column</strong></td><td><code>v5.0.0-3.0.0</code></td><td>The Git tag of the current build, combining the environment and store version</td></tr></tbody></table>

### <mark style="color:red;">Filters and Sorting</mark>

You can use the filtering system at the top of the project list to find specific projects quickly.

**Filter by Name**

Instantly search for a project by typing its name.

**Sort Projects**

Projects can be sorted based on two criteria:

* **Alphabetically** (A–Z)
* **Last Activity Date** (most recent first)

{% hint style="warning" %}
Your selected sorting preference will remain in effect for the duration of your session.
{% endhint %}

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

To create a new project, simply click the **“+ Add New Project”** button located the top-right corner of the page. This will take you to the project creation screen.

{% hint style="success" %}
For step-by-step instructions, refer to the [**Create Project**](/tutorials/app-maker/projects/create-project.md) documentation.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.akinon.com/tutorials/app-maker/projects.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
