# Run the solution in the app

With the Hello Jigx solution published to the Cloud, you are ready to use the solution in the Jigx mobile app.

{% columns %}
{% column %}

## Steps

1. On your mobile device **tap** the Jigx app icon.
2. Sign into the app with your [Jigx account](/getting-started/creating-an-account.md) details.
3. The app opens the [Home Hub](/building-apps-with-jigx/ui/home-hub.md) screen displaying the Hello Jigx solution, with the map widget and location icon.
4. Tap on the icon to display the location on the map.&#x20;

{% endcolumn %}

{% column %}

<figure><img src="/files/qzGEwPq97cokOxIunEQ1" alt="Map jig on Home Hub"><figcaption><p>Map jig on Home Hub</p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% hint style="info" %}
As you build and publish more solutions to your Jigx mobile app, you can toggle between the solutions by clicking on the home icon, and selecting the solution you want to use. The number badge on the home icon shows how many solutions are available to you.
{% endhint %}

**Congratulations** you have built, published, and used the Hello Jigx solution. Why not try building the next step in the [Build your first Jigx solution](/getting-started/create-an-app-from-scratch/create-the-calendar.md).

## 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/run-the-solution-in-the-app.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.
