# How can I check if my Webhash Node is running?

To verify if your node is running, open your terminal and execute the following command:

```
sudo docker ps
```

You should see an output displaying **three containers** in a **running** state:

* **node** (Core Webhash Node)
* **pinner** (Handles data persistence)
* **telegraf** (Monitors node performance)

If all three are running, your node is fully operational. If any container is missing or stopped, let us know in Discord for assistance.


---

# 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://node-setup.webhash.com/faqs/how-can-i-check-if-my-webhash-node-is-running.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.
