> For the complete documentation index, see [llms.txt](https://docs.tokentools.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tokentools.app/launchpads.md).

# 启动板

- [创建标准Mint预售](https://docs.tokentools.app/launchpads/simple-mint.md): 100% 去中心化的预售合约创建教程
- [创建加池子Mint预售](https://docs.tokentools.app/launchpads/add-lp-mint.md): 100% 去中心化、预售即加池、自动分发 LP、人人都是做市商
- [创建捐款Mint预售](https://docs.tokentools.app/launchpads/donate-mint.md): 100% 去中心化的预售合约创建教程
- [创建启动板](https://docs.tokentools.app/launchpads/create-a-launchpad.md)
- [更新启动板](https://docs.tokentools.app/launchpads/update-a-launchpad.md)
- [完成启动板](https://docs.tokentools.app/launchpads/finalize-a-launchpad.md)
- [添加/删除白名单](https://docs.tokentools.app/launchpads/add-remove-whitelists.md)
- [如何购买预售](https://docs.tokentools.app/launchpads/buy-launchpad.md)
- [如何领取代币](https://docs.tokentools.app/launchpads/token-launchpad.md)
- [如何撤回您的捐款](https://docs.tokentools.app/launchpads/withdraw-launchpad.md)
- [紧急撤回资金](https://docs.tokentools.app/launchpads/regret-launchpad.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.tokentools.app/launchpads.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
