# Create the Calendar

## Overview

Learn how to add a second jig to your Hello Jigx project using the ***jig.calendar*** type with an icon and a [static data source](https://docs.jigx.com/examples/static). At the end of this step-by-step, you have added a calendar jig to the [Home Hub](/building-apps-with-jigx/ui/home-hub.md) that can display a week, the events, meetings, and the relevant details for each, as shown below.

{% hint style="success" %}
We recommend you build out all the solution steps for the [Create an app from scratch](/getting-started/create-an-app-from-scratch/create-the-calendar.md), as each solution step builds on the previous step until you have a functioning mobile app.
{% endhint %}

{% columns %}
{% column %}

### Steps

1. Open the Hello-Jigx solution in the Jigx Builder in VS Code.
2. [Add the calendar jig and datasource](/getting-started/create-an-app-from-scratch/create-the-calendar/add-the-calendar-jig-and-datasource.md) with an icon, and static data source.
3. [Publish your project](/getting-started/create-an-app-from-scratch/create-data-form-_-list/publish-your-project.md).
4. [Run the updated solution](/getting-started/create-an-app-from-scratch/create-the-calendar/run-the-updated-solution.md) in the Jigx mobile app, click the calendar icon, and view the week's meetings and events.&#x20;
   {% endcolumn %}

{% column %}

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

### GitHub Sample

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.


---

# 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.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.
