> For the complete documentation index, see [llms.txt](https://docs.idexo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.idexo.com/storage/upload-plain-text.md).

# Upload Plain Text

Supported networks:&#x20;

* arweave

```javascript
const ido = require('idexo-sdk')
const plainText = 'Hello World' // replace this with your plain text 
ido.Storage.uploadPlain(network, plainText)
```
