# General Rules - Objectives

Grand Archive is a game that is played between two or more players where the primary objective of the game is to win by defeating each opponent’s champion.

General Rules:

1. If a game state results in each player in a two-player game losing at the same time, the game result is designated as a draw for each player.
2. If a game state results in each player in a multiplayer game losing at the same time at the end of a game, the game result is designated as a draw for each player.
3. Players in a multiplayer game who individually lost earlier in the game before the point of a draw between remaining players are still considered to have lost and are not awarded a draw.
4. Each player should provide their own deck for formal matches.&#x20;
   1. In casual games, it is acceptable for a player to be lent a deck by another player.


---

# 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://rules.gatcg.com/general-rules/general-rules-objectives.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.
