# Run the Hello Jigx Solution

With the final update to the Hello Jigx solution published on the server, 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 on your mobile device.
2. Sign into the app with your [Jigx account](/getting-started/creating-an-account.md) details.
3. Notice the customer composite widget. Tap the widget to see the customer header, form, and list.
   {% endcolumn %}

{% column %}

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

**Congratulations** you have successfully built your first functioning Jigx solution. Explore the solution by adding new customers or extend the solution by adding to the existing code by [customizing the solution](/getting-started/create-an-app-from-scratch/customize-the-hello-jigx-solution.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/combine-the-solution_s-elements/run-the-hello-jigx-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.
