> 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/tmedia-documentation/configuration/web-profile.md).

# Web Profile

### Overview

Web Profiles enables certain menus to be hidden from being displayed in the web portal. By default when you create a new configuration, all web profile sections are enabled (checked). When web portal sections are disabled (unchecked), they disappear from the navigation menu. When the new configuration is applied, the sections that were selected for hiding will no longer appear in the status menus.

A typical status menu may appear as follows:

![large status](https://docs.telcobridges.com/w/images/f/fd/Large_status.png)

By using the Web Profiles feature, you can remove "sections" of protocols that are not in use.

An example of a modified web profiles may appear as follows:

![small status](https://docs.telcobridges.com/w/images/1/17/Small_status.png)

This modified view increases the usability of the web portal by enabling you to focus on the web portal sections that are in use.

The settings of web profiles is done on a per configuration basis. When you edit a configuration, you will see a collapsed menu called "Web profiles". Expand this menu and uncheck the sections that you wish to remove from the web portal. All unchecked sections will disapear after you click **Save**. When this configuration is applied, all unchecked sections will disappear in your status page.

**Note:** If you try to remove a section that is currently in use, a similar warning will be displayed:

`Configuration update failed: ISDN stack is still in use`

### Configuration

* [Toolpack v2.7: Web Portal Profile](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/configuring-a-web-portal-profile/README.md).


---

# 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/tmedia-documentation/configuration/web-profile.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.
