> 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-m3ua-route-sg.md).

# Create an M3UA Route (SG)

### To create an M3UA route:

**1. Click "Create New M3ua Route" in the M3UA network configuration window:**

![Web Portal v2.4 Create M3UA Route](https://docs.telcobridges.com/w/images/7/7e/Web_Portal_v2.4_Create_M3UA_Route.png)

**2. Configure the new M3UA SG route:**

* Enter a name for the route
* Select a route type:
  * Local (not used)
  * Mtp3 (used with [DPC](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/signalling/dpc/README.md))
  * Psrv (used with [OPC](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/signalling/opc/README.md))
* Select an M3UA peer server (choose Remote Peer server, if associated with an [OPC](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/signalling/opc/README.md), select NONE, if using [DPC](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/signalling/dpc/README.md))
* Select an M3UA user part (if associated with a [DPC](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/signalling/dpc/README.md), select NONE for [OPC](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/signalling/opc/README.md))
* Select a point code
* Select a point code mask: (Recommanded value: Exact match)
* Select a sub-service field type:
  * None
  * [SCCP](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/sccp/README.md)
  * [ISUP](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/isup/README.md)
* Click "Create" to finalize the configuration

![Web Portal v2.4 Creating M3UA Route](https://docs.telcobridges.com/w/images/6/67/Web_Portal_v2.4_Creating_M3UA_Route.png)

**3. Verify that the "M3ua Route was successfully created" message appears:**

![Web Portal v2.4 M3UA Route Created](https://docs.telcobridges.com/w/images/0/0b/Web_Portal_v2.4_M3UA_Route_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/tmedia-documentation/legacy-releases-toolpack-v2.x/create-an-m3ua-route-sg.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.
