# Configuration Argos uses a simple YAML configuration file to define the server’s configuration, the websites to monitor and the checks to run on these websites. Here is a simple self-documented configuration file, which you can get with [`argos server generate-config`](cli.md#server-generate-config): ```{literalinclude} ../conf/config-example.yaml --- caption: argos-config.yaml --- ```