> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jsonsilo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Regions

> Guide on how to manage a silo region.

## Introduction

In this guide, we explain the concept of silo regions and region codes.

## Regions

JSONsilo is committed to delivering global availability, powering millions of requests daily to services and devices worldwide.

### Asia

| Region    | Code        | Status      |
| --------- | ----------- | ----------- |
| Singapore | `sg-01-api` | Available   |
| Japan     | N/A         | Coming Soon |
| India     | N/A         | Coming Soon |
| Malaysia  | N/A         | Coming Soon |

### Europe

| Region              | Code  | Status    |
| ------------------- | ----- | --------- |
| Germany: Düsseldorf | `api` | Available |

### North America

| Region                 | Code         | Status      |
| ---------------------- | ------------ | ----------- |
| United States: Central | `usc-01-api` | Available   |
| United States: West    | N/A          | Coming Soon |

## How to Change Silo Region

To change the region of your silo, follow these steps:

<Warning>Ensure there are no active requests when changing the region. Otherwise, you may receive a `404` error.</Warning>
<Warning>After updating the region, use the correct base URL for the selected region.</Warning>

<Steps>
  <Step title="Go to the Silos Page">
    Click the "Silos" menu in the sidebar to view your list of silos. Select the silo you want to update by clicking its name.

    <img src="https://mintcdn.com/jsonsilocom/2xDH3SPPsar-H96C/images/quick-start/1.png?fit=max&auto=format&n=2xDH3SPPsar-H96C&q=85&s=aaedef39f57e9877dd5757606ad964b0" alt="manage silo" className="rounded-lg" width="1058" height="623" data-path="images/quick-start/1.png" />
  </Step>

  <Step title="Change the Region">
    Scroll to the bottom of the silo details page, and in the *Settings* section, click the `Manage` button to update your silo region.

    <img src="https://mintcdn.com/jsonsilocom/2xDH3SPPsar-H96C/images/change-region/1.png?fit=max&auto=format&n=2xDH3SPPsar-H96C&q=85&s=ecd02297c5862f9ee07aa64429b834ec" alt="manage silo region" className="rounded-lg" width="894" height="473" data-path="images/change-region/1.png" />
  </Step>

  <Step title="Select New Region">
    In the dialog, select the desired region from the list and click the `Save` button to save your changes.

    <Danger>Changing this will update your silo URL.</Danger>

    <img src="https://mintcdn.com/jsonsilocom/2xDH3SPPsar-H96C/images/change-region/2.png?fit=max&auto=format&n=2xDH3SPPsar-H96C&q=85&s=98c13014fb747b0dc7cc23f304907d66" alt="select silo region" className="rounded-lg" width="602" height="514" data-path="images/change-region/2.png" />
  </Step>
</Steps>
