# Start a Node

Starting a node (or even several) is easy, and will work on home computers just like yours. Here's how:<br>

{% stepper %}
{% step %}

### **Download & Install the Autonomi App**

[Windows](https://downloads.autonomi.com/autonomi-app/windows) (Windows 10+)

[Mac](https://downloads.autonomi.com/autonomi-app/mac) (Apple Silicon)

[Linux x86-64](https://downloads.autonomi.com/autonomi-app/linux) (Ubuntu 24.04+ recommended)

{% hint style="info" %}
This app is in **Beta**, so expect regular updates as well as some niggles. *Need help? Ask our friendly* [*Discord community.*](https://discord.gg/autonomi)
{% endhint %}
{% endstep %}

{% step %}

### **Add your Wallet Address**

In the **Wallet** screen, adding your Ethereum Address allows you to hold anything your nodes earn. Just make sure it's a [compatible wallet](https://app.gitbook.com/s/yZv1zkASl6hUNUmP3ypg/using-autonomi-tokens/holding/compatible-wallets) to be able to see and use the tokens when you earn.
{% endstep %}

{% step %}

### Start Your Nodes

From the **Nodes** screen add a node or two and start them. We'd recommend trying just a few to begin. You can always add more later. You'll see them connect, and then gradually store data.
{% endstep %}

{% step %}

### Earn Over Time

The more your nodes reliably store and serve data, the more you have the potential to earn over time. But remember, you're also supporting the Network, and the future of the internet, from day one.
{% endstep %}
{% endstepper %}


---

# 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.autonomi.com/node/index.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.
