> For the complete documentation index, see [llms.txt](https://xoops.gitbook.io/xoops-operations-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xoops.gitbook.io/xoops-operations-guide/the-admin-interface/image-manager/adding-image-files-through-the-control-panel.md).

# Adding image files through the control panel

You must create at least one category before you can upload images. Once this is done, you can add images to it:

![img\_80.jpg](/files/-LD6N0CUwh55ctE3hTQb)

| Field                           | Description                                                                                                                                                                                                                                                |
| ------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Name:                           | Give your category an appropriate name. Keep it short, as people will select it through a drop-down box.                                                                                                                                                   |
| Category:                       | Choose the category that you want the image to be assigned to here.                                                                                                                                                                                        |
| Image file:                     | Press the browse button and navigate to the image that you want to upload.                                                                                                                                                                                 |
| Display order in image manager: | You can set the order in which images appear in the category here. If you want to have some flexibility in ordering the images, assign them order numbers in (say) multiples of 10. That way you can always come back and insert a new image between them. |
| Display this image?             | The default is ‘yes’. If you choose ‘no’ the image will be hidden when people access this category from the user side.                                                                                                                                     |

Once submitted, we’ll have the image category screen with available images:

![img\_81.jpg](/files/-LD6N0CZShBHHQuNtxWY)

For each image you can:

* make the image visible or not
* view the image
* edit the details about the image
* delete the image
* vie the image’s URL


---

# 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://xoops.gitbook.io/xoops-operations-guide/the-admin-interface/image-manager/adding-image-files-through-the-control-panel.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.
