> For the complete documentation index, see [llms.txt](https://docs.tradersyard.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tradersyard.com/yard-platform/creating-favorite-watchlist.md).

# Creating Favorite Watchlist

How to Create a Favorite Watch List:

* Use the instrument search bar at the top to search for an instrument.

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

* Find the instrument you want to add.
* Click the **+ icon** next to the instrument name.

<figure><img src="/files/3ugEkaAj6ixvon6rC925" alt=""><figcaption></figcaption></figure>

* The instrument will automatically be added to your **Favorites** watch list.

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

### How to Remove an Instrument from Favorites

* Open your **Favorites** watch list.
* Hover over the instrument you want to remove.
* An **X icon** will appear on the right side of the instrument row.
* Click the **X icon** to remove the instrument from your Favorites list.

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

**Note:** The default watchlists cannot be edited

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


---

# 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.tradersyard.com/yard-platform/creating-favorite-watchlist.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.
