# Price Comparison

The Price Comparison allows us to visualise the price change for a set of tokens over a given lookback period.&#x20;

For example, let's say we wanted to look at the relative performance of L2 tokens over the past week:

<figure><img src="https://3269745214-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fa5iASgIFDKI5iooTNAC0%2Fuploads%2FU2dcwJGMZlIEb3oE130q%2FScreenshot%202023-08-18%20at%2012.56.22.png?alt=media&#x26;token=3c65228b-1e1b-4ec5-b723-2812c23bf556" alt=""><figcaption></figcaption></figure>

Above we look at linear returns but we can also look at log returns and absolute returns. By default we see closing prices as the data source but we can also select to look at volume in the element settings:


---

# 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://parsecfinance.gitbook.io/guide/defi-elements/price-comparison.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.
