# Getting Started with the Alpha Testnet

The Alpha Testnet is the first stage where anyone can join the Datagram Network, run a node, and start helping to test the system. By taking part, you’ll earn points based on how long your node stays online and how much it helps the network. It’s a chance to get early access, contribute resources, and be a part of building Datagram before the official launch.

#### Step 1: Download & Install

Visit the [Datagram website](https://demo.datagram.network/#nodeOperator) and download the **Datagram desktop application**. It’s available for Mac, Windows, and Linux.

#### Step 2: Register Your Node

Follow the registration guide to create your operator profile and generate your node key. The application will connect to the testnet once set up.

{% hint style="warning" %}
For the partner core testnet, you can apply for multiple partner core licenses—each node will require a separate API key.
{% endhint %}

#### Step 3: Select Node Type

For the Alpha Testnet, users will only be allowed to choose and operate a Full Core node. Each node will generate one key. Full Cores are eligible to earn maximum amount of points available during the Alpha Testnet.

#### Step 4: Stay Online

Keep your node active and connected. Uptime tracking begins as soon as your node syncs with the network. The longer you stay connected, the more you earn.

#### Step 5: Monitor Progress

The dashboard in the Datagram application lets you see uptime and total points earned.


---

# 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://doc.datagram.network/alpha-testnet/getting-started-with-the-alpha-testnet.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.
