# Daily Launches

The bot is set up to also do a daily post with details about known NFT projects minting every day. Use the `/daily-launches` command to configure which channel you would like the bot to announce to. The bot of course requires permissions to post into that channel.

If successful, the bot will immediately post the daily launch message to the specified channel. It will then do this post every day at 4am Eastern.

#### Parameters

* `channel` - *Optional* - The channel to post daily launches into. If not specified, will use the channel where you initiated the command.

The `/daily-launches-remove` can be used to remove this functionality from a channel that has been setup.


---

# 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://alphabot-docs.gitbook.io/alphabot/the-bot/discord-bot/discord-bot-commands/daily-launches.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.
