# Maps Management

Uploading maps is a key step in getting your Micro VPS ready for operation.

{% hint style="info" %}
Refer to [Theseus Maps App](/gcs-software/legacy-software/theseus-maps-app.md) to see how to generate maps for your area of operation.
{% endhint %}

{% hint style="warning" %}
You need to **select your maps after uploading** them.
{% endhint %}

Navigate to the "Map Uploads" tab in the left menu to access the Map Uploads dashboard.

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

## Uploading New Maps

To upload new maps, click the green "Upload Map" button inside of the "Upload Information" panel.

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

This will bring up a window into your computer's file system where you can select the .tar.gz map files to upload.

Once you have selected your maps, a progress bar will appear, indicating the estimated time to completion of your map upload process.

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

{% hint style="info" %}
After the uploading process completes, give a few seconds to the app to reflect the new map upload.
{% endhint %}

Once completed, a success message will appear and your new map will be listed under the "All Maps" panel.

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

## Verify Map Checksum

{% hint style="info" %}
First visit [Viewing Maps](/gcs-software/legacy-software/theseus-maps-app/viewing-maps.md#map-information) to learn where to find the maps app checksum. You will need to do this before proceeding in this step.
{% endhint %}

Our system has checks to ensure the uploaded map has not been corrupted, but there is no way to ensure that 100% of the data is correct. That's why manually verifying that the checksums match is important. Once the map upload has successfully completed, you will see a popup window displaying the checksum of the file you just uploaded. You must manually check to make sure this matches with the checksum on the Maps App.

<figure><picture><source srcset="/files/xhTbyD3FUyeehb5B6S3u" media="(prefers-color-scheme: dark)"><img src="/files/pq2dL5C4fKyhyowzL8rr" alt=""></picture><figcaption></figcaption></figure>

You can also view the same checksum in the maps list after the popup is dismissed.

<figure><picture><source srcset="/files/5NBbHu69Au0TUhmZKLRB" media="(prefers-color-scheme: dark)"><img src="/files/XEup2SxXjoVcvqDA6Xmk" alt=""></picture><figcaption></figcaption></figure>

## Selecting Maps

Once you have uploaded maps to your device, you can select which map you would like to use from the "Map Selection" panel on the left side of the screen.&#x20;

Click on the dropdown showing the currently selected map area and **select the name of the maps you would like to use**.

<figure><img src="/files/13iqAYpmjhjCNlRheat6" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Restart the VPS** via the VPS control tab after selecting new maps.
{% endhint %}


---

# 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.theseus.us/gcs-software/legacy-software/theseus-gcs-app/feature-list/maps-management.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.
