# Asset view The Asset view is your central hub for working with an asset. Use it to investigate linked assets, test your application, and resolve customer issues faster. With Asset view, you can: - Search for assets by user or asset ID - View real-time asset states and live/historical webhook data - See automatic warnings for common issues - Report issues directly to Enode, with pre-filled ticket data ## Finding an asset Depending on whether you are using a Sandbox or Production client, there are two ways to find assets. ### 1. Search by asset or user ID (All environments) ![Enode dashboard asset search dialog](https://developers.enode.com/images/asset-view/enode_asset-view_find-by-dialog-isolated.png) To search for a specific asset: 1. Copy the **Enode** asset ID or user ID for the asset that you want to investigate 2. Open the asset search dialog from the client menu in your dashboard 3. Paste the user or asset ID into the search field You’ll also see a list of your recently visited assets for quick access. Keyboard shortcut: Press `Cmd + K` (Mac) or `Ctrl + K` (Windows) to open the search dialog from anywhere in the client dashboard. Use arrow keys to navigate results. ### 2. Use the Asset List (Sandbox only) ![Enode Sandbox UI asset list](https://developers.enode.com/images/asset-view/enode-sandbox_asset-list-view.png) If you’re working in a Sandbox client, you can view all connected assets in a list view. Sandbox guide: To learn more about how to use the asset list to manage your Sandbox assets, please refer to our [Sandbox guide](https://developers.enode.com/docs/sandbox#getting-started). ## Viewing asset state ![Enode dashboard asset view](https://developers.enode.com/images/asset-view/enode_asset-view_detail-view_no-warnings.png) Once you select an asset from search or the list, the Asset view for that asset will open. The Asset view displays the asset’s current state. It mirrors the structure of the API response (e.g. `GET /vehicles`) and supports all available asset types. Use this view to: - Inspect real-time asset data - Compare fields to expected values - Troubleshoot integration issues ## Webhook events Asset view subscribes to real-time [webhook](https://developers.enode.com/docs/webhooks) updates. Whenever the asset’s state changes, the view is automatically updated. The _Events Feed_ shows a timeline of webhook activity. Click on any event to: - See which fields changed - View the raw JSON body of the webhook payload Webhooks guide: Learn more about webhooks in the [webhooks guide](https://developers.enode.com/docs/webhooks). ## State warnings ![Example of state warnings in the asset view](https://developers.enode.com/images/asset-view/enode_asset-view_detail-view_2-warnings-focus.png) Asset view flags common issues like active [interventions](https://developers.enode.com/docs/interventions) with state warnings, so you can quickly identify potential causes of integration or device errors. ## Reporting an issue to Enode ![Dialog to report an issue with the asset](https://developers.enode.com/images/asset-view/enode_asset-view_report-issue-dialog-isolated.png) If you still need help, you can report an issue directly from the Asset view. When you click “Report issue”, we’ll automatically attach relevant asset metadata to the support ticket. This helps our team resolve your issue faster. [Read next: Asset History](https://developers.enode.com/docs/asset-view/asset-history)