# Launcher

- [Introduction](https://rocketsuite.gitbook.io/volume-bot/launcher/introduction.md)
- [Launch](https://rocketsuite.gitbook.io/volume-bot/launcher/launch.md)
- [Deploy](https://rocketsuite.gitbook.io/volume-bot/launcher/launch/deploy.md)
- [Add LP](https://rocketsuite.gitbook.io/volume-bot/launcher/launch/add-lp.md)
- [Renounce ownership](https://rocketsuite.gitbook.io/volume-bot/launcher/launch/renounce-ownership.md)
- [Wallets](https://rocketsuite.gitbook.io/volume-bot/launcher/wallets.md): Perform direct transfers, anonymized transfers (🥷🏻) and distribute funds to sniper wallets.
- [Snipers](https://rocketsuite.gitbook.io/volume-bot/launcher/snipers.md)
- [Buy](https://rocketsuite.gitbook.io/volume-bot/launcher/snipers/buy.md)
- [Sell](https://rocketsuite.gitbook.io/volume-bot/launcher/snipers/sell.md)
- [Misc](https://rocketsuite.gitbook.io/volume-bot/launcher/misc.md)
- [Example Scenario](https://rocketsuite.gitbook.io/volume-bot/launcher/example-scenario.md): Here we lay out one example of a lunch scenario in details, so that you can understand which features of the bots make sense for you and when to use them.


---

# 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://rocketsuite.gitbook.io/volume-bot/launcher.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.
