> For the complete documentation index, see [llms.txt](https://docs.prismacloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prismacloud.io/content-collections/application-security/manage-network-tunnel/select-transporter-domain-consistency.md).

# Select Transporter and ensure Domain Name consistency

When integrating your self-hosted provider, such as GitLab Self-Managed, GitHub Server, Terraform Enterprise (Run Tasks) and so on with Prisma Cloud using a Transporter, it is essential to maintain consistency in the domain name. This means matching the domain name that you provided during integration with the domain configuration set up for the Transporter. Additionally, you must select the appropriate Transporter as part of the configuration process.

1. Before you begin.
   1. Set-up a Transporter.

      Refer to [Set Up Transporter Network Tunnels using Docker Containers](/content-collections/application-security/manage-network-tunnel/deploy-transporter-docker.md) or [Set Up Transporter Network Tunnels using Helm Charts](/content-collections/application-security/manage-network-tunnel/deploy-transporter-helmcharts.md) for more information.
   2. Ensure that connection with the Transporter is established.
2. Select a Transporter.
   1. In **Application Security**, select **Settings** > **Manage Network Tunnels**.
   2. Select a Transporter that you have set up from the **Transporter** field of the **Manage Integrations** step in the integration wizard.
   3. Copy the Transporter **Domain name**.

      <figure><img src="/files/tOsXwNuvudPoKYWdvk2T" alt="select transporter1.1"><figcaption></figcaption></figure>
3. In **Application Security**, select **Home** > **Settings** > **Connect Provider** > **Code & Build Providers** > select your integrated \[PROVIDER] from the catalog.
4. In the relevant fields of the **Configure Domain** step of the integration wizard.
   1. Provide the **Domain name** of your self-hosted version control system or Terraform Enterprise (Run Tasks).
   2. Check the **Use a Transporter for secured connection box** > select the Transporter that you configured from the dropdown menu in the **Transporter** field.

This field is only available after a socket is opened and a connection is established with the Transporter.

EXAMPLES

* The following screenshot displays the **Configure Domain** step of Transporter integration with a VCS.

  <figure><img src="/files/BxMJWYp2MEZsieaRrypj" alt="select transporter1.2"><figcaption></figcaption></figure>
* The following screenshot displays the **Configure Account** step of Transporter integration with Terraform Enterprise (Run Tasks).

  <figure><img src="/files/D0NAPrY7B1kPHPLEAfy1" alt="transporter terraform"><figcaption></figcaption></figure>


---

# 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://docs.prismacloud.io/content-collections/application-security/manage-network-tunnel/select-transporter-domain-consistency.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.
