github.com/outbrain/consul@v1.4.5/website/source/docs/commands/agent.html.md (about) 1 --- 2 layout: "docs" 3 page_title: "Commands: Agent" 4 sidebar_current: "docs-commands-agent" 5 description: |- 6 The `consul agent` command is the heart of Consul: it runs the agent that performs the important task of maintaining membership information, running checks, announcing services, handling queries, etc. 7 --- 8 9 # Consul Agent 10 11 The `consul agent` command is the heart of Consul: it runs the agent that 12 performs the important task of maintaining membership information, 13 running checks, announcing services, handling queries, etc. 14 15 Due to the power and flexibility of this command, the Consul agent 16 is documented in its own section. See the [Consul Agent](/docs/agent/basics.html) 17 section for more information on how to use this command and the 18 options it has.