> 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/tmedia-documentation/configuration/creating-a-tcap-userpart.md).

# Creating a TCAP Userpart

> **Applies to:** Tmedia 3.0, 3.2, 3.3

After you create a TCAP stack, you must create a TCAP [user part](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/tcap-userpart-configuration/README.md).

To create a TCAP Userpart:

1- Click **TCAP** from the navigation panel

![Create TCAP Stack 0](https://docs.telcobridges.com/w/images/f/ff/Create_TCAP_Stack_0.png)

2- Click **Create New TCAP Userpart** in the TCAP stack configuration window

![Create TCAP Userpart 0](https://docs.telcobridges.com/w/images/e/e9/Create_TCAP_Userpart_0.png)

3- Configure the new TCAP userpart:

* Enter a **name** for the userpart
* Select a **protocol variant**
* Select an **SCCP user part**
* Click **Create**

![Create TCAP Userpart 1](https://docs.telcobridges.com/w/images/8/84/Create_TCAP_Userpart_1.png)

4- Verify that the **"TcapUserpart was successfully created"** message appears

![Create TCAP Userpart 2](https://docs.telcobridges.com/w/images/0/05/Create_TCAP_Userpart_2.png)

**Path**

```
/configurations/@[configuration_name]/tcap_stacks/@[tcap_stack]/tcap_userparts/@[tcap_userpart]
```

**Parameters (text)**

```
/configurations/@[configuration_name]/tcap_stacks/@[tcap_stack]/tcap_userparts/@[tcap_userpart]
name             = "@[tcap_userpart]"
protocol_variant = "ITU96"
sccp_userpart    = "@[sccp_userpart]"

/configurations/@[configuration_name]/tcap_stacks/@[tcap_stack]/tcap_userparts/@[tcap_userpart]/timers
lost_connection_timer = "0 millisecond"
t1_timer              = "6 seconds"
t2_timer              = "6 seconds"
```

**Parameters (json)**

```
```

{ "name" : "@\[tcap\_userpart]", "protocol\_variant" : "ITU96", "sccp\_userpart" : "@\[sccp\_userpart]", "timers" : { "lost\_connection\_timer" : "0 millisecond", "t1\_timer" : "6 seconds", "t2\_timer" : "6 seconds" } }

### List of Parameters

* [Name](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/name/README.md)
* [Protocol Variant](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/protocol-type/README.md)
* [SCCP User Part](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/sccp-user-part/README.md)

**Timers**

* [T1 Timer](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/tcap-userpart-t1-timer/README.md)
* [T2 Timer](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/tcap-userpart-t2-timer/README.md)
* [Lost Connection Timer](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/tcap-userpart-lost-connection-timer/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/tmedia-documentation/configuration/creating-a-tcap-userpart.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.
