# Use pre-built solutions

Utilizing pre-built solutions in Jigx provides benefits in terms of time efficiency in development and selecting appropriate app functionalities. Opting for a pre-built solution seamlessly incorporates the solution into your Jigx App, making it readily available for utilization.

## Steps

<figure><img src="/files/1Pjy75LM01PoGrZV5g2i" alt="Pre-built Solutions"><figcaption><p>Pre-built Solutions</p></figcaption></figure>

1. Create a [Creating an account](/getting-started/creating-an-account.md)
2. Install Jigx App on a mobile device from the [App Store](https://apps.apple.com/app/jigx/id1495596537) or [Google Play Store](https://play.google.com/store/apps/details?id=com.jigx.android)&#x20;
3. Log onto <https://manage.jigx.com/>
4. Browse to <https://manage.jigx.com/quickstart>
5. Choose the sample app you want and click **Add to My Organization.**
6. Add a unique title and system name for the app solution.
7. Click **Add.**
8. Open the Jigx App on your mobile device and start using the added solution.

{% hint style="success" %}
With Jigx you can build and publish more than one solution to your Jigx mobile app, you can toggle between the solutions by tapping on the home icon and selecting the solution you want to use. If you are deep in the solution, long-press the home icon to toggle back to the Solutions screen. The number badge on the home icon shows how many solutions are available to you.
{% endhint %}

## Want to see how the solution is built or edit the solution?

### Download the solution files

<figure><img src="/files/F0oi9ef40FJ1GQZ56iQj" alt="Download solution files"><figcaption><p>Download solution files</p></figcaption></figure>

1. Navigate to **Solutions.**
2. Click on the prebuilt solution.
3. Press the **Download Solution** button at the top of the Solutions Details screen. The solution downloads as a zip to your download folder .

### Open the solution in Jigx Builder

<figure><img src="/files/ZagFHAPGuSxHcJ8TvbWH" alt="Solution in Jigx builder"><figcaption><p>Solution in Jigx builder</p></figcaption></figure>

1. [Install the Jigx Builder](/getting-started/install-the-jigx-builder.md) and unzip the download file.
2. Use the **Open** option, browse, and select the folder.
3. The Jigx solution opens, you can view or edit the YAML files. Publish your changes by selecting the Jigx Builder icon in the left navigation bar.
   * In the Jigx Explorer hover over the **solution name** till you see the **publish** **icon (rocket)**. Click on the icon to start the publishing process.
   * Enter your Jigx username and press **Enter**.
   * 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. The changes are immediately visible in the Jigx App.

## What next?

Why not build your own app? See how to [plan your app](/getting-started/planning-your-app.md) and learn how to [create an app from scratch](/getting-started/create-an-app-from-scratch.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/use-pre-built-solutions.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.
