# Getting Started

### What It Does

* **Detects verification claims** on product pages automatically
* **Displays verification details** including country of origin, blockchain token info, and notes
* **Proves ownership** by signing with your Cardano or Ethereum wallet
* **Adds new claims** by scanning QR codes or entering verification IDs

### Installation

1. Download the extension from the [Chrome Web Store](https://lovable.dev/projects/05ee4a8c-8542-41c8-a252-05b9a4a0b6e8#)
2. Click "Add to Chrome" and confirm the installation
3. Pin the TAGBASE icon to your toolbar for quick access

### Your First Verification

1. **Visit a product page** that has a TAGBASE verification
2. **Click the extension icon** - you'll see a badge with the number of claims found
3. **View the verification details** including product info, country, and ownership status
4. **Prove ownership** (optional) - if the product is linked to a blockchain token, click "Prove Ownership" and sign with your wallet

### Understanding the Badge

| Badge     | Meaning                                          |
| --------- | ------------------------------------------------ |
| 🔵 Number | Number of verification claims found on this page |
| No badge  | No claims associated with 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/getting-started.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.
