# Publish your project

With the customer form and list added to the Hello Jigx project, you are ready to publish the update to the Jigx Cloud. If you are the owner of the solution you do not need your Jigx app credentials again to publish the update.

{% columns %}
{% column %}

## Steps

1. In VS Code click on the Jigx Builder **icon** in the left navigation bar.
2. In the Jigx Explorer hover over the Hello Jigx node till you see the **publish icon** (rocket). Click on the icon to start the publishing process.
3. Click **Publish** on the confirmation message screen.
4. The publishing process starts and the progress shows in the bottom right corner of the VS Code editor. A message displays when the solution is successfully published.&#x20;
   {% endcolumn %}

{% column %}

<figure><img src="/files/rgXgdqEKpcv9ANcC8R6a" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% hint style="info" %}
You can use the shortcut keys straight from the file you in:

* Publish all files in Jigx solution on Mac is `⌘R⌘R`, and on Windows is `Alt+R Alt+R`
* Publishing an individual file on Mac is `⌘R⌘F`, and on Windows is `Alt+R Alt+F`&#x20;
  {% 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.jigx.com/getting-started/create-an-app-from-scratch/create-data-form-_-list/publish-your-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.
