# FAQ

## How do I add the bot to my discord server?

Click [this link](https://discordapp.com/oauth2/authorize?\&client_id=428866923267358721\&scope=bot\&permissions=0)&#x20;

## Why do you use Futurama quotes for Github commit messages?

We had a pretty patchy commit message system, so rather than try and actually write what we've changed, we just standardised on a simple, automated approach to commit messages that is consistent.

It doesn't serve any real purpose other than removing the cognitive overhead of trying to figure out what we changed.

If I ever need to know where that bug fix is it's in the "[Surrender your mysteries to Zoidberg!](https://github.com/nullabork/talkbot/commit/f6cc5f89231b74373113e22db2ae0da28eb7eddd)" commit.

## Can I setup bot on my own linux server?

Yes! The code is freely available on our [github site here](https://github.com/nullabork/talkbot). Note this is an advanced topic that will require you to understand how to perform linux system administration.

The install instructions are loosely included on the README on the front of the github site.

## Got other questions?

Ask us on our [discord](https://discordapp.com/invite/NxrPp8g)


---

# 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/faq.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.
