# Setting up an Node (Deploy a Node)

A Node is a machine that hosts LLM and responds to the prompts it receives.

The node typically high-end computers with at least 8GB RAM/VRAM to run inference at a reasonable speed (>10 tokens per second).

Currently, there are two ways to host a Node

* [Browser Hosted](/docs/installation-guides/setting-up-an-node-deploy-a-node/on-a-browser.md) (Recommended)
* [VM Hosted](/docs/installation-guides/setting-up-an-node-deploy-a-node/on-a-vm-node.js.md) (Node.js)


---

# 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://fullmetal.gitbook.io/docs/installation-guides/setting-up-an-node-deploy-a-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.
