# Sprite

The **Sprite Object** is an **Object** which acts as a canvas for an image **Asset** to be displayed on.

As **Sprite** also shares some of its **Attributes** with other **Objects**, it is discussed in detail in the [**Sprite Attributes**](/incari-studio/2022.2/objects-and-types/attributes/common-attributes/sprite.md) page of the [**Common Attributes**](/incari-studio/2022.2/objects-and-types/attributes/common-attributes.md) section.

However, the most important **Attribute** is the `Diffuse Texture` under `Sprite`. Here the user can add a new image to the **Sprite**.

![Sprite Object before Asset is Selected.](/files/xartFcyv0a1e3w7ROLlu)

Locate `Diffuse Texture` as shown above and select an **Asset** from the pop-up Menu.

![Sprite Object after Asset is Selected.](/files/xSanKmXpn4Cdl3Ayk0Ot)

Once selected, the **Asset** is displayed through the **Sprite**.


---

# 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.incari.com/incari-studio/2022.2/objects-and-types/scene-objects/sprite.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.
