> For the complete documentation index, see [llms.txt](https://docs.connectedyou.io/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.connectedyou.io/knowledge-base/connectivity/apn-configuration/configure-apn-via-at-commands.md).

# Configure APN via AT commands

Here we will discuss how to:

* Configure APN

To configure APN via AT command, you simple insert the  of the FPLMN on your SIM, we can use the following AT command:

{% hint style="info" %}
AT+CGDCONT= 1,"IP","\<insert apn here>"
{% endhint %}

Here are some examples

```
// APN for TATA SIMs/ SIM-profiles
AT+CGDCONT= 1,"IP","move.dataxs.mobi"
OK

// APN for Monogoto SIMs/ SIM-profiles
AT+CGDCONT= 1,"IP","data.mono"
OK

// APN for Telna SIMs/ SIM-profiles for Europe region
AT+CGDCONT= 1,"IP","rh"
OK
```
