# Adding Images

There are 2 ways to include images in your websites: adding a link or opening an image from your computer.

1. Adding and image that is already online is extremely easy. In a new tab, go to the website that is hosting your chosen image. Right click on it and a menu will appear. Choose the 'Copy image address'. Paste the image in the SRC field of the EDIT IMAGE tool. To help you find images online, try unsplash.com, or pexels.com
2. Adding an image from your computer is even easier.In the EDIT IMAGE tool, choose the Open tab. Then, click on the choose file button and choose your image file. It is advised not to use large images. Pictures of over 500Kb will make your website slow. Use the sqoosh.app to reduce your image size without loosing quality. Pazly does not record images online.

<div align="left"><img src="/files/avZyOuiVbK8lCUxCS3Dj" alt=""></div>


---

# 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.pazly.dev/building-fundamentals/adding-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.
