# Work in Progress: Preloading images

To preload an image in Savvy is quite easy!

Note: this will not work if you want to preload images at the first page of your flow since you need to preload them from the page before.

1. Select the page that is before the one you want to preload an image to
2. Go to that page Options Tab
3. Click “More options”
4. Click “Other options”
5. You will find a text area with a place holder that says “Images to preload”
6. On that text area, paste the link to the image you want to preload
7. If you want to preload more than one image you should separate them with one blank space

Good practice:

link1

link2

link3

link4

Bad practice:

link1 link2 link3 link4


---

# 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.trysavvy.com/other-useful-docs/work-in-progress/pending/work-in-progress-preloading-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.
