# Helpful Tools

### Explore Flow Accounts

View user NFTs, tokens, storage paths, NFT json data, and more.

{% embed url="<https://www.flowview.app/>" %}

### Setup Collections

Link allows you to set up all your NFT Collections and Fungible Tokens directly in the web browser.

:bangbang:Additionally, **we provide Link as a way to make sure none of your NFT Collections or Tokens are dangerously exposed to hackers**. [A recent hack on Matrix Market](https://twitter.com/0xMatrixMarket/status/1595340742297354243) was widely solved by users connecting to Link and patching their collections.&#x20;

{% embed url="<https://link.ecdao.org>" %}

### Token Airdrops & NFT Raffles

Batch airdrop fungible tokens and raffle away NFTs.

You can also set up **requirements** that citizens must meet in order to be eligible for an airdrop or raffle, including:

* Owning a certain [FLOAT](/products/float.md)
* Being on a whitelist

{% embed url="<https://www.drizzle33.app/>" %}

### Batch Send Fungible Tokens

{% embed url="<https://www.bayou33.app/>" %}

### Better Playground

A playground to run scripts & transactions on Flow Testnet and Mainnet.

{% embed url="<https://run.ecdao.org>" %}


---

# 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.ecdao.org/developer-tooling/helpful-tools.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.
