> 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/accessing-the-image-manager-from-the-user-side.md).

# Accessing the image manager from the user side

The image manager can be accessed by the user in some modules such as news, downloads, links, forums and many others. This allows people to illustrate news stories and other resources that they submit. It is accessed by pressing the image manager button available in the submission forms of relevant modules, using the DHTML Editor:

![img\_82.jpg](/files/-LD6N-es_olDD7ebRrOw)

The Image manager opens in a new window where we can select a category:

![img\_83.jpg](/files/-LD6N-euwIvWPOY68Q2t)

Users can select image categories via a drop down box. The categories that users can see depend on the group to which they belong (and on the access rights that have been granted to that group).

![img\_84.jpg](/files/-LD6N-ewwqyBhzwpy4zC)

When a category is selected a list of images is displayed along with three ‘alignment’ buttons (left, centre, right). Users choose an image to insert by selecting the appropriate alignment button next to it. This inserts the tags and URL needed to display the image into the submission form the user is working on. The window closes automatically.

![img\_85.jpg](/files/-LD6N-ey_jAVgSNcaEz6)

If a user belongs to a group that has upload rights, an ‘Add Image File’ link is also available in the Image Manager window. This displays an upload form that allows users to name and browse to an image that they wish to submit. It also displays the constraints on image dimensions and file size that have been set for that category.


---

# 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/accessing-the-image-manager-from-the-user-side.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.
