# For Developers

- [Airdrop](https://docs.tokentable.xyz/for-developers/airdrop.md)
- [EVM](https://docs.tokentable.xyz/for-developers/airdrop/evm.md)
- [Deployer](https://docs.tokentable.xyz/for-developers/airdrop/evm/mdcreate2.md)
- [Merkle Distributor](https://docs.tokentable.xyz/for-developers/airdrop/evm/merkle.md)
- [Signature Distributor](https://docs.tokentable.xyz/for-developers/airdrop/evm/ecdsa.md)
- [Solana](https://docs.tokentable.xyz/for-developers/airdrop/solana.md)
- [Merkle Distributor](https://docs.tokentable.xyz/for-developers/airdrop/solana/merkle-distributor.md)
- [Signature Distributor](https://docs.tokentable.xyz/for-developers/airdrop/solana/signature-distributor.md)
- [TON](https://docs.tokentable.xyz/for-developers/airdrop/ton.md): This is technical documentation for the TON smart contract implementation of the TokenTable product.
- [Getting Started](https://docs.tokentable.xyz/for-developers/airdrop/ton/getting-started.md)
- [Architecture](https://docs.tokentable.xyz/for-developers/airdrop/ton/architecture.md)
- [Usage](https://docs.tokentable.xyz/for-developers/airdrop/ton/usage.md)
- [Smart Contract Schema](https://docs.tokentable.xyz/for-developers/airdrop/ton/smart-contract-schema.md)
- [Integration](https://docs.tokentable.xyz/for-developers/airdrop/ton/integration.md)
- [Unlocker](https://docs.tokentable.xyz/for-developers/unlocker.md)
- [EVM](https://docs.tokentable.xyz/for-developers/unlocker/evm.md)
- [APIs](https://docs.tokentable.xyz/for-developers/unlocker/evm/apis.md)
- [Core](https://docs.tokentable.xyz/for-developers/unlocker/evm/apis/core.md)
- [Unlocker](https://docs.tokentable.xyz/for-developers/unlocker/evm/apis/core/unlocker.md)
- [Data Models](https://docs.tokentable.xyz/for-developers/unlocker/evm/apis/core/unlocker/data-models.md): Data models present in the unlocker smart contract.
- [FutureToken](https://docs.tokentable.xyz/for-developers/unlocker/evm/apis/core/futuretoken.md)
- [TrackerToken](https://docs.tokentable.xyz/for-developers/unlocker/evm/apis/core/trackertoken.md)
- [Utilities](https://docs.tokentable.xyz/for-developers/unlocker/evm/apis/utilities.md)
- [Deployer](https://docs.tokentable.xyz/for-developers/unlocker/evm/apis/utilities/deployer.md)
- [External Hook](https://docs.tokentable.xyz/for-developers/unlocker/evm/apis/utilities/external-hook.md)
- [Fee Collector](https://docs.tokentable.xyz/for-developers/unlocker/evm/apis/utilities/fee-collector.md)
- [Versionable](https://docs.tokentable.xyz/for-developers/unlocker/evm/apis/utilities/versionable.md)
- [SDK](https://docs.tokentable.xyz/for-developers/unlocker/evm/sdk.md)
- [Changelog](https://docs.tokentable.xyz/for-developers/unlocker/evm/changelog.md)
- [Solana](https://docs.tokentable.xyz/for-developers/unlocker/solana.md)
- [Starknet](https://docs.tokentable.xyz/for-developers/unlocker/starknet.md)


---

# 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.tokentable.xyz/for-developers.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.
