> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/objects-and-types/scene2d-objects/image.md).

# Image

**Images** in **Scene2Ds** allow the user to add files like `.pngs` and `.jpegs` to *2D* space. This diversifies the visual aspects of a **Project**.

When created, the `Fill` **Attribute** is already set to `Image`. Here, the user just needs to click the `Image` **Attribute** and select the desired image, or drag the image from the [**Asset Manager**](/incari-studio/modules/asset-manager.md) to the file icon. **Images** also have [`Transformation`](/incari-studio/objects-and-types/attributes/common-attributes/transformation.md) and [`Tag`](/incari-studio/objects-and-types/attributes/common-attributes/tag.md) **Attributes**.

![](/files/0254T4EtwoPIhHiuZkmk)

The **Image** will then be displayed in the **Viewport**.

![](/files/WMhQPKDR8SjynILWp2AK)

## Drag and Drop

It is also possible to create an **Image** by selecting an image file in the [**Asset Manager**](/incari-studio/modules/asset-manager.md) and dragging and dropping it into the **Viewport**. This will create a [**Rectangle Object**](/incari-studio/objects-and-types/scene2d-objects/figma/figmarectangle.md) with its `Fill` **Attribute** set to `Image` and the `Image` file already chosen.

![Dragging and Dropping an Image into the Viewport.](/files/8gpPqaqwQloZJ14ygrgr)


---

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

```
GET https://docs.incari.com/incari-studio/objects-and-types/scene2d-objects/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.
