> For the complete documentation index, see [llms.txt](https://prosbcdocs.telcobridges.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prosbcdocs.telcobridges.com/configuration-details/configuration-by-web-portal-category/system-settings/creating-web-user-groups.md).

# Creating Web User groups

One or more user groups can be created to define access rights, such as read only, read/write, or no access at all. Access rights can be assigned to all regions of the web portal or to specific areas.

\
To create a user group:

1- Click Web Users in the navigation panel.

<br>

<figure><img src="https://docs.telcobridges.com/w/images/9/91/WebUsers_Navigation_Panel_A.png" alt=""><figcaption></figcaption></figure>

\
2- Select the Web User Groups tab and click Create New Web User Groups, to add a new user group.

<br>

<figure><img src="https://docs.telcobridges.com/w/images/1/1f/WebUsers_CreateNewUserGroup_A.png" alt=""><figcaption></figcaption></figure>

\
3- Assign a name to the user group in the Name field.

<br>

<figure><img src="https://docs.telcobridges.com/w/images/4/4d/Users_AssignNewUserGroup_B.png" alt=""><figcaption></figcaption></figure>

\
4- Configure the access for the user group by one of the following two methods:

4a- Select an Authorization type, from the Apply All field , such as:

* Read
* Read/Write
* No access

This will apply the authorization to all regions of the web portal.

\
4b- Customize authorization and access individually by setting the authorization type in each web portal field.

<figure><img src="https://docs.telcobridges.com/w/images/a/a8/Users_CustomizeNewUserGroup_B.png" alt=""><figcaption></figcaption></figure>

\
5- Click Create.


---

# 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://prosbcdocs.telcobridges.com/configuration-details/configuration-by-web-portal-category/system-settings/creating-web-user-groups.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.
