> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/marketplace-packages-and-power-ups/power-ups/object-management/generate-and-scan-object-qr-codes.md).

# Generate and scan object QR codes

QR codes help technicians open the right object faster.

This reduces manual searching on site.

### Typical use cases

Use QR codes when:

* equipment is hard to identify visually
* many similar objects exist at one location
* technicians need quick access to history or forms

{% stepper %}
{% step %}

### Open the object

Open the object in the BackOffice.
{% endstep %}

{% step %}

### Generate the QR code

Use the available QR option on the object.

Then print or store the code.
{% endstep %}

{% step %}

### Attach the code to the equipment

Place the QR code where technicians can scan it easily.
{% endstep %}

{% step %}

### Scan in the mobile app

Open the app and use the scan option.

Then point the camera at the QR code.
{% endstep %}

{% step %}

### Open the object result

Review the matched object and continue with the work.
{% endstep %}
{% endstepper %}

### Frequently asked questions

<details>

<summary>Can I still search manually if scanning fails?</summary>

Yes.

You can still search by code or other object details.

</details>

<details>

<summary>Do QR codes help on site?</summary>

Yes.

They speed up identification and reduce selection errors.

</details>

<details>

<summary>Do I need internet to scan?</summary>

Scanning behavior depends on the app state and available data on the device.

</details>

### Related topics

* [**View object history**](/marketplace-packages-and-power-ups/power-ups/object-management/view-object-history.md)
* [**Object Management**](/marketplace-packages-and-power-ups/power-ups/object-management.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://knowledge.out-smart.com/marketplace-packages-and-power-ups/power-ups/object-management/generate-and-scan-object-qr-codes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
