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

# Systems

The Systems section of the [Web Portal](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/web-portal/README.md) provides a list of the 'systems' that have been configured on the device. In [Toolpack](https://telcobridges.com/products/development-platforms-tdev/) terminology, a 'system' refers to one or more devices that are combined together to act as a single system for a given purpose. Depending on the [Tmedia](https://telcobridges.com/media-gateways/products/tmedia-gateways/) or [Tdev](https://telcobridges.com/products/development-platforms-tdev/) model, a system may contain more than media gateway or telecom platform device.

The Tmedia [TMG800](https://telcobridges.com/media-gateways/products/tmedia-gateways/tmg800/), [TMG3200](https://telcobridges.com/media-gateways/products/tmedia-gateways/tmg3200/) and [TMG5800](https://telcobridges.com/products/) media gateways are by definition each a single system, since they feature integrated application hosts. Specifically in the case of these three devices, each application host may only control the device in which it is resident.

However, in the case of the Tmedia [TMG7800](https://telcobridges.com/media-gateways/products/tmedia-gateways/tmg7800/) and Tdev [TMP7900](https://telcobridges.com/products/development-platforms-tdev/tmp6400-tdev-voip-gateway-development-platform/), a system corresponds to more than one underlying media gateway or telecom development platform. In both cases, there may be up to 16 individual gateway or platform devices included, but configured as a single system.

The remaining members of the [Tdev](https://telcobridges.com/products/development-platforms-tdev/) product family, where an external application host is used to control the device, also offer the ability to be grouped together and viewed as a single system.

Finally, each system has its own system ID; this system ID is referenced on all devices that are included in that system. The system ID is also used to determine the network port that you connect to on a given system host.


---

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