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

```
GET https://prosbcdocs.telcobridges.com/tools-tips-and-tricks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
