# Storage List

## What is Storage(Network Volume)?

**It is a storage space where you can store data or frequently used models created on Runyour AI and link them to other machines.**

After renting machine, you can access your existing data from the desired directory every time a new development environment is set up. This helps preserve data that might otherwise be lost when returning machine, so you can create a storage space for this purpose.\
\
If you do not create storage, only the basic storage capacity will be provided. If you need additional capacity beyond what is provided by default, you need to create new storage on the storage page. When using only the basic storage, data will be lost when the machine is returned.

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

* There are two types of storage creation: hourly and long-term.&#x20;
  1. **Hourly storage** is <mark style="background-color:yellow;">created and used for</mark> <mark style="background-color:yellow;"></mark><mark style="background-color:yellow;">**the time you need(in minutes).**</mark>&#x20;
     1. [How to create/link hourly storage](/eng-runyourai/utilize-storage/hourly-storage.md)&#x20;
  2. **Long-term storage** is <mark style="background-color:yellow;">allocated and used for</mark> <mark style="background-color:yellow;"></mark><mark style="background-color:yellow;">**a specific period (monthly/annually).**</mark>&#x20;
     1. [How to create/link subscription-based storage ](/eng-runyourai/utilize-storage/long-term-storage.md)
* In my storage list, you can see the created storage spaces and **the machines linked to each storage, along with their linkage status** (Linked / Linkable / Not Linkable).
* You can check your storage rental history by clicking the **"Usage History"** button at the top right of the page and navigating to <mark style="color:blue;">**`Usage History.`**</mark>


---

# 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://runyourai.gitbook.io/eng-runyourai/utilize-storage/storage-list.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.
