# Scanning & Claims

### What is a Claim?

A **claim** links a TAGBASE verification to a specific webpage URL. When someone visits that page and opens the extension, they'll see the verification details.

### Adding a Claim via QR Code

1. **Navigate to the product page** where you want to add a verification
2. **Click the TAGBASE extension icon** in your toolbar
3. **Click "Add Claim"** to open the scanner
4. **Point your camera** at the TAGBASE QR code on the product or certificate
5. **Review the preview** - you'll see the verification details before confirming
6. **Click "Add Claim"** to link the verification to the current page

### Adding a Claim Manually

If you have a verification ID (e.g., vrf\_ABC123xyz):

1. **Click the TAGBASE extension icon**
2. **Click "Add Claim"**
3. **Enter the verification ID** in the text field (or paste a TAGBASE URL)
4. **Click "Continue"** to preview the verification
5. **Confirm** to create the claim

### Verification ID Formats

The extension accepts:

* **Verification IDs**: vrf\_ABC123xyz
* **TAGBASE URLs**: <https://tagbase.io/v/vrf\\_ABC123xyz>
* **QR codes** containing either format

### Managing Claims

* Claims are **publicly visible** to anyone with the extension
* Multiple claims can exist on the same URL
* Claims cannot be deleted once created (blockchain permanence)

### Troubleshooting

| Issue                     | Solution                                        |
| ------------------------- | ----------------------------------------------- |
| Camera not working        | Check browser permissions for camera access     |
| QR code not scanning      | Ensure good lighting and hold steady            |
| "Invalid verification ID" | Check the ID format starts with vrf\_           |
| Claim already exists      | This verification is already linked to this URL |


---

# 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://docs.tagbase.io/extension/scanning-and-claims.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.
