# Grass

## **Step 1: Purchase a** Grass **node**

1. Login to [app.satea.io](http://app.satea.io) and select Grass
2. Select the number of nodes and node duration

After confirming that there are no errors, please follow the instructions to complete the payment.

## **Step 2: Register your Grass account and export your user ID**

Finish registration and login on Grass official website: <https://app.getgrass.io/register>

<figure><img src="https://417288527-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9ecyHbgx92KZChTSsrR8%2Fuploads%2F7l9DwxuVAoTHLwmdordR%2Fimage.png?alt=media&#x26;token=8d1935e1-1ec3-40a0-9bd7-d70d6d2d9d5d" alt=""><figcaption></figcaption></figure>

After logging in, enter the Grass Dashboard interface. Enter F12 on the keyboard (fn+F12 on MacOs) to enter the developer tools.<br>

<figure><img src="https://417288527-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9ecyHbgx92KZChTSsrR8%2Fuploads%2FAcFUEf92xnNEPrM3KIpV%2Fimage.png?alt=media&#x26;token=d68ad173-de8f-4cd2-9aed-7abff47a7378" alt=""><figcaption></figcaption></figure>

After refreshed the webpage, click "Network", "Fetch/XHR", "retrieveUser", and "Preview" in the boxes to enter the interface shown below.

<figure><img src="https://417288527-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9ecyHbgx92KZChTSsrR8%2Fuploads%2F6sBsHqYqDFmi7VcneVUW%2Fimage.png?alt=media&#x26;token=aa002523-133e-4493-aa02-67c4be1cb2fd" alt=""><figcaption></figcaption></figure>

In the code below the Preview in the image, you can see the content in the yellow box, "userID". Copy the number after userID.

## **Step 3: submit your user ID to bind your devices**

Please go to the "open-ticket" channel in the Satea official Discord: <https://discord.com/invite/satea> to submit your Grass userID.

<figure><img src="https://417288527-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9ecyHbgx92KZChTSsrR8%2Fuploads%2FmqyLr4N0RHRA1BKG0Le5%2Fimage.png?alt=media&#x26;token=cdd75a25-b875-42d3-a4e8-a68f61dc3502" alt=""><figcaption></figcaption></figure>

Submission content:&#x20;

* Satea registered email&#x20;
* Grass userID&#x20;

If the same account has purchased multiple Grass nodes, please send the userIDs of all nodes separately. After the userID is sent, the Grass node will be configured within 2 working days without any other operations.&#x20;

After the configuration is completed, you can see that the new device has been successfully added in "Your Networks" at the bottom of the Grass Dashboard, and it will show "Connected". You can confirm that the online time of the new device is consistent with the deployment time at "Time Connected".

<figure><img src="https://417288527-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9ecyHbgx92KZChTSsrR8%2Fuploads%2FNCDX8YChF0ScrGBqOBnT%2Fimage.png?alt=media&#x26;token=f51dcd6b-bbef-4647-9a51-352114df70de" alt=""><figcaption></figcaption></figure>

The above completes the node configuration of Grass.


---

# 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://satea.gitbook.io/satea/project-setup-guide/grass.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.
