# Asset detail The asset detail page is where you inspect a single asset. Use it to check real-time state, review webhook activity, identify warnings, and report issues to Enode. You typically reach the asset detail page after selecting an asset from the [asset overview](https://developers.enode.com/docs/assets/overview), or by searching for a specific asset directly. With the asset detail page, you can: - 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 There are several ways to reach the asset detail page, depending on your starting point. ### From the asset overview If you're browsing or filtering assets in the [asset overview](https://developers.enode.com/docs/assets/overview), click on any asset in the list to open its detail page. This is especially useful when you're working from a pattern or question, like finding unreachable assets of a specific vendor, rather than looking up a known asset. ### Search by asset or user ID ![Enode dashboard asset search dialog](https://developers.enode.com/images/asset-view/enode_asset-view_find-by-dialog-isolated.png) If you already know which asset you need, you can search for it directly: 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. ## Viewing asset state ![Enode dashboard asset detail](https://developers.enode.com/images/asset-view/enode_asset-view_detail-view_no-warnings.png) Once you select an asset, the detail page displays its 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 The asset detail page 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 detail page](https://developers.enode.com/images/asset-view/enode_asset-view_detail-view_2-warnings-focus.png) The asset detail page 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 detail page. 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/assets/history)