> For the complete documentation index, see [llms.txt](https://docs.alphaquest.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.alphaquest.io/features/narratives/narratives-dashboard.md).

# Narratives Dashboard

This is where you discover the top and rising narratives based on search interest on Google

<figure><img src="/files/DNkxhziXAVkMnwyTn02M" alt=""><figcaption><p><a href="https://alphaquest.io/narratives">https://alphaquest.io/narratives</a></p></figcaption></figure>

### What is "Trend Score"?

We leverage data from trends.google.com to illustrate the interest over time of a narrative

The numbers represent search interest relative to the highest point on the chart for the given region and time. A value of 100 indicates the peak popularity for the term. A value of 50 means that the term is half as popular. A score of 0 indicates that there was not enough data for this term.

### Timeframe filter & Growth Percentage

There're two timeframes you can select: 12 Months & 5 Years&#x20;

* The default option is 12 Months, as we find this is the best timeframe to understand their trend
* You can also select the 5 years option to compare the search trend with the last market cycle, to understand how high or low the narrative's search trend is

The Growth Percentage represent growth over the time period selected

### Search box

You can use the search box if you’re looking for a particular narrative. If it’s not on our database, don't hesitate to contact us at [https://t.me/alphaquestio](https://link.mail.beehiiv.com/ss/c/2C_tgKLh6-yv03fJYnbD8lIpsCa6D-s9qceTskmBTz3UoKTc5tKYJ7oPSgBfBY7Qd_PwKIW5SVKJ-5tneOP6ze8sbdsY_VWFaPMAtjnm2OQFwuS0iaqIJ3ora6rTuhlI/40d/-9tjfkgiSNOzjfyaPTdazA/h14/r7fFHs1xF8nREXzZ5zqLLv-YAiWgNJKqKwtiBBiIKmY)

### Adding narratives to your watchlist

Track narratives you're interested in by clicking the heart icon below of the chart

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

Learn more about the watchlist and notifications below

{% content-ref url="/pages/rdPjZsXxMKuSOcu4iPnj" %}
[Watchlist & Notifications](/features/watchlist-and-notifications.md)
{% endcontent-ref %}


---

# 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.alphaquest.io/features/narratives/narratives-dashboard.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.
