> 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/5operations/40readme/45createdelete_a_group.md).

# 4.5. Create/delete a group

How to create/delete a group:

Click on the link \[Edit Groups] at the "XooNIps Moderator menu".

![Create/delete a group](/files/-LTR30OWL-ONc0bEfqNz)

**Figure 5.76. Create/delete a group**

## 4.5.1. Create/delete a new group <a href="#id-4-5-1-create-delete-a-new-group" id="id-4-5-1-create-delete-a-new-group"></a>

1. Create a new group: enter the required information in each field and click on \[Submit] button.
2. Delete a group: click on the link \[Delete], and a dialog box will appear. Click on \[OK].
3. "Group Name"

   Enter the group's name.
4. "Group Description"

   Edit the group's description.
5. "Group Administrators"

   Choose a user as a group administrator (Multiple choice is acceptable).
6. "Maximum number of items"

   Enter the maximum number of the item to be registered in the group area.
7. "Maximum number of indexes"

   Enter the maximum number of the keywords for the group index.
8. "Maximum size of items \[MB]"

   Enter the maximum value of data for the group area.

![Create/delete a group](/files/-LTR30OY6Hzk63AikAmf)

**Figure 5.77. Create/delete a group**

## 4.5.2. Edit group information <a href="#id-4-5-2-edit-group-information" id="id-4-5-2-edit-group-information"></a>

Click on the pen-icon (or \[edit] link) on the right side of the intended group.

Click on the \[Submit] button to update the information.


---

# 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/5operations/40readme/45createdelete_a_group.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.
