# Before You Install

Before installing **Reactium** or **Actinium**, you need to check that your hosting provider fulfills the necessary software requirements and that you have access to server.&#x20;

### Server Requirements

* [**Node**](https://nodejs.org/en/) 18 or greater
* [**NPM**](https://www.npmjs.com/) 9.5.1 or greater

### Local Development Requirements

In addition to the server requirements above, you will need the following local requirements:

* [Text Editor](https://en.wikipedia.org/wiki/List_of_text_editors)&#x20;
* [Terminal](https://support.apple.com/guide/terminal/welcome/mac) or [Command Line](https://www.digitaltrends.com/computing/how-to-use-command-prompt/) access
* [Git](https://git-scm.com/) *(Windows users will need to install* [*Git for Windows*](https://git-scm.com/download/win)*)*

{% hint style="info" %}
*For Mac users the Local Development Requirements are usually already installed.*
{% 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://docs.reactium.io/installing-foundations/before-you-install.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.
