> For the complete documentation index, see [llms.txt](https://guides.engels.zip/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.engels.zip/pterodactyl-setup/02-creating-urls/02b-create-url-for-pt-wings.md).

# 02b) Create URL for pt-wings

### Creation of the `pt-wings` URL

1. Head into your Cosmos Server web UI, under ServApps.
2. Find the `pt-wings` container.
3. Under "**URLs**", select the `New (+)` button to create a new URL:

<figure><img src="https://i.imgur.com/evXFq14.png" alt="" width="375"><figcaption></figcaption></figure>

4. The container port should be changed from `80` to `443`. Otherwise, SSL/reverse proxying will not function.
5. Go down to the "**Use Host**" field, and make sure it says `pt-wings.domain.com` . In my case, it's going to be `pt-wings.engels.zip`.

{% hint style="info" %}
**NB:** You can basically choose whatever URL you want for `pt-wings`, you just need to remember it for later. I'm going to choose `pt-wings` for my subdomain, and use that for the rest of tutorial.
{% endhint %}

6. Select `Confirm` to create the URL.
7. You can press the `Refresh` button in Cosmos, if the URL doesn't show up immediately.

<figure><img src="https://i.imgur.com/1PJZt31.gif" alt=""><figcaption></figcaption></figure>

### On to the next step!


---

# 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:

```
GET https://guides.engels.zip/pterodactyl-setup/02-creating-urls/02b-create-url-for-pt-wings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
