# Learn how to create or log into your TradingView account

## Create a TradingView Account

1. To gain access to TRND, you need to have a TradingView account. \
   If you don't have one, please follow these steps to create an account:
   1. **Sign-Up**:
      * Visit the [TradingView website](https://www.tradingview.com/).
        * Click on the “Sign-Up” button located at the top right corner of the homepage.
   2. **Registration**:
      * Enter your email address.
        * Choose a username.
        * Create a strong password that meets the specified criteria.
   3. **Account Confirmation**:
      * If you signed up with an email address, click the “Sign up” button.
        * You may need to solve a Captcha or verify your email address to confirm your account.
   4. **Access the Platform**:
      * Once your account is successfully created, you’ll be directed to the TradingView platform.

## Find Your TradingView Username

1. After creating your TradingView account, please provide us with the username you selected during the sign-up process. Once we have your username, we can grant you access to TRND. To find your TradingView username, follow these steps:
   1. **Log In**:
      * Visit the TradingView website.
      * Log in using your email address and password.
   2. **Navigate to Profile**:
      * Once logged in, you’ll be taken to the TradingView platform.
      * In the top-right corner, locate your profile icon (usually a small circular icon with an image or your initials).
      * Click on the profile icon, and a drop-down menu will appear.
   3. **Access Profile Settings**:
      * From the menu, select “Profile” or “Settings.”
   4. **Find Your Username**:
      * On the profile or settings page, you should see your TradingView username displayed near the top. It’s typically next to your profile picture or avatar.


---

# Agent Instructions: 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:

```
GET https://trnd-bot.gitbook.io/trnd/setup-guide/learn-how-to-create-or-log-into-your-tradingview-account.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
