> 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/navigating-the-web-portal.md).

# Navigating the Web Portal

#### ***Applies to version(s): v2.5, v2.6.***

Effective use of the Web Portal requires a basic understanding of the physical elements of the tool, how to access its various components and knowing your current location in the Web Portal display. The following topics are covered:

* Navigation and Information Panels
* Knowing Your Location

### Navigation and Information Panels

The Web Portal has been designed with a consistent streamlined approach for the presentation of Tmedia/Tdev configuration data. Information related to the hierarchy of data is displayed in the left-hand **navigation panel**, while information related to a selected category is displayed in the **information panel** found on the right side of the window.

Selecting a category in the **navigation panel** causes related configuration and status information to be dynamically displayed. The **navigation panel** displays information in a tree-like structure enabling you to understand how configuration parameters are contained by others.

![Toolpack v2.5 Main Panels](https://docs.telcobridges.com/w/images/b/b8/Toolpack_v2.5_Main_Panels.png)

**Note:** The navigation panel is located to the left of the screen. The infomation panel is located to the right.

### Knowing Your Location

As you navigate the Web Portal, it is important that you understand how to determine your current location. The Web Portal has been designed to make this easy for you. When you browse through the navigation panel, your current selection is always indicated by a graphical highlight. In addition, the system configuration that you are using and the specific Tmedia unit that is being configured is always displayed, as shown in the figure below.

![Toolpack v2.5 Main Panels 2](https://docs.telcobridges.com/w/images/a/af/Toolpack_v2.5_Main_Panels_2.png)

**Legend:**

* 1: Indicates status **Global** sub-menu.
* 2: Indicates a configuration named **Student** is selected.
* 3: Indicates a Tmedia hardware device named **TB002176** is selected.
* 4: Displays information concerning the system.


---

# 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/navigating-the-web-portal.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.
