# Best Practices

#### 1. Start Broad, Then Go Deep

* **Not ideal:**\
  "what's the RSI"
* **Better:**\
  "Analyze $ETH for me" → then follow up with\
  "now give me detailed TA with multi-timeframe RSI"

#### 2. Provide Context About Your Goals

* **Not ideal:**\
  "should I buy"
* **Better:**\
  "Should I buy $ETH here for a swing trade? I'm willing to hold 1-2 weeks and risk 5% of my portfolio"

#### 3. Let TrueNorth Verify Before Acting

Don't assume — let TrueNorth check the data:

```
You: "$SOL is pumping, should I chase?"
TrueNorth: "Actually, $SOL is down 2% today. Let me show you what's really happening..."
```

#### 4. Use the Complete Workflow

For important trade decisions, go through all dimensions:

1. "Scan the market — what's showing relative strength?"
2. "**Analyze** \[TOKEN] — **full** overview"
3. "**Show** me derivatives **data for** \[TOKEN] — liquidations and positioning"
4. "Give me a trade setup **with** entry, TP, **and** SL"
5. "**Set** alerts **at** the **key levels**"

```
```


---

# 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://docs.true-north.xyz/truenorth-desktop/truenorth-user-prompt-guide/best-practices.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.
