# Image

To add images to components like tables or forms, click on the field that contains the image and select the field type **Image.**

<figure><img src="/files/MO8nvbXLvv2WtL1vMg9Q" alt=""><figcaption></figcaption></figure>

### **Image Options**

In the field menu, you can specify the following options:

* display – the shape of the image in the component (circular, rectangular, square)
* fit – how to fit the image in the chosen display (cover, contain)
* crop on upload – cropping options

You can also toggle on/off **Show preview on hover** and **Show fullscreen on click**.

<figure><img src="/files/HQUbvikVywmV7gw4fYsS" alt=""><figcaption></figcaption></figure>

### **Single file / Multiple files**

Jet gives you the ability to work with a single image file or multiple image files. When using **Multiple image files**, you will need to specify the data format as *JSON array* or text.

<figure><img src="/files/qNSLTpq49tJbZMgocLU1" alt=""><figcaption></figcaption></figure>


---

# 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.jetadmin.io/user-guide/design-and-structure/components/fields/image.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.
