> For the complete documentation index, see [llms.txt](https://knowlg.sunbird.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowlg.sunbird.org/learn/product-and-developer-guide/editors/editor/features/add-image.md).

# Add Image

To add images to metadata

### Steps

#### Click the **Image**

Click the **Image** icon to add an image

<figure><img src="/files/m7UUJ4Nez1sXt78rp8EC" alt=""><figcaption></figcaption></figure>

#### &#x20;Add images

a) Selecting an image from the inbuilt list  

\
b) Uploading images from your local machine

1. Click **My images** to view a list of all image files that you have previously, uploaded
2. Click **All image** to view a list of image files from the repository \
   **Note**: The repository contains all image files added and uploaded by any users
3. Choose an appropriate image file from any list and click **Select**
4. Click Upload and use to **upload and use** images from your gallery

<figure><img src="/files/r7nCTVatyDFSKeR19Cjp" alt=""><figcaption></figcaption></figure>

#### Upload and use

1. Click **Choose File** to browse and select a file from your local drive or open the explorer in a separate window or **drag and drop** the required file \
   **Note**: Supported file formats are: .jpeg, .jpg, .png
2. Under **Copyright and License**, select if you want to:  \
   a) Make it available to everyone  \
   b) Not share with anyone
3. Add image details in the **Asset Caption** area. Details such as, Tags, Details, Creator are optional
4. Click **Upload** and Use to upload the image

<figure><img src="/files/tMYNNhadrMHgLIa2Adlu" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://knowlg.sunbird.org/learn/product-and-developer-guide/editors/editor/features/add-image.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
