# QuickScan

To get started with quickscan-

* Navigate to the [Quickscan Page](https://solidityscan.com/quickscan).
* Now Click on select Blockchain as shown in the below image.

<figure><img src="/files/uG7RmFHNNuyHeUDNkdrr" alt=""><figcaption><p>Quickscan Page</p></figcaption></figure>

* Choose the blockchain where your contract is deployed, using the search option if needed.

<figure><img src="/files/aHLpqwPy1Z8KNUywYWdV" alt=""><figcaption><p>QuickScan BlockChains</p></figcaption></figure>

* Pick the appropriate chain (mainnet or others) for the protocol.

<figure><img src="/files/o2XWcm78awITS9eP3Zo6" alt=""><figcaption><p>Chain Selection</p></figcaption></figure>

* After selecting the chain input the contract address you wish to scan.

<figure><img src="/files/oTEzhMP3iLbnUlNlTLdK" alt=""><figcaption><p>Input Contract Address</p></figcaption></figure>

* After that just complete the CAPTCHA and click "Start Scan."

**Please follow the constraints below to avoid scan failure:**

1. Navigate to the explorer of the particular blockchain (Ethereum - Etherscan.io).
2. Use the search bar to get your smart contract and check if the source code is verified in the "Contract" tab of the selected explorer.

<figure><img src="/files/JEj0VGnxo2s7WPXv6XaY" alt=""><figcaption><p>Verify and Start Scan</p></figcaption></figure>

* After a brief wait, your scan results will appear. Scroll for more details, and sign up to unlock in-depth insights with line tagging.

<figure><img src="/files/mVyuaK1i1quIeXGRtDNJ" alt=""><figcaption><p>Scan Results</p></figcaption></figure>

<figure><img src="/files/ih9Lky3yhk6P9ToD5j9I" alt=""><figcaption><p>SignUp to unlock the details</p></figcaption></figure>

You can also see the recent scans done using Quickscan.

<figure><img src="/files/0kpHBgscIye0DXCrzIRD" alt=""><figcaption></figcaption></figure>


---

# 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://apidoc.solidityscan.com/solidityscan-security-api/getting-started/web-application/quickscan.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.
