# Card Draw

In general, card draw (and redraw) should be considered an important element to the game. Each player will draw up to five cards at the start of each round.&#x20;

### Hand

You may want to play as many tactics out of your hand as possible so that you will be able to draw 5 fresh cards.  Although you may have to waste a tactic, this will get you closer to drawing your most powerful combos. There are times when you must hold a tactic in your hand for several rounds to complete a combo, but you should weigh the importance of that combo in comparison to drawing new tactics.&#x20;

### Draw vs Discard

Card draw mechanics can help overwhelm opponents, cycle through your deck quicker, and shift the crowd.&#x20;

On the other hand, cards like *Ruffle Your Feathers* force your opponent to discard, limiting your opponent's options. This can be devastating, especially combined with *Reiterate*.&#x20;

### **Reshuffle**

If you run out of cards in your deck to draw, the discard pile will be reshuffled into a new deck to draw from.&#x20;

|   |
| - |


---

# 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.pixeldebates.com/guides/resource-management/card-draw.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.
