# Travel (Alpha)

{% hint style="danger" %}
This feature is currently in its **Alpha** stage of development.

* As an early version, it may not include all planned functionalities and is subject to significant changes based on ongoing development and user feedback.
* In this phase, the feature may contain bugs or behave unpredictably.
* Jigx recommends using standard, fully supported components until this feature has been fully tested and refined.
* We encourage you to provide feedback and report any issues to help us improve and refine the feature for future releases.
  {% endhint %}

{% columns %}
{% column %}

<div align="left"><figure><img src="/files/kBUsW778gaPDzTn9rxBe" alt="" width="188"><figcaption></figcaption></figure></div>

**Booking** Get the template on GitHub:

* [component](https://github.com/jigx-com/jigx-samples/blob/main/quickstart/jigx-samples/components/templates/booking/booking-2.jigx)
* [jig](https://github.com/jigx-com/jigx-samples/blob/d5eb38a64423482ed10703b0b2889709beee309c/quickstart/jigx-samples/jigs/custom-components/templates/booking/booking.jigx)
  {% endcolumn %}

{% column %}

<div align="left"><figure><img src="/files/6ueOYMJxfxTSaqEOmf3v" alt="" width="188"><figcaption></figcaption></figure></div>

**Booking Horizontal** Get the template on GitHub:

* [component](https://github.com/jigx-com/jigx-samples/blob/main/quickstart/jigx-samples/components/templates/booking/hotel-list.jigx)
* [jig](https://github.com/jigx-com/jigx-samples/blob/d5eb38a64423482ed10703b0b2889709beee309c/quickstart/jigx-samples/jigs/custom-components/templates/booking/booking-horizontal.jigx)
  {% endcolumn %}
  {% endcolumns %}

{% columns %}
{% column %}

<div align="left"><figure><img src="/files/isUenpjeJ0MvAeH0OtX1" alt="" width="188"><figcaption></figcaption></figure></div>

**Booking with Ratings** Get the template on GitHub:

* [component](https://github.com/jigx-com/jigx-samples/blob/main/quickstart/jigx-samples/components/packages.jigx)
* [jig](https://github.com/jigx-com/jigx-samples/blob/d5eb38a64423482ed10703b0b2889709beee309c/quickstart/jigx-samples/jigs/custom-components/templates/booking/booking-rating.jigx)
  {% endcolumn %}

{% column %}

<div align="left"><figure><img src="/files/uzHY221OkgTgmphwPYDh" alt="" width="188"><figcaption></figcaption></figure></div>

**Facilities** Get the template on GitHub:

* [component](https://github.com/jigx-com/jigx-samples/blob/main/quickstart/jigx-samples/components/templates/facilities/horizontal-facilities.jigx)
* [jig](https://github.com/jigx-com/jigx-samples/blob/d5eb38a64423482ed10703b0b2889709beee309c/quickstart/jigx-samples/jigs/custom-components/templates/facilities/facilities.jigx)
  {% endcolumn %}
  {% endcolumns %}

{% columns %}
{% column %}

<div align="left"><figure><img src="/files/YCI8kgg9jvZ5lu8ZYjui" alt="" width="188"><figcaption></figcaption></figure></div>

**Itinerary** Get the template on GitHub:

* [component](https://github.com/jigx-com/jigx-samples/blob/main/quickstart/jigx-samples/components/templates/itinerary/itinerary-day.jigx)
* [jig](https://github.com/jigx-com/jigx-samples/blob/d5eb38a64423482ed10703b0b2889709beee309c/quickstart/jigx-samples/jigs/custom-components/templates/itinerary/itinerary.jigx)
  {% endcolumn %}

{% column %}

<div align="left"><figure><img src="/files/qMQqdfvreqtBoGMsnrtp" alt="" width="188"><figcaption></figcaption></figure></div>

**Location** Get the template on GitHub:

* [component](https://github.com/jigx-com/jigx-samples/blob/main/quickstart/jigx-samples/components/templates/location/location.jigx)
* [jig](https://github.com/jigx-com/jigx-samples/blob/d5eb38a64423482ed10703b0b2889709beee309c/quickstart/jigx-samples/jigs/custom-components/templates/location/location.jigx)
  {% endcolumn %}
  {% endcolumns %}

{% columns %}
{% column %}

<div align="left"><figure><img src="/files/pSC7FEX3S2HUUvPKc3dD" alt="" width="188"><figcaption></figcaption></figure></div>

**Weather Horizontal** Get the template on GitHub:

* [component](https://github.com/jigx-com/jigx-samples/blob/main/quickstart/jigx-samples/components/templates/weather/forecast.jigx)
* [jig](https://github.com/jigx-com/jigx-samples/blob/d5eb38a64423482ed10703b0b2889709beee309c/quickstart/jigx-samples/jigs/custom-components/templates/weather/weather.jigx)
  {% endcolumn %}

{% column %}

<div align="left"><figure><img src="/files/nbCbV0ZHpHxUqOWJJEZO" alt="" width="188"><figcaption></figcaption></figure></div>

**Weather Vertical** Get the template on GitHub:

* [component](https://github.com/jigx-com/jigx-samples/blob/main/quickstart/jigx-samples/components/templates/weather/forecast-2.jigx)
* [jig](https://github.com/jigx-com/jigx-samples/blob/d5eb38a64423482ed10703b0b2889709beee309c/quickstart/jigx-samples/jigs/custom-components/templates/weather/weather1.jigx)
  {% endcolumn %}
  {% endcolumns %}


---

# 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/examples/readme/custom-components-_alpha_/templates-_alpha_/travel-_alpha_.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.
