--- title: Basic Configuration description: Get started with a basic hyperglass configuration --- import { Callout } from "nextra/components"; To get started, hyperglass only needs to know about your devices. **Devices** are your routers, switches, or whatever else you want to call the endpoints hyperglass will query for information. ## Simple Device Configuration ```yaml filename="devices.yaml" devices: - name: NYC Router 1 address: credential: username: password: platform: cisco_ios attrs: source4: source6: ``` That's it!