> For the complete documentation index, see [llms.txt](https://trnd-bot.gitbook.io/trnd/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://trnd-bot.gitbook.io/trnd/setup-guide/set-up-tb-pro-and-to-panel-for-your-desktop.md).

# Set Up TB Pro and TO Panel for Your Desktop

## Video TB Pro and TO Panel Setup

{% embed url="<https://www.youtube.com/watch?v=SkmGc5McV1o>" %}

## How to add TB Pro and TO Panel for Your Desktop / Web version.

* Log in to TradingView:
  * Open your preferred web browser and navigate to TradingView.
  * Log in to your account or create one if you haven't already.
* Access Your Chart:
  * Once logged in, hover over "Products" than select "Supercharts"
* Add an Indicator:
  * In the chart view, click on the "Indicators" button (usually located at the top left corner).
  * Select "Invite-only"
    * If "Invite-Only" does not appear please follow this [guide ](/trnd/setup-guide/account-portal-setup-linking-your-discord-and-tradingview-usernames.md)to update your usernames or reach out to [support ](https://discord.gg/trnd)for help.&#x20;
* Apply the Indicator:
  * Once you've found the indicator, tap on it to add it to your chart.
  * Adjust any settings or parameters as needed.
    * For more information on how to update parameters and settings visit this [guide](/trnd/how-to/how-to-use-trnd-pro/how-to-enable-additional-indicators-and-filters.md).


---

# 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://trnd-bot.gitbook.io/trnd/setup-guide/set-up-tb-pro-and-to-panel-for-your-desktop.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.
