# Project Details

The **Project Details** screen displays essential metadata about the selected project as well as a complete list of builds associated with it. It also offers controls for triggering new builds and navigating to settings.

<figure><img src="https://3333414532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIbwGN7KwvYi0iLbjtnXz%2Fuploads%2FPBqRU2UaN1mj1NTQlbJL%2Fproject-detail.png?alt=media&#x26;token=a1b68b27-d91a-4a73-a495-5601a31b6d90" alt=""><figcaption></figcaption></figure>

## <mark style="color:red;">1. Project Info</mark>

The **Project Info** section presents critical project metadata and actionable items that help developers quickly manage and access their environments.

<table><thead><tr><th width="145.671875">Field</th><th>Description</th></tr></thead><tbody><tr><td><strong>Icon</strong></td><td>Displays the app icon used in the mobile stores.</td></tr><tr><td><strong>Last Modified</strong></td><td>Shows the date of the latest update to the Akinon-managed repository.</td></tr><tr><td><strong>SSH URL</strong></td><td>Provides the SSH URL for cloning the project's repository. This is especially useful for developers who want to work on the codebase locally. You can copy this URL and use the <code>git clone</code> command as shown below.</td></tr></tbody></table>

**Example command:**

```bash
git clone <ssh-url>
```

In addition to displaying information, this section includes:

* A **"+ Create Build"** button to initiate a fresh build for the app.
* A **Settings** (⚙️) button to navigate to the project's configuration screen.

<figure><img src="https://3333414532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIbwGN7KwvYi0iLbjtnXz%2Fuploads%2F1w7O2KJj9wPunJo5tSyU%2Fproject-info.png?alt=media&#x26;token=c4f46551-0972-47dd-a118-cd514981c309" alt=""><figcaption></figcaption></figure>

## <mark style="color:red;">2. Builds</mark>

The **Builds** section provides visibility into all builds created for the project.

<figure><img src="https://3333414532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIbwGN7KwvYi0iLbjtnXz%2Fuploads%2F112fxPwiVW5ouuS0ex18%2Fproject-detail-build-list.png?alt=media&#x26;token=b8853e31-5746-41a5-b792-ebd44895631d" alt=""><figcaption></figcaption></figure>

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

You can narrow down the list using filters that help locate specific builds based on platform and store status:

* **Platform**: iOS, Android, or Huawei
* **Store Status**: Filter by the app’s current status in the store (e.g., Live, Approved)
* **Additional Filters**: Includes date, status, and other frequently used parameters for everyday operations.

<figure><img src="https://3333414532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIbwGN7KwvYi0iLbjtnXz%2Fuploads%2FbW2Tzg71kTbxe7Iw7pKU%2Fproject-detail-build-list-filter.png?alt=media&#x26;token=17617eae-cca3-4310-8a9b-9456ba66ea98" alt=""><figcaption></figcaption></figure>

### <mark style="color:red;">Build Statuses and Actions</mark>

Each build listed in the table comes with a set of statuses and potential actions. Here's what each status means:

<figure><img src="https://3333414532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIbwGN7KwvYi0iLbjtnXz%2Fuploads%2FO6nWv2I6ASRigmw2CIma%2Fproject-detail-build-list-list.png?alt=media&#x26;token=260cd991-6800-454d-b793-ffc653e06566" alt=""><figcaption></figcaption></figure>

#### <mark style="color:green;">**LIVE:**</mark>

Indicates that the build has been published to the app store. A build can only be marked as **Live** if the platform build process was completed successfully.

* To mark a build as Live, go to its detail page and confirm the action.

{% hint style="warning" %}
**Important:** Builds marked as Live cannot receive Force Updates.
{% endhint %}

#### <mark style="color:green;">**APPROVED:**</mark>&#x20;

When a new build is marked as Live, the previous Live build is demoted to **Approved** status.

* Approved builds can still be used for **CodePush** or **Force Update** operations unless locked.
* Use **Force Update** if you want all users to upgrade to the latest version in the store.

{% hint style="success" %}
**Tip:** To enforce usage of a newly released version, navigate to the approved build and apply a Force Update.
{% endhint %}

#### <mark style="color:red;">**FORCE UPDATE**</mark><img src="https://3333414532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIbwGN7KwvYi0iLbjtnXz%2Fuploads%2F2DhkCNxaRrnFndzfWen1%2Fimage.png?alt=media&#x26;token=63651106-8da9-4630-beb0-0650bcfb67cb" alt="" data-size="line"><mark style="color:red;">**:**</mark>

If a lock icon is displayed on an Approved build, it means that a **Force Update** has already been applied.

* Once a Force Update is active on a build, you cannot perform further **CodePush** or **Force Update** actions.

{% hint style="danger" %}
**Warning:** Force Update actions are **irreversible**, so be sure before applying them.
{% endhint %}
