# Restocks

![](/files/-MbOIRySZ7LF03GEoonP)

METASHIPS are sold in bundles known as "Restocks" inside of "[Generations](/metaships/generations.md)", every Generation has 20 Restocks.

When the current "restock" sells out of METASHIPS (no time limit for this to occur), the next "Restock" will occur either in:

**a.** 1 DAY (if new generation aka 20th restock)

**b.** 1-10 HOURS (if same generation)

The specific amount of time is based on the current [Generation's](/metaships/generations.md) per-restock ship quantity. **The more ships per-restock, the longer the delay.**

The formula for the restock delay is: `(shipStockMultiplier x 1hr)`

* **Generation 1** = 10 hours
* **Generation 2** = 6 hours
* **Generation 3-5** = 4 hours
* **Generation 5-20** = 2 hours
* **Generation 20+** = 1 hour


---

# 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.metaships.io/metaships/generations/restocks.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.
