> For the complete documentation index, see [llms.txt](https://docs.jigx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jigx.com/getting-started/create-an-app-from-scratch/create-the-map-1/publish-the-project.md).

# 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
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.jigx.com/getting-started/create-an-app-from-scratch/create-the-map-1/publish-the-project.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.
