Auto upgrade

hi all
can anyone please instruct me on how to configure auto upgrade form router rb2011uias-2hnd from winbox

https://wiki.mikrotik.com/wiki/Manual:Upgrading_RouterOS

If I understood correctly I must have router that updated manually then I use auto upgrade to upgrade other routers from it the ip in the manual is local network ip
first of all I have one router
second I was hopping that I can set somthing to auto upgrade form the manufatcurer directly

You could do something like this:

system/scheduler/add name="Auto update" start-time=startup interval=1d on-event="/system/package/update/check-for-updates ; /system/package/update/install"

This would check for an update daily and install it if there is one. But I can think of a lot of reasons why you would not want to do it like this. you will not know what time of day it runs (and possibly restarts), and secondly you might not want to apply updates blindly of they break stuff.