# Betabot

We maintain several other bots as we deploy features to Talkbot. TalkbotBeta (Betabot) is the most useful bot which will contain more recent features and bug fixes we're testing and serves as a backup in the case Talkbot has issues.&#x20;

If you'd like to add Betabot to your Discord server contact us on our discord at <https://discord.gg/NxrPp8g>.&#x20;

### Other bots&#x20;

We maintain several other bots of lesser importance including development bots, Alphabot and Beakerbot which are switched on when developing new ~~bugs~~ features. Alphabot is specifically used when significant code changes are made and we need a longer testing pipeline. Beakerbot does cool images inset in beaker from the muppets gasping at 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://nullabork.gitbook.io/talkbot/advanced-topics/betabot.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.
