# Configuring Node

By default, all bot hostings come configured with Node installed. This means it is easy to get started!

The only step you need to change is the "Main File" to be your JavaScript main file. This ends in .js, and can be done as seen below:

<div align="left"><img src="/files/-MY1BXq7tjeo2SZ8_htb" alt="Main File changer"></div>

Congrats! You can now begin to use your Node hosting!


---

# 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://harrydev.gitbook.io/hosting/discord-js/configuring-node.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.
