# Day 4: Finalizing Bot

Go back through all 3 previous days and finalize your Discord bot. Create new commands, edit old commands, and overall make your Discord bot represent you.

There is an additional topic on the next page if you so choose to go through it.

Make sure to ask for help if you need it!


---

# 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://sbdojo.gitbook.io/sushi-cards/2021-2022/session-1/discord-bot/day-4-finalizing-bot.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.
