How to know if my netdata is running already?

Hii, I am new to netdata,

I am using Endeavoros linux (arch based). I am trying netdata out.
I would like to know if netdata is running, it is visible from htop (or it is hidden) ?
Where can i find guide on how to enable netdata and disable it at will ?

Thanks

Netdata is visible from htop. Run htop --filter=netdata.

I presume you use the default init software - systemd. Thus, you can use systemctl start netdata , systemctl stop netdata. Look at the documentation for more information.