# Customize endpoint/provider

### Understand network status <a href="#understand-network-status" id="understand-network-status"></a>

The connection of a network will not always be stable. When a network experiences high traffic or the endpoint/provider becomes unstable, network congestion may occur, making users unable to make any transactions on that network.

For each network, there are 3 network statuses that can occur. At SubWallet, we differentiate these statuses by displaying them with different wifi icon colors.

<table><thead><tr><th width="155">Wifi icon color</th><th width="175" align="center">Displayed in wallet</th><th>Meaning &#x26; Action needed</th></tr></thead><tbody><tr><td>Gray</td><td align="center"><img src="/files/WKaZ3yEdn7p7KZvQmzEV" alt="" data-size="original"></td><td>The network connection is <strong>unavailable</strong>. Please turn off the network and enable it back or change to another provider to restore network connection.</td></tr><tr><td>Yellow</td><td align="center"><img src="/files/tohel1JMlnA896ShnzCY" alt="" data-size="original"></td><td>The network connection is <strong>unstable</strong>. Please turn off the network and enable it back or change to another provider to restore network connection.</td></tr><tr><td>Green</td><td align="center"><img src="/files/jGSfstOyoqJp6YRa6QA5" alt="" data-size="original"></td><td>The network connection is <strong>normal</strong>.</td></tr></tbody></table>

### Personalize your network's endpoint/provider <a href="#personalize-your-networks-endpoint-provider" id="personalize-your-networks-endpoint-provider"></a>

**Step 1**: On the SubWallet homepage, tap the list item at the top left corner of the screen to get to the Settings section.

<figure><img src="/files/pZKxmZjb9xT9BM62Me2b" alt="" width="282"><figcaption></figcaption></figure>

**Step 2**: In the Settings section, choose "**Manage networks**".

<figure><img src="/files/yrDDVHQnOHoMF4OdQFTW" alt="" width="302"><figcaption></figcaption></figure>

**Step 3**: Customize your provider by pressing the pencil icon next to the network for which you want to customize the provider.

*In this example, we are choosing Robonomics.*

<figure><img src="/files/9gjRqPBEn8UGtZLvX6Od" alt="" width="282"><figcaption></figcaption></figure>

**Step 4**: In the Network detail section, hit the provider URL.

{% hint style="info" %}
If your selected network has only one provider, consider adding another provider/endpoint to rotate when the connection becomes unstable/lagging.
{% endhint %}

<figure><img src="/files/NA9LKm5bBYgktIpYMhNA" alt="" width="282"><figcaption></figcaption></figure>

**Step 5**: A modal will appear. Choose the provider you want to use from the list.

<figure><img src="/files/7h9r8bjbwVHs26nAeVo9" alt="" width="282"><figcaption></figcaption></figure>

{% hint style="info" %}
If you want to use a provider outside our list, hit "**Add new provider**".
{% endhint %}

**Step 6**: Hit "**Save**". You have successfully changed the endpoint of your chosen network!

<div><figure><img src="/files/wSQJ8cJQlSXXFNN2hji3" alt="" width="282"><figcaption></figcaption></figure> <figure><img src="/files/65VZTe0NXweKe8j9IX9J" alt="" width="282"><figcaption></figcaption></figure></div>


---

# 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.subwallet.app/main/mobile-app-user-guide/network-management/customize-endpoint-provider.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.
