# History

Utilise the 'History' page to view every transaction that happens in game! *We'll aim to improve this page with more filtering and organisation over time.*

### Understanding the UI:

* Each transaction is assigned a ‘type’ to give much needed context to each row.\
  ‘Types’ include but not limited to:
  * Buy
  * Sell
  * Pack
  * Cut or Promoting Players
  * Objective Rewards
  * Contract Renewal
  * Tournament Rewards
* The ‘Item’ names display the name of the relevant player for ‘Contract Renewal’, ‘Buy’, ‘Sell’ and ‘Pack’ types. For rewards, ‘Gold’ is displayed as the item and for objectives, the name of the achieved objective is displayed.
* ‘Item Price’ shows the price per share for player items, the total gold value for rewards and the game renewal cost per individual game.
* ‘Quantity’ shows the amount of shares received/sold, the amount of games in the player’s contract extension or the amount of gold received.
* 'Fees' shows the transaction fee applied to that trade. The base rate is 3%, but dynamic fees can apply during volatility or large sells.
* ‘Total’ shows the combined amount of gold spent/received for each trade.


---

# 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.sport.fun/nfl/navigating-nfl/profile-page/history.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.
