# Word Quests

Players will collect letters and then combine them to form the names of our partners. Correctly forming a partner's name will earn the player Awaken Points, which are used to rank on the leaderboard.

## **Collecting Letters:**

There are two ways to collect letters:

**Method 1: Collecting Boxes on the Map**

* Every day, boxes with the Awaken logo will appear in Asgard. Players need to collect these boxes to receive a random letter.
* The boxes will appear at two specific times:

  8:00 AM (UTC) = 3:00 PM (GMT +7)

  6:00 PM (UTC) = 1:00 AM (GMT +7)

**Method 2: Winning Matches in Normal Game Mode**

* Players participate in solo, duo, or squad matches in the normal game mode within the Battle Hub. If they win the match, they will receive a random letter.

## Letter Matching

* After collecting the letters, players proceed to match them.
* Players enter the letters into the blank box and then press Submit. The system will check the word formed.
* If the word matches the name of any partner, it will be considered a successful match, and the player will be awarded Awaken Points.
* Successfully matched letters cannot be used again and will appear in the "Checked" column.
* Players can refer to the names of the partners in the check-in area or in the project's posts.


---

# 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.playawaken.xyz/about-the-game/game-features/word-quests.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.
