# Run the updated solution

With the Hello Jigx project 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 next to it the **calendar widget.**
4. Tap on the **calendar** icon to display the week's event and meeting details.
   {% endcolumn %}

{% column %}

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

**Congratulations** you added a second widget to 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-hello-jigx-solution-project.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-calendar/run-the-updated-solution.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.
