> For the complete documentation index, see [llms.txt](https://orbcity.gitbook.io/orbcity/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orbcity.gitbook.io/orbcity/district/upload-image.md).

# Upload Image

### Upload Notification <a href="#id-56bf" id="id-56bf"></a>

* Allowed files: jpg/jpeg or png
* Recommended ratio: square
* It takes about 1 min to upload your image.\
  (If you’re having problems uploading your file, refresh the page and re-upload your file)
* Limited text: Title 10 letter, Description 40 letter (including space)

### Upload Process <a href="#id-5069" id="id-5069"></a>

<figure><img src="https://miro.medium.com/v2/resize:fit:700/1*jH7j_gBH-D8Ec2BtN7tjnw.png" alt=""><figcaption></figcaption></figure>

**1.Click the camera icon**\
When you click the camera icon, you can access the next step.\
You are required to verify the Discord ID to upload the image.\
(Because Klip does not support this service, it identifies the individual district through Discord holder verification)\
If you don’t verify the Discord ID, you cannot upload the image(but this verification is done only once).

<figure><img src="https://miro.medium.com/v2/resize:fit:700/1*x8IueeevYdcmXBgUeynN6A.png" alt=""><figcaption></figcaption></figure>

**2.Upload your image and Fill in the title and description**\
Allowed filed types are jpg/jpeg or png, and the recommended ratio is square. It takes about 1 min to upload your image. If you’re having problems uploading your file, refresh the page and re-upload your file. The character limit for the title is ten letters, and the character limit for the description is 40 letters (including space).\
Additionally, you can apply the same image to all districts you own.

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

**3.Check your image on your District**\
Enjoy your image and share your image with OrbCity’s holders!\
If you upload your photo to lots of districts simultaneously, it will take much time, or the system may not apply some pictures on your District.


---

# 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://orbcity.gitbook.io/orbcity/district/upload-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.
