> For the complete documentation index, see [llms.txt](https://docs.oisy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oisy.com/using-oisy-wallet/how-tos/universal-scanner.md).

# Universal Scanner

<figure><img src="/files/A1TuTuvWADpZVWplkIXc" alt=""><figcaption></figcaption></figure>

The scanner in OISY lets you scan various types of QR codes, and it will then initiate the correct action for the type of QR code.\
Alternatively, it also allows you to paste a code manually and then also initiate the intended action.

{% hint style="info" icon="fire" %}
The new scanner replaces the individual ones used for OISY PAY, WalletConnect, send transactions, or contact address scanning.

You now have one scanner that does it all: **ONE TO RULE THEM ALL**
{% endhint %}

To star the scanner, just press the new scanner button in the menu bar: <img src="/files/G61PoeJfTXw8OEk6sBLx" alt="" data-size="line">

<figure><img src="/files/zsuBFJ510UW6P5BEPs5v" alt=""><figcaption></figcaption></figure>

## WalletConnect

This works 100% as before: Open the scanner and scan or paste the connect code.

## OISY Pay

Same here. Simply open the scanner and scan the QR code at the register.\
Read more about [OISY Pay](/using-oisy-wallet/oisy-pay.md)

## Send Flow

The send flow also works as before. The field where you can enter the destination address shows the scanner symbol, which then allows to open the scanner to directly scan the destination address.

## Contacts Addresses

Open a contact, click the plus to add a new address, and press the scanner icon to scan the address instead of typing it in manually.


---

# 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://docs.oisy.com/using-oisy-wallet/how-tos/universal-scanner.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.
