> For the complete documentation index, see [llms.txt](https://docs.marketmasters.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.marketmasters.app/web-app/welcome-to-our-app/features/charts.md).

# Charts

You will notice multiple features on the Charts page: Your personal watchlist, top gainers, losers, and active stocks, and a personalized Tradingview charting feature. You also have the ability to “Flip Chart” which may help you when doing technical analysis. Please note that data is currently delayed by 15 minutes.

You can add stocks to your watchlist by clicking on the “Enter ticker symbol” and then hitting Add. This will then show up on your watchlist on the left side of the screen, as well as the right side inside Tradingview’s charting feature once the page is refreshed.&#x20;

At the bottom of the page, you will also notice the general background and financial info provided to you regarding the current stock you are researching.

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

**Visual Walkthrough:**

{% embed url="<https://www.loom.com/share/2ce8d998f7da48d2b2b107e3c2237e19?sid=1edfc2dd-539c-4a33-81c2-623042360bc3>" %}


---

# 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.marketmasters.app/web-app/welcome-to-our-app/features/charts.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.
