# How to upload an image?

Each image shall not exceed 5MB. All images are uploaded and pinned to IPFS.&#x20;

Users can obtain the IPFS hash of any images from ZK Social and add their own pins if necessary. Support for user's to add their own pinning service will be added in the future, which would allow users to use their own storage space for different types of files.

1. From the post editor, click on the image icon

![](/files/YJr3vQoasYzVAl8Pc7Ya)

2\. Click the **Select File** button, or drag & drop the image inside the dotted area

![](/files/dahKTlzCKqmSgP6GyaTD)

3\. Alternatively, you can paste a link to your image

![](/files/vnGAexkrmJl8yDmYlbbw)

4\. If the file or link is valid, a preview will be generated

![](/files/9h88Sq0DlfMNBYQvPosR)

5\. Finish your post

![](/files/nPnPnXe2Td7YrzdYb1Mg)


---

# 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.zkitter.com/faqs/how-to-upload-an-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.
