> For the complete documentation index, see [llms.txt](https://docs.loci-dev.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.loci-dev.net/loci-inspector/create-project.md).

# Create Project

## Create New Project

In order to start using LOCI you must create a project (or work on an existing project in the LOCI Dashboard).

{% stepper %}
{% step %}

### Enter the project manually

* Enter Project Name: Enter your Project Name manually.
* Select Architecture manually
* Enter Project Description: Any details relevant and important for the project.

<figure><img src="/files/EsC0UKn1Gl47jDE6vbCi" alt=""><figcaption><p><em>Create a project</em></p></figcaption></figure>

<figure><img src="/files/SZ1GZlk1W413mHy5MGVv" alt=""><figcaption><p><em>Create a new project</em></p></figcaption></figure>
{% endstep %}

{% step %}

### Link the project automatically for a GitHub Repository

By providing the GitHub repository link, the project is directly linked to the corresponding GitHub repository, enabling seamless integration with pull requests and commits. Once connected, LOCI automatically analyzes changes as they are introduced, ensuring continuous, execution-aware feedback without additional manual setup.

<figure><img src="/files/Toip2cG8AGkI0jAoF2Hx" alt=""><figcaption><p><em>Link the project from a GitHub Repo</em></p></figcaption></figure>

<figure><img src="/files/SZ1GZlk1W413mHy5MGVv" alt=""><figcaption><p><em>Link a new project</em></p></figcaption></figure>
{% endstep %}

{% step %}

### Create the project

Create the new project by clicking the “Submit” button.

<figure><img src="/files/eIbSeThJhhXTWPjfqRw9" alt=""><figcaption><p><em>Create the project in LOCI</em></p></figcaption></figure>
{% endstep %}

{% step %}

### The project appears in the list

After the project is created it appears under the Projects list on the sidebar where all projects are listed. When the project is linked to its GitHub repository, the GitHub icon is displayed as enabled in the top-right corner, indicating an active connection.

<figure><img src="/files/23z5t3CW1573EMesGcG8" alt=""><figcaption><p><em>Verify the project is created</em></p></figcaption></figure>
{% endstep %}
{% endstepper %}

***

## Upload New Version in the Project

To upload a new software version for a project, provide the following information and start the upload.

{% stepper %}
{% step %}

### Provide version details

#### Manually created prjects

* Enter Version Name
* Upload Binary
* Select version to compare (if there is any)
* Select the architecture

![Enter Project Version details](/files/e35cecfe6c4bf2014915188f848bf5d6dea00050)
{% endstep %}

{% step %}

#### Automatically linked projects from a GitHub Repository

Since these projects are automatically connected to LOCI, pull requests from the linked GitHub repository are processed automatically. This means LOCI immediately analyzes new changes and generates execution-aware insights for each PR without any manual intervention, streamlining review and feedback.
{% endstep %}

{% step %}

### Start upload

Begin the upload. The new project version starts uploading and progress will be shown.

!\[Project Version starts to upload

]\(/files/dec8ebbdfc57253dfa26fed9db5a23b08a0314c5)
{% endstep %}
{% endstepper %}


---

# 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:

```
GET https://docs.loci-dev.net/loci-inspector/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.
