> 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/project-details.md).

# Project Details

<table><thead><tr><th width="145.671875">Field</th><th>Description</th></tr></thead><tbody><tr><td><strong>Name</strong></td><td>The project's display name.</td></tr><tr><td><strong>Slug</strong></td><td>The project's URL-safe identifier.</td></tr><tr><td><strong>Architecture</strong></td><td><code>managed</code> or <code>bare</code>.</td></tr><tr><td><strong>Project Status</strong></td><td>Active, Inactive, or Draft.</td></tr><tr><td><strong>Created At</strong></td><td>When the project was created.</td></tr><tr><td><strong>Last Activity Date</strong></td><td>When the project was last active.</td></tr></tbody></table>

<table><thead><tr><th width="160">Field</th><th>Description</th></tr></thead><tbody><tr><td><strong>Repository Name</strong></td><td>The name of the Akinon-managed repository.</td></tr><tr><td><strong>HTTP Clone URL</strong> / <strong>SSH Clone URL</strong></td><td>The two clone URLs for the repository, each individually copyable.</td></tr><tr><td><strong>Latest Commit Date</strong></td><td>When the most recent commit was made.</td></tr><tr><td><strong>Latest Commit Id</strong></td><td>The SHA of the most recent commit.</td></tr><tr><td><strong>Latest Commit Message</strong></td><td>The most recent commit's message.</td></tr><tr><td><strong>Commit Author Email</strong></td><td>Who authored the most recent commit.</td></tr></tbody></table>

<table><thead><tr><th width="130">Field</th><th>Description</th></tr></thead><tbody><tr><td><strong>Environment</strong></td><td>The build runtime version currently live for that platform.</td></tr><tr><td><strong>Store</strong></td><td>The version currently published in the store for that platform.</td></tr></tbody></table>

Clicking into a project from the [Projects](/tutorials/app-maker/projects.md) list opens the **Dashboard** — the project's entry point. It gives a one-screen overview of the project's identity, its repository, the current published versions per platform, recent deployment activity, and success/failure trends, arranged in three columns.

Drag a card by the grip in its header to reorder it, including across columns — your layout is remembered. Use the **reset** link to put every card back in its default position.

{% hint style="info" %}
Project-level configuration (credentials, environment variables, webhooks, general settings) lives on a separate **Settings** screen, reached via the gear icon in the top-right corner. See [Settings](/tutorials/app-maker/projects/settings.md).
{% endhint %}

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

The project's own identity, independent of its git repository:

<table><thead><tr><th width="145.671875">Field</th><th>Description</th></tr></thead><tbody><tr><td><strong>Name</strong></td><td>The project's display name.</td></tr><tr><td><strong>Slug</strong></td><td>The project's URL-safe identifier.</td></tr><tr><td><strong>Architecture</strong></td><td><code>managed</code> or <code>bare</code>.</td></tr><tr><td><strong>Project Status</strong></td><td>Active, Inactive, or Draft.</td></tr><tr><td><strong>Created At</strong></td><td>When the project was created.</td></tr><tr><td><strong>Last Activity Date</strong></td><td>When the project was last active.</td></tr></tbody></table>

Long values (like Slug) truncate — hover to see the full value, and use the copy icon next to a value to copy it in full.

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

Everything about the project's managed git repository and its latest commit:

<table><thead><tr><th width="160">Field</th><th>Description</th></tr></thead><tbody><tr><td><strong>Repository Name</strong></td><td>The name of the Akinon-managed repository.</td></tr><tr><td><strong>HTTP Clone URL</strong> / <strong>SSH Clone URL</strong></td><td>The two clone URLs for the repository, each individually copyable.</td></tr><tr><td><strong>Default Branch</strong></td><td>The repository's <code>main</code> branch, if it has one — a dash otherwise.</td></tr><tr><td><strong>Latest Commit Date</strong></td><td>When the most recent commit was made.</td></tr><tr><td><strong>Latest Commit Id</strong></td><td>The SHA of the most recent commit.</td></tr><tr><td><strong>Latest Commit Message</strong></td><td>The most recent commit's message.</td></tr><tr><td><strong>Commit Author Email</strong></td><td>Who authored the most recent commit.</td></tr></tbody></table>

Click **Commits** in the card's footer to open the full [commit history and diff viewer](/tutorials/app-maker/projects/commits.md) for this repository.

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

The version currently published per platform (iOS, Android, Huawei — only platforms with published version data are shown), for the selected environment:

<table><thead><tr><th width="130">Field</th><th>Description</th></tr></thead><tbody><tr><td><strong>Environment</strong></td><td>The build runtime version currently live for that platform.</td></tr><tr><td><strong>Store</strong></td><td>The version currently published in the store for that platform.</td></tr></tbody></table>

Use the **Production** / **Staging** dropdown in the card header to switch which environment's versions are shown. Hover the trailing target glyph to see that platform's Git tag.

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

Four pies — one per iOS, Android, and Huawei builds, plus CodePush — breaking down how many deployments in the selected time window succeeded versus failed. Use the dropdown in the card header to change the time window (**Today**, **Last 1 Week**, **Last 1 Month**, **Last 3 Months**, **Last 6 Months**).

Only completed outcomes (Success/Failed) are charted — deployments still in progress or canceled are not counted.

## <mark style="color:red;">Latest Builds, Latest Code Push, Latest Distributions</mark>

Three cards showing the five most recent records of each kind, newest first. Each row shows the platform, a Tag (where applicable), a kind-specific value column (e.g. Store version), and a status glyph.

* Hover a row for its full detail (versions, timestamps, artifact size, release notes) in a popover. A failed build or code push also offers a log-download control from its popover.
* Click a row to open its detail page.
* **Latest Builds** — use **+ Create Build** to start a new build, or **View Builds** to open the full [build list](/tutorials/app-maker/build-and-distribute/deploy-project.md).

These three cards auto-refresh: they poll every 10 seconds while any row is still pending or deploying, and stop once nothing is in progress.


---

# 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/project-details.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.
