> 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/control-panel-home/some-preliminaries-before-we-get-started-in-the-admin-area.md).

# Some preliminaries before we get started in the admin area

## 2.2.1.1 JavaScript

JavaScript is used in various functions of the administration section, both to display menus and also within scripts. Please make sure JavaScript is enabled on your local machine. If JavaScript is enabled you will see pop-up menus appear when you hover over ‘system admin’ icon in the control panel home page. If you decide not to activate JavaScript, simply click the icon to return a new page of menus as detailed below.

## 2.2.1.2 Cache

Much of your site creation and administration will involve changing layout, images, text, and module functions. If you want to see these changes immediately by visiting your web pages, it is important that your browser displays fresh content from the server and not old cache data from your local machine! This particularly affects images. Make certain your browser is set to ignore cache memory when updating your site content.

Let’s begin exploring, learning and creating our site by working through the menus displayed under ‘System admin’ icon. We will work through these alphabetically for convenience, however you may decide to visit the ‘preferences>general settings’ section first in order to review and set some important options. There is no specific or recommended order for administrating your site, although you may wish to simply create a content block and activate a module, just to see how things work!


---

# 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/control-panel-home/some-preliminaries-before-we-get-started-in-the-admin-area.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.
