# APN Configuration

ConnectedYou SIMs require you to configure APN in your devices most of the time (there are some exceptions). It's quite simple:

* **Name**: Any name you prefer
* **APN**: Based on your profile, see information below.
* **Username/ Password/ other**: Leave blank/ default

How do you know which APN to use for the SIM you have? You can refer to the APNs mentioned in CY console:

![SIM table shows your APNs](/files/IwA4JwWOqRP1HBEsrQEI)

In general though, the APNs are usually constant for a set of SIMs provided by a Connectivity provider:

* TATA SIMs/ profile SKUs: move.dataxs.mobi
* Monogoto SIMs/ profile SKUs: data.mono
* Telna SIMs/ profile SKUs: rainbow
  * You can configure APNs closest to your deployment to reduce latency as well. In most cases, rainbow should be applicable, but otherwise the following are the options:
    * Americas - altanwifi
    * Asia - kroly
    * Europe - rh

{% hint style="info" %}
Refer to [APN list per Profile](/knowledge-base/connectivity/apn-configuration/apn-list-per-profile-iccid-imsi-prefix.md) page for more details on the specific APN to use
{% endhint %}

Helpful articles for how to set up APN in various types of devices:

* [How to configure APN in iOS devices](/knowledge-base/connectivity/apn-configuration/configure-apn-in-ios-devices.md)
* [How to configure APN in Android devices](/knowledge-base/connectivity/apn-configuration/configure-apn-in-android-devices.md)
* [How to configure APN via AT commands](/knowledge-base/connectivity/apn-configuration/configure-apn-via-at-commands.md)

Some helpful articles for APN configuration methods:

* [APN list per profile/ ICCID-IMSI prefix](/knowledge-base/connectivity/apn-configuration/apn-list-per-profile-iccid-imsi-prefix.md)
* [APN configuration methodologies](/knowledge-base/connectivity/apn-configuration/apn-configuration-methodologies.md)


---

# 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.connectedyou.io/knowledge-base/connectivity/apn-configuration.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.
