> 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/legacy-releases-toolpack-v2.x/create-an-sccp-userpart.md).

# Create an SCCP Userpart

The Userpart is the container for the multiple SCCP interfaces. One Userpart is required for each protocol variant.

multiple SCCP userpart can be instantiated within a single SCCP protocol layer. This allows a user application to interface with multiple SS7 SCCP protocol variants at the same time. Only one SCCP userpart is required for a specific variant as it can be assigned to multiple SCCP networks.

A Userpart can easily be seen as a protocol variant that a host application wants to use on the SS7 network.

### To Create an SCCP User Part

**1. Click 'Create New SCCP User Part' to access the SCCP configuration window.**

![Web Portal v2.3 Create SCCP User Part](https://docs.telcobridges.com/w/images/0/0e/Web_Portal_v2.3_Create_SCCP_User_Part.png)

**2. Enter a name for the SCCP user part.**

* Select a protocol variant
* Click 'Create' to save the changes

![Web Portal v2.3 Creating SCCP User Part](https://docs.telcobridges.com/w/images/2/2b/Web_Portal_v2.3_Creating_SCCP_User_Part.png)

**3. Verify that the 'SCCP Userpart was successfully created' message appears.**

![Web Portal v2.3 SCCP User Part Created](https://docs.telcobridges.com/w/images/f/fb/Web_Portal_v2.3_SCCP_User_Part_Created.png)

**4. Set an SCCP Backup Point Code**

* Select a point code from the menu

![Web Portal v2.3 SCCP Backup Point Code](https://docs.telcobridges.com/w/images/2/21/Web_Portal_v2.3_SCCP_Backup_Point_Code.png)

* Add the selection using the '<<' arrow button

![Web Portal v2.3 SCCP Backup Point Code 2](https://docs.telcobridges.com/w/images/1/15/Web_Portal_v2.3_SCCP_Backup_Point_Code_2.png)

* Click 'Save'
* Verify that the 'SccpUserpart was successfully updated' message appears

![Web Portal v2.3 SCCP Backup Point Code 3](https://docs.telcobridges.com/w/images/0/0b/Web_Portal_v2.3_SCCP_Backup_Point_Code_3.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/tmedia-documentation/legacy-releases-toolpack-v2.x/create-an-sccp-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.
