> For the complete documentation index, see [llms.txt](https://docs.verifone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verifone.com/support-uk/t650/how-tos/how-to-set-up-mobile-data.md).

# How to Set Up Mobile Data

Manually configure the mobile data (GPRS) APN on a T650 terminal.

{% hint style="info" %}
**Use this when** you need to manually configure the mobile data (GPRS) APN on a T650 terminal. By default the terminal connects to the GPRS network automatically, so manual APN configuration is usually not required.
{% endhint %}

## Configure the APN

{% stepper %}
{% step %}

### Open the Launcher

Swipe down from the **top of the screen**. Tap the **Launcher icon** (a grid of nine squares).
{% endstep %}

{% step %}

### Access settings

Select **Settings** → **Network & Internet** → **Mobile Network**.
{% endstep %}

{% step %}

### Select your network

Choose the network shown (for example, **Telenor CXN** or another provider). Tap **Advanced**, scroll to the bottom, and select **Access Point Names**.
{% endstep %}

{% step %}

### Check or update the APN

Select the APN in the list and check the **APN** value matches the SIM card:

* **Telenor SIM:** `verifone.inc.cxn`
* **KPN SIM:** `mobius.m2m`

Leave the **Username** and **Password** fields empty.
{% endstep %}

{% step %}

### Save the settings

Tap the **three dots** in the top-right corner and select **Save**.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
If no APNs appear in the Access Point Names list:

1. Tap the **+** icon in the top-right corner to add a new APN.
2. Enter a **Name** (anything you prefer) and the APN that matches the SIM card (see step 4 above).
3. Save the new APN.
   {% endhint %}

<details>

<summary>Keywords</summary>

Also called: mobile data, GPRS, APN setup, SIM data, cellular setup. Search terms: mobile data, GPRS, APN, SIM, cellular, verifone.inc.cxn, mobius.m2m, Telenor, KPN, access point.

</details>


---

# 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.verifone.com/support-uk/t650/how-tos/how-to-set-up-mobile-data.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.
