# Truth Or Dare

## What is Truth or Dare?

Truth or Dare is a classic party-game where you choose to tell a truth or take a silly dare. It often leads to funny and awkward moments. This version can also be played as a drinking game with your friends!

## How to play

You and your friends take turns running the `/truthordare` command, and choosing either a truth or a dare.

You can optionally include your choice while entering the command `/truthordare [choice]`, or have PixxieBot tag another user to whom you want to direct it. `/truthordare [choice] [user]`

## Truth

If you choose truth, PixxieBot will confront you with a potentially awkward question. Answer this question truthfully, or take a shot when you refuse!

## Dare

If you choose dare, PixxieBot will give you a silly or slightly embarrassing assignment to fulfill. Don’t forget to provide your friends with some picture or video proof of you doing the Dare! When you fail the assignment, or refuse to do it, take another shot!


---

# 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://docs.pixx.ie/features/truth-or-dare.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.
