# Create the Map

Learn how to build your first jig by using this simple step-by-step guide that displays a marker on a map. The solution uses the [jig.default](https://docs.jigx.com/examples/jigdefault) type with an icon and a [static data](https://docs.jigx.com/examples/static) source. At the end of this step-by-step, you will have built a solution that can display a location marker on a map as shown. See [Jigx Concepts](/understanding-the-basics/jigx-concepts.md) to learn what jigs and widgets are.

{% hint style="success" %}
We recommend you build out all the solution steps for the [Create an app from scratch](docId:8SeLgEopqiL70vPoV72WY), as each solution step builds on the previous step until you have a functioning mobile app.
{% endhint %}

{% columns %}
{% column %}

## Steps

1. [Create the Hello Jigx project](/getting-started/create-an-app-from-scratch/create-the-hello-jigx-solution-project.md) in the Jigx Builder.
2. [Add the jig.default](/getting-started/create-an-app-from-scratch/create-the-map-1/adding-the-map-jig.md) with an icon, and static data source.
3. [Publish the project](/getting-started/create-an-app-from-scratch/create-the-map-1/publish-the-project.md).
4. [Open the Jigx mobile app](/getting-started/create-an-app-from-scratch/create-the-map-1/run-the-solution-in-the-app.md), click on the location jig, and view the map.
   {% endcolumn %}

{% column %}

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

## GitHub samples

You can download the [Hello Jigx solution project](https://github.com/jigx-com/jigx-samples/tree/main/quickstart/hello-jigx-solution) on GitHub or build it yourself by following the detailed steps in this section.

## See Also

* [Jigx Architecture](/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.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.
