> For the complete documentation index, see [llms.txt](https://docs.fansports.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fansports.fun/terms-and-legal/faq.md).

# FAQ

<details>

<summary>Q1. When are contracts deducted during a tournament match?</summary>

When a tournament match starts, 1 contract is deducted from every player included in your active lineup.\
Contracts are deducted only once, right before kickoff. If you add a new player to the lineup before the match starts, that player will also lose 1 contract. Buying contracts after the match has started will not apply to that match.

</details>

<details>

<summary>Q2. How are player scores calculated after a match?</summary>

After the match ends, the system processes official match data and calculates player scores based on match results and in-game actions such as goals, assists, passes, defensive actions, goalkeeper saves, and errors.\
Scores also include Bonus Points for wins or draws, depending on the competition. Extra time is counted, but penalty shootouts are excluded.

</details>

<details>

<summary>Q3. What is the Tournament Squad Cap and how does it work?</summary>

The Tournament Squad Cap defines the maximum number of active players whose performance is counted toward tournament scoring (maximum 90 players). If more than 90 eligible players are available, the system will automatically prioritize players based on match data availability and recent performance, unless the user manually adjusts the lineup.

</details>

<details>

<summary>Q4. What do I receive when purchasing an FSP Pack?</summary>

Each pack contains 4 players, and for each player, you receive 500 shares. These shares can be used immediately for squad building, trading, and tournament participation within Fansports.

</details>

<details>

<summary>Q5. What do I receive when opening a Player Pack?</summary>

When opening a Player Pack, users receive 4 randomized Player Cards, each containing a specific number of Player Shares. The total value, player details, positions, and Share amounts are displayed immediately after the pack is opened.

</details>

<details>

<summary>Q6. What happens if I don’t have enough Fan Points (FP) to purchase a Pack?</summary>

If the user’s FP balance is insufficient, the purchase button will be automatically disabled. Once the balance meets the required Pack price, the purchase option becomes available.

</details>

<details>

<summary>Q7. What is the difference between Active and Substitute player status?</summary>

Players set as **Active** will have their match performance counted in tournaments and will consume one contract after completing a match. Players set as **Substitute** will not earn points and will not consume contracts.

</details>


---

# 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://docs.fansports.fun/terms-and-legal/faq.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.
