> For the complete documentation index, see [llms.txt](https://xoops.gitbook.io/xoonips-tutorial/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/xoonips-tutorial/1overview/2.-main-features/21flexible_database_construction.md).

# 2.1. Flexible database construction

## 2.1.1. Set up the operation environment <a href="#id-2-1-1-set-up-the-operation-environment" id="id-2-1-1-set-up-the-operation-environment"></a>

The site's operation environment, (ex. manner of user registration and item publication, etc.) can be easily set up by following the directions given on the Administration screen. You will simply choose the most appropriate one from the pulldown lists.

![Administration screen (XCube)](/files/-LTR30wpKxJPLCEYQ3tU)

**Figure 1.1. Administration screen**

Examples:

* User registration
  * \[Certification by moderators] (The moderator will check the profile of the new user).
  * \[Certify automatically]
* Item publication
  * \[Certification by moderators] (The items will be peer reviewed)
  * \[Certify automatically]

## 2.1.2. Publication levels / areas for different purposes <a href="#id-2-1-2-publication-levels-areas-for-different-purposes" id="id-2-1-2-publication-levels-areas-for-different-purposes"></a>

* Public
  * Public area: The items registered in this area will be publicized broadly to the public.
  * To register items in the public area, it is necessary to request for the site moderator's certification.
* Group
  * Group area: Access to this area is restricted to a group of registered users.
  * To register items and share them among the group, it is necessary to request for the group administrator's certification.
* Private
  * Individual area: registered users (given a user ID and password) can use this area just like a personal folder.

## 2.1.3. CMS XOOPS(The base syste of XooNIps) <a href="#id-2-1-3-cms-xoops-the-base-syste-of-xoonips" id="id-2-1-3-cms-xoops-the-base-syste-of-xoonips"></a>

The following are the benefits from using XOOPS.

* Reduce the costs for system construction and operation.
  * XOOPS is open software (enables free downloading).
* Expand the functionality.
  * XOOPS modules offer wide varieties of site design.
* Allow to change visual effects easily.
  * XOOPS templates (themes) enable to easily change the visual effects such as layout, etc.

![CMS system](/files/-LTR30wyxNodkspNyvcN)

**Figure 1.2. XOOPS CMS Architecture**


---

# 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/xoonips-tutorial/1overview/2.-main-features/21flexible_database_construction.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.
