> For the complete documentation index, see [llms.txt](https://simpleaitrading.gitbook.io/simple-ai-trading/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://simpleaitrading.gitbook.io/simple-ai-trading/getting-started/quickstart.md).

# Quickstart

{% stepper %}
{% step %}

### **Log in to TradingView**

* Go to [**TradingView.com**](https://www.tradingview.com/) and log in to your account.
* If you don’t have an account, sign up for a free or paid one.
  {% endstep %}

{% step %}

### **Get Access to the Invite-Only Script**

* You must be **granted access** by the script owner.
* If it’s a **paid script**, follow the owner’s instructions to gain access.
  {% endstep %}

{% step %}

### **Open Your Chart**

Click on **"Chart"** from the TradingView homepage.
{% endstep %}

{% step %}

### **Find the Script in the Indicators List**

* Click on **"Indicators"** (📊 icon at the top).
* Navigate to the **"Invite-Only Scripts"** tab.
* You’ll see the scripts you have access to.
  {% endstep %}

{% step %}

### **Add the Script to Your Chart**

* Click on the script name to apply it to your chart.
* The script will now be visible and active on your chart.
  {% endstep %}

{% step %}

### &#x20;**(Optional) Customize the Script**

Click on the **gear icon (⚙️)** to adjust the script’s settings, such as colors or inputs.
{% endstep %}

{% step %}

### **Add the Script to Favorites for Quick Access**

* Click on **"Indicators"** again.
* Go to the **"Invite-Only Scripts"** tab.
* Find the script and click the **⭐ (star) icon** next to it.
  {% endstep %}

{% step %}

### **Easily Access the Script in the Future**

* Your script is now saved under the **"Favorites"** tab in the Indicators menu.
* Next time, simply go to **Indicators → Favorites** to add it instantly.
  {% endstep %}
  {% endstepper %}

✅ **Done!** Your invite-only script is now accessible and bookmarked for quick use.

{% embed url="<https://youtu.be/A49z18L2gQc?si=poio6MWaqZftUzjI>" %}

{% hint style="info" %}

#### **Remember:**

💡 **Follow** [**AIBitcoinTrend**](https://www.tradingview.com/u/aibitcointrend/#published-scripts) **and** [**SimpleAITRading**](https://www.tradingview.com/u/simpleaitrading/) on TradingView to:\
✔️ Get access to **weekly free indicators**\
✔️ Receive **free trading education**\
✔️ Stay updated with **new releases and updates**

✅ **Done!** Your invite-only script is now accessible and bookmarked for quick use.
{% endhint %}


---

# 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://simpleaitrading.gitbook.io/simple-ai-trading/getting-started/quickstart.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.
