# Widgets

Refer to the [Widgets](https://docs.jigx.com/widgets) topic to understand how to use widgets on the Home Hub and in jigs, how to change the content and order of widgets. The topics in this section provide code examples for each widget content type.

<figure><img src="/files/Vbs8Cy8e4nlRTJXy6dJR" alt="Widget preview" width="563"><figcaption><p>Widget preview</p></figcaption></figure>

<table><thead><tr><th width="164.78125">Widget content</th><th>Description</th></tr></thead><tbody><tr><td><a href="/pages/8R21hszxIIxCll5y0JIb">Widget content</a></td><td>Components that can be added to widgets, such as titles or grouping widgets into one widget.</td></tr><tr><td><a href="/pages/97n0tlCYgN5mxFzy26Ld">actions (buttons)</a></td><td>Configure a button with an action that executes.</td></tr><tr><td><a href="/pages/uvtVhDjobK5rbNLoj1c9">avatar</a></td><td>Display an avatar on the widget.</td></tr><tr><td><a href="/pages/LAb8k6FkMBxGiNl7YbO7">chart</a></td><td>Configure a bar, line or pie chart to display on the widget.</td></tr><tr><td><a href="https://docs.jigx.com/jigx-icons">icons</a></td><td>Choose an icon from thousands of available icons.</td></tr><tr><td><a href="/pages/zZ0GzM4aIU1LziV5hltB">image</a></td><td>Configure an image to display on the widget, consider the <code>size:</code> of the widget to ensure the image displays as expected , 1x1 is not suitable for most images.</td></tr><tr><td><a href="/pages/i9iJZMMks9xk82eb4Ffl">list</a></td><td>Display a list of data in the widget with additional left and right elements if required.</td></tr><tr><td><a href="/pages/SuQlkcJnY8NFqdwn3pKb">location</a></td><td>Show a location in a map on the widget with markers.</td></tr><tr><td><a href="/pages/ohKYT8guMjLzu6RnpeBq">status</a></td><td>Configure a visual representation of a status, such as goal status, or sales quarterly status.</td></tr><tr><td><a href="/pages/NsiBhCtLgSGgwuyvM7Pr">value</a></td><td>Show values and amounts on the widget, such as sales targets or the number of orders to date.</td></tr></tbody></table>


---

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