# 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 %}


---

# 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://help.wegic.ai/tips-and-tricks/using-image.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.
