# How do I import

**URL:** https://forum.makecode.com/t/how-do-i-import/16038
**Category:** Help
**Created:** [October 28, 2022, 1:21am UTC](https://forum.makecode.com/t/how-do-i-import/16038 "2022-10-28T01:21:12Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![TakeTheL08](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/takethel08/32/7018_2.png) [@TakeTheL08](https://forum.makecode.com/u/TakeTheL08)
#### Post date: [October 28, 2022, 1:21am UTC](https://forum.makecode.com/t/how-do-i-import/16038/1 "2022-10-28T01:21:12Z")

</div>

Is there a way to import libraries into Microsoft Makecode Arcade?  
Specifically, I am trying to import the filesystem library.

---

<div class="post-metadata">

### Author: ![UnsignedArduino](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/unsignedarduino/32/592_2.png) [@UnsignedArduino](https://forum.makecode.com/u/UnsignedArduino)
#### Post date: [October 28, 2022, 5:12pm UTC](https://forum.makecode.com/t/how-do-i-import/16038/2 "2022-10-28T17:12:53Z")

</div>

No. Most APIs wouldn’t work anyways, because there is no browser environment. What are you trying to accomplish? If you want to persist values, take a look at the settings extension.
