> 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/telecom-references/wiki-home/main-page.md).

# Main Page

**Welcome to the TB Wiki!** [TelcoBridges](http://www.telcobridges.com) has developed this wiki to help you with your product and service questions.

**Using TB Wiki**

To access information, select a topic from one of the above product menus. You can also find information by entering your search criteria in the search box.

**Note**: You can also search our wiki using google chrome. Enter **site:docs.telcobridges.com \[keywords]**

**Disclaimer**

The information on the TB Wiki web site is subject to change without notice. No part of this web site may be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose, without the express written permission of TelcoBridges Inc. TelcoBridges may have patents or pending patent applications, trademarks, copyrights, or other intellectual property rights covering subject matter in this web site or associated documents. The furnishing of access to this web site does not give you license to these patents, trademarks, copyrights, or other intellectual property except as expressly provided in any written agreement from TelcoBridges.

The information provided in this web site is intended as a guide. No responsibility is implied and the terms of your agreement with TelcoBridges will continue to claim precedence. For the latest detailed engineering specifications, please contact TelcoBridges. TelcoBridges is committed to continually improving product designs, as a result, product specifications may be subject to change without notification.

**Note**: TB Wiki is a living document, in which the presentation style and the content evolves over time.

**Copyright**

This web site and its contents, as well as any external links to content on TelcoBridges servers, are ©2002-2023 TelcoBridges Inc. All rights reserved

[Legacy Main Page](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/navigation/legacy-main-page/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/telecom-references/wiki-home/main-page.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.
