# Time Series

Pi transforms text-based information into visual data using advanced AI. After processing a user's question, the system generates a comprehensive timeseries chart. Here's a breakdown of the key elements:

<figure><img src="https://77533864-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7hhzuih0nqUrA34jbqio%2Fuploads%2F5eEirwy7FnyHyzclNmtp%2Fimage.png?alt=media&#x26;token=37a28fc0-d992-400c-997a-eeffe9b9ba6d" alt=""><figcaption></figcaption></figure>

Let's break this view down.

## Question Display

* At the top, you'll see the original question that prompted the analysis.

<div align="left"><figure><img src="https://77533864-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7hhzuih0nqUrA34jbqio%2Fuploads%2FXLgxLmM0flq0JZWfURX0%2Fimage.png?alt=media&#x26;token=35eb4f11-1c88-4fad-bef0-c23033afad5d" alt="" width="375"><figcaption></figcaption></figure></div>

## User Voting System

* Users can upvote or downvote each timeseries.
* This feature helps highlight the most intriguing analyses.
* Each user is limited to one vote per timeseries.

<div align="left"><figure><img src="https://77533864-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7hhzuih0nqUrA34jbqio%2Fuploads%2Fe7YX9KhOKLyI7Mm2AbED%2Fimage.png?alt=media&#x26;token=529b82f2-9e3e-4dc2-a9a1-e0bedb504a83" alt="" width="82"><figcaption></figcaption></figure></div>

## Tag Classification

* Up to three tags are assigned to each timeseries.
* Click on a tag to discover related timeseries with the same classification.

<div align="left"><figure><img src="https://77533864-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7hhzuih0nqUrA34jbqio%2Fuploads%2FKBoNW8PpZmXBgBfjbvpd%2Fimage.png?alt=media&#x26;token=1704a0d7-8316-470c-a747-0063336ab438" alt="" width="375"><figcaption></figcaption></figure></div>

## Interactive Chart

* The main gold line represents the timeseries data for the question.
* A 10-period Moving Average is also displayed for trend analysis.
* The left Y-axis label indicates the measured variable.
* Scale annotations explain the significance of extreme values.

<figure><img src="https://77533864-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7hhzuih0nqUrA34jbqio%2Fuploads%2Ft28MhR4c7bfhtMtqv2Ta%2Fimage.png?alt=media&#x26;token=151f85b5-35e2-47dc-9918-d74165e9375a" alt=""><figcaption></figcaption></figure>

### Chart Details

* For detailed information, click on any data point to view:
  * The specific date
  * An explanation for that particular rating

<div align="left"><figure><img src="https://77533864-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7hhzuih0nqUrA34jbqio%2Fuploads%2FLnArrjZfKiJdSvRHQ6Nq%2Fimage.png?alt=media&#x26;token=31a1d596-461b-422f-831d-6946c012204e" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="https://77533864-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7hhzuih0nqUrA34jbqio%2Fuploads%2FOlyE7HUtiY4mcsUxI4RD%2Fimage.png?alt=media&#x26;token=91b18014-7b18-4949-8169-3326526012ad" alt="" width="256"><figcaption></figcaption></figure></div>

## Correlations

Once your unique timeseries has been created, we start crunching vast datasets to look for correlations.

<div align="left"><figure><img src="https://77533864-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7hhzuih0nqUrA34jbqio%2Fuploads%2FczP1cvepbwCbGCtWHuMV%2Fimage.png?alt=media&#x26;token=72609716-2049-4859-8a0a-10431029f2a0" alt="" width="188"><figcaption></figcaption></figure></div>

If any are found, the ticker (with a link to yahoo finance), the type of correlation, strength and correlation rating are displayed.&#x20;

[Find out more about correlations.](#correlations)

<div align="left"><figure><img src="https://77533864-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7hhzuih0nqUrA34jbqio%2Fuploads%2FcCUXD93OBeiitaBcu6j8%2Fimage.png?alt=media&#x26;token=d656b71a-a29a-43a2-9708-1c6d8a5e4cb2" alt="" width="563"><figcaption></figcaption></figure></div>

## Recommendations

At the bottom, you'll find recent questions with similar tags, encouraging thematic exploration. This layout is designed to provide a comprehensive view of the analysis while facilitating further investigation into related topics.

<figure><img src="https://77533864-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7hhzuih0nqUrA34jbqio%2Fuploads%2FFFaMFspLHKFprDbHwWdq%2Fimage.png?alt=media&#x26;token=d12b1278-4f4d-473e-b7c3-18497e753060" alt=""><figcaption></figcaption></figure>


---

# 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.pi.crunchdao.com/basics/openapi.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.
