# Refresh SIM connection

In a cellular network, a connection refresh involves resetting the link between a device's cellular modem and the network. This process typically requires detaching and reattaching to key network components, such as the SGSN (Serving GPRS Support Node) or MME (Mobility Management Entity) for data services, and the VLR (Visitor Location Register) for voice and SMS services.

{% hint style="warning" %}
Refreshing a connection is high-risk. Sometimes, the device may not reconnect to the network, requiring a full reboot to regain connectivity.
{% endhint %}

### Reasons to refresh a connection:

* Resolved connectivity issues.
* Update network parameters.
* Switch operator or technology.
* Troubleshooting.

## &#x20; How to execute a refresh connection for a single SIM?

1. Access your Monogoto account by logging in to the [Monogoto hub](https://hub.monogoto.io).
2. Click on the "Things" section from the sidebar and select any SIM that is active and using data.
3. Click on the “Connection” action button on the top right section.

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

4. Confirm the action by clicking on the "Refresh" button in the pop up.

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

5. The refresh action can be displayed in the Thing events as "RESET\_SUBSCRIBER".

<figure><img src="/files/6v2duC4vzO10TeMNADoa" alt=""><figcaption></figcaption></figure>

## &#x20; How to execute a refresh connection for multiple SIMs?&#x20;

1. Access your Monogoto account by logging in to the Monogoto hub.
2. Click on the "Things" section from the sidebar and select mulitple SIMs.
3. Click on the “+Add Action” action button and select "Refresh connection".

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

4. Click the "Run" button.

<figure><img src="/files/6oExjEwVHUA9vtF1esqv" alt=""><figcaption></figcaption></figure>

5. You will receive a confirmation message from the UI that the action was executed successfully.

<figure><img src="/files/bq41La3pYMwRnmsYhi3d" alt="" width="307"><figcaption></figcaption></figure>

6. Additionally, you will receive the following inbox events:

The first notification for the refresh connection execution.

<figure><img src="/files/9OMEib2IlIxK1zBCS0Cg" alt=""><figcaption></figcaption></figure>

The second notification when operation is completed, including a file indicating the result of each SIM.

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

<figure><img src="/files/yoFYqLqHx5lBG476ITV2" alt="" width="563"><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.monogoto.io/hub/faq/refresh-sim-connection.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.
