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

# Watchlists

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

Watchlists allow you to create a "collection" of symbols you want to follow. Using various KlickAnalytis tools, you can further analyze the symbols in your Watchlist in different ways. While the most common way to view a Watchlist is with a "table view", you can use the various view by selecting the drop down value like 'Main' and more.

The watchlist page will always display the watchlist based on watchlist title in ascending order. To change the Watchlist being viewed, use the drop-down list at the top of the page.&#x20;

**Create a New Watchlist**

To create a new Watchlist, click the **"New Watchlist**" button at the top of the page. A free site membership allows you to create up to 2 Watchlists with each watchlist can hold 5 symbols, while paid members may create unlimited Watchlists with each Watchlist can hold up to 1000 rows.

**Add Symbols to a Watchlist**

You can symbol with the symbol entry form at the top of the Watchlist page. Additionally, you may add a symbol to any Watchlist from the symbol's quote page.

New additions to the Watchlist are automatically added to the table.&#x20;

**Views**

Watchlists can be analyzed using "Views." A View simply presents the symbols on the page with a different set of columns. In addition, we have visualization tools in views like

* Charts
* Charts - Technical Indicators
* Charts - Interactive Charts
* Barchart
* Bubbles
* Scatter

and more.


---

# 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://klickanalytics.gitbook.io/docs/tools/watchlists.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.
