> For the complete documentation index, see [llms.txt](https://jellyprotocol.gitbook.io/jelly-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jellyprotocol.gitbook.io/jelly-guide/recipes/create-an-airdrop/create-airdrop/your-airdrop-claim-ui.md).

# Your Airdrop Claim UI

### **Your Airdrop UI**

Goto your Airdrop UI, it can be found by replacing your own Airdrop Contract Address into the link with the right chain id:\
<https://app.jelly.io/airdrops/**yourairdropcontractaddress**?chainId=**4>\*\*

e.g. <https://app.jelly.io/airdrops/0x49b1693fdd93459567d9e4431b5295ff93a453ca?chainId=4>

**Ethereum mainnet** chainId=1

**Rinkeby** chainId=4

**Matic** chainId=137

**Mumbai** chainId=80001

Your Airdrop is probably looking something like this. You can check the eligibility of individual addresses. Try entering a few addresses on your whitelist, and confirm the token amounts match what you set. Once you're ready, the next step is to customize your Airdrop Claim UI

![](/files/DLWIoziyLqVIA65GI9Gh)

### Update Description

Now we're going to add some text to the left side, which you can customize at any time.&#x20;

Goto to Etherscan and look up your Airdrop Contract Address. Then goto the write mode and **setDocument** function, then enter:\
\- "description" (must be the word "description", no spaces)\
\- The text you want to display on your UI. e.g. "Some text, you can add any text you like. For new lines use \n\n between text"<br>

![Note that you can put in whatever text you like into the \_data field but the first field for \_name needs to say "description"](/files/BcvFdDSdF2iWY8l4MV9F)

<br>
