# My images load slowly. How do I improve it?

Images uploaded directly to Notion load very slowly. We suggest using a free service like [ImageKit](https://imagekit.io/) or [Cloudinary](https://cloudinary.com/). These services host your images at a location closer to where your apps are used. This makes the images load faster. Here's a step-by-step guide for the same:

1. Upload your images to one of the services mentioned above
2. Replace your existing images with links to the newly uploaded images
3. Click on "Reload" data inside the NotionApps app builder


---

# 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.notionapps.com/frequently-asked-questions/notion-images-load-slowly-how-to-improve-it.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.
