# Downloading Configuration Files

Running Cardano Node requires multiple configuration files. You must download the configuration files on each computer hosting an instance of Cardano Node for your stake pool.

**To download Cardano Node configuration files:**

1. On the computer hosting your block-producing node, using a Web browser navigate to the Cardano Node [GitHub repository](https://github.com/input-output-hk/cardano-node), then browse to the latest release, then click to expand the **Downloads** dropdown list in the *Technical Specification* section of the release notes, and then click the **Configuration Files** link.
2. On the Environments page, click **Production (Mainnet)**, and then click the following links: **Node Config**, **Node Topology (Legacy non-p2p)**, **Byron Genesis**, **Shelley Genesis**, **Alonzo Genesis** and **Conway Genesis**. Save all configuration files using the default file names in the folder that you set for the `$NODE_HOME` environment variable.

{% hint style="info" %}
You set the `NODE_HOME` environment variable and created the corresponding folder when [Installing GHC and Cabal](/spanish/coins/overview-ada/guide-how-to-build-a-haskell-stakepool-node/part-i-installation/installing-ghc-and-cabal.md).
{% endhint %}

1. On each computer hosting a relay node for your stake pool, repeat steps 1 to 2


---

# 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://www.coincashew.com/spanish/coins/overview-ada/guide-how-to-build-a-haskell-stakepool-node/part-ii-configuration/downloading-configuration-files.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.
