# Publish the project

## Overview

With the Hello Jigx project created, and the jig added you are ready to publish your solution to the Jigx Cloud.

{% 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. Enter your Jigx username and press **Enter**.
4. Enter your Jigx password and press **Enter**. 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/T3aAlo2gFPHWZYhutaQw" alt="Publish Jigx project"><figcaption><p>Publish Jigx project</p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% hint style="info" %}
When you build and publish a solution you automatically become the owner of the solution. Access to the solution is managed by [Permissions](/administration/solutions/permissions.md) assigned in [Jigx Management](/administration/management-overview.md). Here you give users access to the solution, define their role in the solution scope and assign `Solution Group` membership for the visibility of widgets.
{% endhint %}

### See Also

* [Jigx overview](/understanding-the-basics/architecture.md)
* [Jigx Concepts](/understanding-the-basics/jigx-concepts.md)


---

# 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-the-map-1/publish-the-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.
