> For the complete documentation index, see [llms.txt](https://docs.auterion.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.auterion.com/hardware-integration/skynode/advanced-configuration/4g-cellular-connection.md).

# LTE Setup

## SIM Card insertion/replacement

Insert your SIM card into the SIM Card slot with the chip contacts facing downwards (refer to the image below). The SIM card is recessed into the enclosure and you might need a tool to push it into the socket. You should hear a click when the SIM card is inserted properly.\
To remove the SIM card, push the card inwards using a tool. You should hear a click and the card will be ejected from the enclosure.

<figure><img src="/files/PE0yiX1XaKyk1KBUXyCs" alt=""><figcaption><p>Skynode SIM card insertion/replacement</p></figcaption></figure>

## Software Configuration

The LTE modem is configured through Auterion Mission Control under the tab **Vehicle Setup > Cellular**

![](/files/SPWu113vXKPSUmThQtle)

The settings presented in this menu are

* **Enable LTE (checkbox):** Select to enable
* **Connected to modem:** Green (*Connected)* | Red (*Disconnected)*
* **APN (Access Point Name):** APN name for your cellular data plan depends on the provider
* **Allow Roaming:** Select to enable if you want to allow connections to a cellular network that is not your service provider
* **Enable PIN:** Select to use a SIM card PIN. Note that the PIN is not stored and has to be entered on every boot when enabled

## Access Point Names

The table below lists typical APN names for existing Skynode users. If your carrier is not listed, please contact their support or check their website to obtain the correct setting.

| Carrier              | APN                       |
| -------------------- | ------------------------- |
| Orange (global)      | orange.m2m.spec           |
| T-Mobile (US)        | fast.t-mobile.com         |
| AT\&T (US)           | NXTGENPHONE               |
| Verizon (US)         | vzwinternet               |
| Bell (CAN)           | pda.bell.ca               |
| Telus (CAN)          | sp.telus.com              |
| Rogers (CAN)         | ltemobile.apn             |
| Freedom Mobile (CAN) | internet.freedommobile.ca |
| Digitalrepublic (CH) | dr.m2m.ch                 |
| Sunrise (CH)         | internet                  |


---

# 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.auterion.com/hardware-integration/skynode/advanced-configuration/4g-cellular-connection.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.
