> For the complete documentation index, see [llms.txt](https://docs.thehemera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thehemera.com/hemera-indexer/installation/prerequisites.md).

# Prerequisites

### VM or Your Local Machine

To run the indexer, you need a VM environment or a local machine where you can install `python` and `postgresql`. Ensure you have sufficient disk space and computational resources, especially when indexing a large chain with extensive historical data.

### Python 3.9

Python 3.9 is supported and required to run the Hemera Indexer for the latest version. We will update this section when we support a higher Python version.

### RPC Endpoints

To get started, consider using free RPC providers. For large requests or when indexing historical data, a dedicated RPC URL is recommended. An indexer will require many RPC requests to index an entire blockchain; therefore, ensure your RPC endpoint is robust and fast. Often, the RPC endpoint is the indexer's bottleneck.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.thehemera.com/hemera-indexer/installation/prerequisites.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.
