# Accessing Your SD Card

## Accessing the microSD

Updating any configuration or G-code files without connecting to your printer is possible by changing the required files on the microSD card. The microSD card is located in a microSD port on the Crane's Duet Maestro board. By pushing the microSD card into the board, as the arrow indicates in the image below, the microSD card will be released from the board. The microSD port and the Duet Maestro are sensitive, so be careful when removing microSD cards.

![Location of the microSD Port on the Duet Board](/files/-LHsNgJJzG94oLxTvkAL)

You can plug the microSD card into the microSD card reader included with your Crane. The microSD card reader can then be plugged into your computer's USB port. The microSD card should then appear as a drive to your computer. You will now be able to download and change any of the files on this card.

![SD Card Structure](/files/-LHsNgJLxxeHp_F91uFJ)

Whenever you are done changing files on the microSD card it is best to safely eject the card and insert it back into the board. **It is best to remove and insert the microSD card when the board is powered off.** Continue to the Network setup guide with the button below.


---

# 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://crane.printm3d.com/sd-card-and-firmware/accessing-your-sd-card.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.
