It fetches /robots.txt from the root of whatever domain you enter — the one location every crawler reads — and checks for the two things that matter most: whether a User-agent: * group disallows the entire site, and whether a Sitemap: directive is present. It then breaks the file into its rule groups so you can see at a glance which crawlers are being told what.
How to fix what it finds
The file is plain text at your site's root — edit it directly, or through your CMS's SEO settings (Yoast and Rank Math both have a robots.txt editor). If you need to write one from scratch, the Robots.txt Generator builds the syntax for you. Changes take effect the next time a crawler fetches the file, usually within a day.