> 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/other-pages/tb-wiki-content-development-guidelines.md).

# TB Wiki Content Development Guidelines

## General

**Page Display Title** It is recommended that

```
{{DISPLAYTITLE:<title name>}}
```

is inserted at the start of every article. This will enable you to define a display title that may differ from the url of the article. This will also improve on searches when the title of the page is entered as search criteria.

**This article applies to**

For all configuration articles, use the following table to show to which product and version the article applies:

> **Applies to:** SBC 3.0

## Header Tabs

![TbWikiStyle1](https://docs.telcobridges.com/w/images/e/ea/TbWikiStyle1.png) To create a page with tabbed content, do the following:

* At the top of a page, enter

```
__NOTOC__
```

* For every tab header, use one equal sign before and after the header name. Then enter your content. \*\*Do not use

```
==
```

or

```
===
```

for lower level headers.\*\*

* To make tabbed headers work, at the end of the article enter

```
<headertabs/>
```

* If you want to return the user to a tab on another page, and have a specific tab highlighted, enter

```
{{#switchtablink:<tab name>|<Link text>|<Page Name}}
```

as in

```
{{#switchtablink:System|Return to Web Portal 3.1 Home Page|Sbc_Tutorial_Guide_v3.1}}
```

[Use this page as an example of Tabbed Headers](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/freesbc-prosbc-web-portal-3-1-system-settings/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/other-pages/tb-wiki-content-development-guidelines.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.
