# Images

Images can be very useful: either as a component in a larger assembly or as a reference while working in the scene.

You can put an image in a scene by going into the [Asset Library](/firststage/basics/asset-library.md) and selecting **Import Local Asset**. You can navigate the file system from a few familiar roots such as **C:\\** or **Pictures** and follow the directories down. Around you are the images in the current directory:

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

Select any of these to place them on set.


---

# 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.moviestorm.co.uk/firststage/crafting/images.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.
