> For the complete documentation index, see [llms.txt](https://captain-tsubasa-rivals.gitbook.io/ja/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://captain-tsubasa-rivals.gitbook.io/ja/pvp-mode/preparation.md).

# 対戦準備

## 対戦までの流れ

<figure><img src="/files/xcROyvm6YQHzpNebGofd" alt=""><figcaption></figcaption></figure>

#### 1. ライバルカード選択

* どのライバルカードのピースを奪いたいかを選択します。
* 過去にピースを所持したことがないライバルカードは選択できません。
* ライバルカードに応じて、必要な選手数が異なります。

#### 2. ピース選択

* 選択したライバルカードの中から任意のライバルピースを選択することができます。
* 所持上限に達しているライバルピースは選択できません。

#### 3. 対戦相手の選択

* 対戦リストに表示されたユーザーから対戦相手を選びます。

#### 4. チームの編成

* 対戦に必要なチームを編成します。

#### 5. GK（ゴールキーパー）の選択

* 対戦時に利用するGKを選択します。
* GKには無料で使える選手と、ショップで購入できる選手（プレミアムGK）が存在します。
* 詳しくは「[GKについて](/ja/pvp-mode/goal-keepers.md)」の章をご覧ください。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://captain-tsubasa-rivals.gitbook.io/ja/pvp-mode/preparation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
