> 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/tools-tips-and-tricks.md).

# Tools, Tips, and Tricks

- [TelcoBridges Magic Bookmark](https://prosbcdocs.telcobridges.com/tools-tips-and-tricks/telcobridges-magic-bookmark.md): Installation instructions for Telcobridges' Bookmarklet
- [Video Library](https://prosbcdocs.telcobridges.com/tools-tips-and-tricks/video-library.md)
- [RESTful API](https://prosbcdocs.telcobridges.com/tools-tips-and-tricks/restful-api.md)
- [Postman Examples](https://prosbcdocs.telcobridges.com/tools-tips-and-tricks/restful-api/postman-examples.md)
- [Ruby Examples](https://prosbcdocs.telcobridges.com/tools-tips-and-tricks/restful-api/ruby-examples.md)
- [TBConfig Examples](https://prosbcdocs.telcobridges.com/tools-tips-and-tricks/restful-api/tbconfig-examples.md)
- [Exporting a Configuration](https://prosbcdocs.telcobridges.com/tools-tips-and-tricks/restful-api/tbconfig-examples/exporting-a-configuration.md)
- [Importing a Configuration](https://prosbcdocs.telcobridges.com/tools-tips-and-tricks/restful-api/tbconfig-examples/importing-a-configuration.md)
- [Activating a Configuration](https://prosbcdocs.telcobridges.com/tools-tips-and-tricks/restful-api/tbconfig-examples/activating-a-configuration.md)
- [Updating a Route](https://prosbcdocs.telcobridges.com/tools-tips-and-tricks/restful-api/tbconfig-examples/updating-a-route.md)
- [Dropping Calls](https://prosbcdocs.telcobridges.com/tools-tips-and-tricks/restful-api/tbconfig-examples/dropping-calls.md)
- [ProSBC:Restful API SIP Domain](https://prosbcdocs.telcobridges.com/tools-tips-and-tricks/restful-api/prosbc-restful-api-sip-domain.md): Create and modify a SIP Domain in your system with RestFul API using JSON in the following format:
- [ProSBC:Restful API SIP Domain Registrar](https://prosbcdocs.telcobridges.com/tools-tips-and-tricks/restful-api/prosbc-restful-api-sip-domain-registrar.md): You can create and modify a SIP Domain Registrar in your system with the RestFul API using JSON format. The JSON must be in the following format:
- [Extracting Call Traces with the API](https://prosbcdocs.telcobridges.com/tools-tips-and-tricks/restful-api/extracting-call-traces-with-the-api.md)
- [TBStatus API](https://prosbcdocs.telcobridges.com/tools-tips-and-tricks/tbstatus-api.md)
- [Tbstatus monitoring](https://prosbcdocs.telcobridges.com/tools-tips-and-tricks/tbstatus-api/tbstatus-monitoring.md)
- [Status API](https://prosbcdocs.telcobridges.com/tools-tips-and-tricks/tbstatus-api/status-api.md): The Status API allows to fetch statistics from the software components running in Toolpack or TMG-CONTROL.
- [Dropping calls](https://prosbcdocs.telcobridges.com/tools-tips-and-tricks/tbstatus-api/dropping-calls.md)
- [Maintenance mode - ProSBC and TMG](https://prosbcdocs.telcobridges.com/tools-tips-and-tricks/maintenance-mode-prosbc-and-tmg.md): Useful before\_filter "One-Liner" for your routing script: gracefully rejecting all new coming calls.


---

# 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/tools-tips-and-tricks.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.
