> 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-mobile-device.md).

# Set Up TB Pro and TO Panel for Your Mobile Device

## How to add TB Pro and TO Panel for Your Mobile Device

* Open TradingView Mobile App:
  * If you haven't already, download and install the TradingView app from your app store.
  * Launch the app and log in to your account.
* Access Your Chart:
  * Tap the chart icon at the bottom of the screen to open a chart.
* Add an Indicator:
  * Tap the plus icon (usually located at the bottom right corner).
  * Select "Indicators" from the menu.
  * 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-mobile-device.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.
