Skip to content

Commit e14efc6

Browse files
committed
feat: answering-ruling-questions guide
1 parent 82d0f26 commit e14efc6

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

apps/docs/content/guides/answering-ruling-questions.mdx

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,35 @@ title: Answering Ruling Questions
33
---
44

55
# Answering Ruling Questions
6+
7+
This guide explains how to use the application to ask questions about rulings in the Goat Format.
8+
9+
---
10+
11+
## What is Goat Format?
12+
13+
This chatbot is specifically trained on the [Goat Format](https://www.goatformat.com/whatisgoat.html).
14+
15+
Goat Format is based on the summer 2005 Yu-Gi-Oh! era. The widely accepted card pool includes cards up to `The Lost Millennium (TLM)`, excluding `Exarion Universe` and `Cybernetic Revolution (CRV)`.
16+
17+
## Asking a Question
18+
19+
Once you have the application running, you'll see cards on the homepage. If you don't have an ongoing conversation, you can click on one of these cards to start asking a Goat Format question.
20+
21+
Here's an example of clicking a card to initiate a question:
22+
23+
![YGO Ruling Chatbot preview](/introduction-preview.gif)
24+
25+
After clicking, you can type your question about a Goat Format ruling into the chat interface.
26+
27+
> [!NOTE]
28+
>
29+
> For better and more detailed responses, you can edit the `OPENAI_MODEL` environment variable in `apps/web/.env.local` to use stronger models.
30+
31+
> [!IMPORTANT]
32+
>
33+
> As of `v1.0.0`, the chatbot is primarily trained on [individual card rulings](https://www.goatformat.com/indivrulings.html). We plan to expand its knowledge base in future updates.
34+
35+
## Getting Answers
36+
37+
The chatbot will process your question based on its training data and provide a ruling.

0 commit comments

Comments
 (0)