# Mobile: Scanning Barcodes

Scanning barcodes using a mobile device connects physical assets to their digital records. Each barcode links to a value stored in the barcode field. Scanning supports multiple use cases: finding assets in the system, verifying asset details during audits, reprinting damaged barcodes, and confirming that barcodes have been set up correctly. The mobile app reads the barcode and retrieves the matching asset, eliminating the need for manual searches or data entry.

## Prerequisites

* Add a **barcode field** to the asset collection.
* Assign a **unique value** in the barcode field for each asset.
* Generate and print barcodes using the barcode generator.
* Attach printed barcode labels to physical assets.
* Install the **Asset Panda mobile app** on a mobile device and sign in.

## Scanning Barcodes <a href="#scanning-barcodes" id="scanning-barcodes"></a>

1. Open the **Asset Panda mobile app**.
2. Select a collection and tap the **barcode icon** at the bottom right of the screen.
3. Point the device camera at the barcode attached to the asset.
4. The app scans the barcode and matches it with the corresponding barcode field.
5. The matching asset record opens in the app for review or further action.

Use barcode scanning to retrieve asset details and streamline on-site workflows.

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://prohelp.assetpanda.com/mobile-app/mobile-scanning-barcodes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
