.. _user: User **** Just like the :class:`.ConductorAccount`, the Airfinder :class:`.User` object is used to get, monitor, manage your Airfinder devices. After creating your Airfinder Account at ``_ you are ready to start interfacing with your devices! To get started, simply instantiate a :class:`.User` with your credentials :: import conductor.airfinder account = conductor.airfinder.User('my_email_address') Then, from this object, you are able to register, provision, and retrieve all of the Devices that your Conductor Account has access to.