# Environment Requirements

To run SSP Relay, please ensure your environment meets the following requirements

* **Node.js**: Version 20 or higher
* **MongoDB**: A running MongoDB instance for data storage and process

{% hint style="info" %}
To download NodeJS please follow this link:

<https://nodejs.org/en/download>

To download MongoDB please follow this link: <https://www.mongodb.com/try/download/community>
{% endhint %}

{% hint style="info" %}
Please make sure to download the packages and installer for your OS and use their corresponding installation guide. Installing these apps may vary based on your OS.

For NodeJS the installation guide is available on this link: <https://nodejs.org/en/download>

For MongoDB the installation guide is available on this link: <https://www.mongodb.com/docs/manual/installation/>
{% endhint %}

{% hint style="info" %}
Please make sure you have a running and working instance of MongoDB as it is needed on running the SSP Relay server. All connection details must be configured properly in the corresponding configuration file.
{% endhint %}


---

# 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://sspwallet.gitbook.io/docs/ssp-relay-development/environment-requirements.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.
