> 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.md).

# Configuration By Web Portal Category

The Web Portal Tutorial provides you with a scenario-based approach to configuring and monitoring the status ProSBC systems, using the Web Portal configuration tool. Complete general installation configuration steps, before you begin configuring your specific application.

Web Portal Categories and status topics are grouped into the following major categories. It is recommended that you follow this order.

{% tabs %}
{% tab title="System" %}

* Host Role
* SBC
* Access and User Management
* Database Backup
* SNMP
* Configuration
* Minor Package Upgrade
* Software Licenses
* Statistics
* Audit Logs

[(Configuration)](/configuration-details/configuration-by-web-portal-category/system-settings.md)
{% endtab %}

{% tab title="IP Network" %}

* IP Network
* DNS
* NAT
* Transcoding Units
* Ethernet Bonding

[(Configuration)](/configuration-details/configuration-by-web-portal-category/ip-network-settings.md)
{% endtab %}

{% tab title="Protocol Stack" %}

* Certificates and TLS Profiles
* SIP
* Calls
* NAP
  {% endtab %}

{% tab title="CDR" %}

* Text CDR
* RADIUS

[(Configuration)](/configuration-details/configuration-by-web-portal-category/call-detail-records-cdr.md)
{% endtab %}

{% tab title="Fax" %}

* FAX passthrough (silence suppression)
* FAX T.38
* FAX passthrough (NSE)
* FAX passthrough (VBD)

[(Configuration)](/configuration-details/configuration-by-web-portal-category/nap-profiles/fax-settings.md)
{% endtab %}

{% tab title="Call Route" %}

* Static Route
* Routing Script
* Label Routing
* RADIUS Authorization and Authentication

[(Configuration)](/configuration-details/configuration-by-web-portal-category/call-routing.md)
{% endtab %}

{% tab title="Lawful Intercept" %}

* Lawful Interception Prerequisite
* Import a Lawful Interception CSV File
* Create New Routing Script
* Enable Lawful Interception in Routing Script
* Enable Routing Script
* Configure Lawful Agencies

\
[(Configuration)](/configuration-details/configuration-by-web-portal-category/lawful-intercept.md) [(Status)](/configuration-details/configuration-by-web-portal-category/lawful-intercept/lawful-intercept-status.md)
{% endtab %}

{% tab title="Troubleshooting" %}

* CallTrace
* Test Call
* Target Recording
* Ethernet Capture
  {% endtab %}
  {% endtabs %}


---

# 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.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.
