# Aesthetix Inline > [!note] Esta página aún no está traducida y se muestra en inglés. This guide provides detailed information about working with Aesthetix Inline instruments using the Elements Hub API. ### Device Workflow The typical workflow for using an Aesthetix Inline device follows these steps: 1. [Initialize lifecycle services](rhopoint-elements-hub-endpoints-functionality-lifecycle.md) 2. [Start a scan](rhopoint-elements-hub-endpoints-functionality-device-scans.md) with `deviceClass: aesthetix-inline` 3. [Poll the list of available devices](rhopoint-elements-hub-endpoints-functionality-device-scans.md#polling-discovered-devices) until the target appears 4. [Connect to the instrument](rhopoint-elements-hub-endpoints-functionality-connected-devices.md) using the discovered identifier 5. *(Optional)* Stop the scan — for Aesthetix Inline it is acceptable to keep the scan running while working with the device 6. Calibrate (see [Calibration](rhopoint-elements-hub-instruments-aesthetix-calibration.md)) 7. [Trigger measurements](rhopoint-elements-hub-endpoints-functionality-measurement-triggers.md) 8. [Disconnect the device](rhopoint-elements-hub-endpoints-functionality-connected-devices.md) 9. [Shut down lifecycle services](rhopoint-elements-hub-endpoints-functionality-lifecycle.md)