# Prerequisites

## **Get your website ready.**

Your website can be developed using any of the following methods:

1. Coding&#x20;
   * [x] Static HTML
   * [x] React 17
   * [ ] React 18
   * [ ] Next.js
2. No-code visual website builder
   * [x] Webflow
   * [ ] WIX
   * [ ] Wordpress

## **Get the contract ready**

1. Smart Contract address (get the implementation address if it's a proxy smart contract)
2. Smart Contract abi

   Go to etherscan and find the contract ABI section.

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

   For example, [etherscan](https://goerli.etherscan.io/address/0xCA127e07Ce57c78eF0C739F268A437e76c66e0F1#code).
3. Chain ID of the smart contract

   [ChainList map](https://chainlist.org/?testnets=true)


---

# 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://catchonlabs.gitbook.io/catchon-labs/catchon-cdn/prerequisites.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.
