> 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/telecom-concepts/suggested-articles.md).

# Suggested articles

This page contains suggestions for articles for the TelcoBridges Wiki. Please feel free to add your own suggestion to the bottom of the list; discussion of possible articles should take place via the 'discussion' tab at the top of the page.

### Suggested articles

The following ideas could become articles for the TelcoBridges wiki:

* [Miscellaneous FAX questions](https://forums.telcobridges.com/viewtopic.php?f=13\&t=239)
* [How to get routes from an external application](https://forums.telcobridges.com/viewtopic.php?f=9\&t=156)
* [How to parse text CDRs](http://forums.telcobridges.com/viewtopic.php?f=13\&t=155)
* [How to write an Alternative Routing Script](http://forums.telcobridges.com/viewtopic.php?f=13\&t=82)
* [How to debug a live gateway application](https://forums.telcobridges.com/viewtopic.php?f=9\&t=49)
* [How to set up a quick SIP gateway](https://forums.telcobridges.com/viewtopic.php?f=12\&t=43)
* [How to provide states and statistics](https://forums.telcobridges.com/viewtopic.php?f=9\&t=36)
* [Maximum capacity vs. licensed features](https://forums.telcobridges.com/viewtopic.php?f=13\&t=63)
* Soft-switches (definition and overview)
* Interoperability (partners, results, configuration recommendations)
* SCTP
* Robbed bit
* Hairpinning (see article [here](http://searchunifiedcommunications.techtarget.com/sDefinition/0,,sid186_gci1037278,00.html))
* USSD
* CAMEL
* Information Element (IE) in the context of SS7/ISDN
* A-Bis, and other GSM base station-related terms as well as terms for UMTS and their equivalents.
* Update and move contents of the Fax Server guide
* FAQ article about inability to run an application (see [article](https://forums.telcobridges.com/viewtopic.php?f=13\&t=146))

Please note that some links refer to content on the TelcoBridges [support forums](https://forums.telcobridges.com), which requires that you be a registered user to access.


---

# 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/telecom-concepts/suggested-articles.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.
