> For the complete documentation index, see [llms.txt](https://docs.parallels.com/landing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.parallels.com/landing/ras-mp-guide/infrastructure/gateways/add-a-gateway.md).

# Add a Gateway

To add a RAS Secure Gateway:

1. Navigate to **Infrastructure** > **Secure Gateways**.
2. In the right pane, choose **Add** from the ellipsis menu. The **Gateway - Add new** wizard opens.
3. Enter the server FQDN or IP address or click **Browse AD** to select a server from the list. To resolve IP address to FQDN or vice versa, click **Resolve IP** or **Resolve Name**.
4. Click **Next**.
5. Select the gateway mode from the **Mode** drop down menu (Normal or Forwarding).
6. If you selected the **Forwarding** mode in the previous step, select the destination gateway in the **Forward to** drop-down list. You can also select a specific IP address in the **On IP** drop-down list if the Gateway server has more than one.
7. Add an optional description for this Gateway.
8. Select the **Enable User Portal** option to enable the RAS User Portal support (a browser-based client that can be used to connect to Parallels RAS and launch published resources).
9. Select the **Enable firewall rules** to automatically configure the firewall on the server hosting the gateway.
10. Click **Next**.
11. Review the settings and click **Create** to add the Gateway to the Site.


---

# 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.parallels.com/landing/ras-mp-guide/infrastructure/gateways/add-a-gateway.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.
