# Private APNs

Private APNs can be built to give you more security and flexibility in your IoT Network design. Private APNs have an additional fee (link).

Private APNs differ from the Shared APNs in two primary ways:

1. IP addressing of devices
   1. You can dictate the IP range that is assigned to your IoT devices.
   2. You can dictate if the IPs should be assigned statically or dynamically.
2. Connectivity options
   1. You can whitelist certain IPs for internet access, or allow all internet access.
   2. You can setup VPN tunnels between your data centers / premises and the TELUS IoT Network.

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


---

# Agent Instructions: 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://docs.marketplace.telus.com/iot-console-1/access-points-names-apns/private-apns.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.
