# Requirements

Hosting your own local version of the archive is ideal for large-scale users such as infrastructure providers, explorers, or those wishing to access the archives with the highest possible throughput and lowest possible latency.

There are two parts to hosting the data:

* CAR files
* Indexes

### CAR Files

We recommend that you host the indexes on high-speed local or network storage. The critical element for high performance is that the indexes can be accessed with low latency. The CAR files themselves can be stored on somewhat higher-latency storage.

To get started on hosting your own archive, you have a few different options:

* Run warehouse nodes to [generate new car files continuously from Solana ledger copies](/running-old-faithful/sourcing-data/generating-from-rocksdb/warehouse-nodes.md)
* If you want a full or partial historical archive, you can:
  * [Generate your own archive from historical ledger copies](/running-old-faithful/sourcing-data/generating-from-rocksdb/historical-blocks.md)
  * [Clone OF1](/running-old-faithful/sourcing-data/of1.md)

### Indexes

Indexes are much easier to generate locally, but you may still pull them from the sources above.


---

# 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.old-faithful.net/running-old-faithful/requirements.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.
