# Using Image

To add images you can:

### Upload the image to the prompt chat

Simply upload them in the chat and explain to Wegic where and how you’d like them to appear in your project.&#x20;

For example:

> Replace the logo in navbar with this image

### Using an external image URL

Another way to add images to your project is by referencing an image from an external URL.&#x20;

This method allows you to use images hosted on external platforms like Unsplash, or any other image-hosting service.&#x20;

Be mindful of use copyrights!

{% stepper %}
{% step %}

#### Step 1

Find the image you want to use.

For example, you can visit a site like Unsplash, right-click on an image, and select ***Copy image address*** from the menu.
{% endstep %}

{% step %}

#### Step 2

In your prompt, just provide Wegic with the image URL and ask it to use the image.&#x20;

For example:

{% code overflow="wrap" %}

```
Use the image from this URL 
https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?q=80&w=1740&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D
```

{% endcode %}
{% endstep %}
{% endstepper %}
