> 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/transmission-and-lines/test-create-line-service.md).

# Test Create Line Service

#### ***Applies to version(s): v2.5.***

Now, you must create a new line service, for your line interface. A line service defines the payload type of a line interface or another line service. The line service chain stops when it reach the E1/J1/T1 line service.

The E1/J1/T1 line services are also known as trunks or spans.

To create a new line service:

1- Select **Tdm Interfaces-->Line Interfaces** from the navigation panel

![Toolpack v2.5 Navigation Panel Line Interfaces](https://docs.telcobridges.com/w/images/8/8e/Toolpack_v2.5_Navigation_Panel_Line_Interfaces.png)

2- Click **Edit** next to the line service for which you wish to create a line service

![Toolpack v2.5 Edit Line Interface](https://docs.telcobridges.com/w/images/3/35/Toolpack_v2.5_Edit_Line_Interface.png)

3- In the following window, click **Create New Child Line Service** (also, a number can be created at once by selecting **Create Multiple Child Line Service**)

![Toolpack v2.5 Create Line Service](https://docs.telcobridges.com/w/images/4/43/Toolpack_v2.5_Create_Line_Service.png)

4- Create the new Child Line Service:

* Enter a **name** for the new line
* Select an available **local index**, from the drop-down box
* Select appropriate **framing** and **loopback** modes
* Click **Create**

![Toolpack v2.5 Creating Line Service](https://docs.telcobridges.com/w/images/e/e3/Toolpack_v2.5_Creating_Line_Service.png)

5- Navigate back to the line interface page, by following link displayed in the upper-left corner of the screen. The new line service should be displayed in the **Line Services** list

![Toolpack v2.5 Line Service Created](https://docs.telcobridges.com/w/images/0/03/Toolpack_v2.5_Line_Service_Created.png)


---

# 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/transmission-and-lines/test-create-line-service.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.
