> For the complete documentation index, see [llms.txt](https://docs.jigx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jigx.com/examples/readme/custom-components-_alpha_/templates-_alpha_.md).

# Templates (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 %}

Creating user-specific screens can be a breeze thanks to pre-designed templates for custom components. These templates are ready-to-use building blocks designed to streamline your workflow and save time. These templates are built to help you start fast, offering polished designs and pre-built functionality for various use cases.

* **Pick a Template:** Browse through various templates tailored for different needs—whether it’s an e-commerce store, social app, or business tool.
* **Customize with Ease:** Make any template your own by tweaking layouts, colors, and features.
* **Start Fast:** Once you’ve customized your template, integrate it seamlessly and hit the ground running.

With these templates, you get the perfect mix of speed and flexibility, allowing you to focus on building a standout app.

{% columns %}
{% column %}

<figure><img src="/files/MEqLWD1TggqvOo2ztuM0" alt="Templates" width="188"><figcaption><p>Templates</p></figcaption></figure>
{% endcolumn %}

{% column %}
Template categories include:

* [Cards & Charts (Alpha)](/examples/readme/custom-components-_alpha_/templates-_alpha_/cards-_-charts-_alpha_.md)
* [Generic (Alpha)](/examples/readme/custom-components-_alpha_/templates-_alpha_/generic-_alpha_.md)
* [Industry Specific (Alpha)](/examples/readme/custom-components-_alpha_/templates-_alpha_/industry-specific-_alpha_.md)
* [Travel (Alpha)](/examples/readme/custom-components-_alpha_/templates-_alpha_/travel-_alpha_.md)
  {% endcolumn %}
  {% endcolumns %}

Simply choose the template you want, click the GitHub links, and download the code.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.jigx.com/examples/readme/custom-components-_alpha_/templates-_alpha_.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
