> For the complete documentation index, see [llms.txt](https://docs.synteq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.synteq.com/dedicated-servers/other/requesting-ipv6.md).

# Requesting IPv6

## What is IPv6?

IPv6 is the newest version of the Internet Protocol that provides addresses for devices on a network. It was created to replace the older IPv4 system, which was running out of available addresses due to the massive growth of internet-connected devices. IPv6 uses a longer address format (like fd12:3456:789a:bcde:f012:3456:789a:bcde) that allows for trillions more unique addresses than IPv4.

## How to request a routed IPv6 block for a dedicated server?

### 1. Open a ticket

Start by going to our client area, and then on the left navigation bar, please select `Support` \[1] > `Open Ticket` \[2]

<figure><img src="/files/Oti6og5Qxzj8ydkiAPK7" alt=""><figcaption></figcaption></figure>

### 2. Fill out the body of the ticket

Then, select the `Technical Support` department

<figure><img src="/files/VCwvYpGE3eFHuTmNFI9G" alt=""><figcaption></figcaption></figure>

Afterward, please select the appropriate server in the `Realted Service` field, and fill out the `Subject`, and the `Message` part as per the table below:

<table data-header-hidden><thead><tr><th width="116.109375"></th><th></th></tr></thead><tbody><tr><td>Subject [1]</td><td><pre><code>IPv6 routed block request - dedicated server
</code></pre></td></tr><tr><td>Message [2]</td><td><pre><code>Hello, 

I'd like to get a routed IPv6 block added to my server:
Server ID: 47-DQ-U27-N3
Server IPv4: 123.123.123.123

Thank you! </code></pre></td></tr></tbody></table>

<figure><img src="/files/j2ltEVfa2JMnYjXz8E7j" alt=""><figcaption></figcaption></figure>

Then, after we get back to you with information about your new routed IPv6 block, you'll be able to use it!&#x20;


---

# 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.synteq.com/dedicated-servers/other/requesting-ipv6.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.
