> For the complete documentation index, see [llms.txt](https://docs.pinoapi.com/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pinoapi.com/documentation/knowledgebase.md).

# Knowledgebase

- [Analysis](https://docs.pinoapi.com/documentation/knowledgebase/analysis.md): Advanced guides on technical market reading.
- [Data that matters](https://docs.pinoapi.com/documentation/knowledgebase/analysis/data-that-matters.md): Article on data that actually matters in trading.
- [Strategy](https://docs.pinoapi.com/documentation/knowledgebase/strategy.md): Advanced guides and articles about strategy.
- [Isolate Risk](https://docs.pinoapi.com/documentation/knowledgebase/strategy/isolate-risk.md): An article explaining how to successfully isolate risk in less fortunate instruments.
- [Defensive](https://docs.pinoapi.com/documentation/knowledgebase/strategy/defensive.md): Article on the defensive approach for PinoAPI.
- [Aggressive](https://docs.pinoapi.com/documentation/knowledgebase/strategy/aggressive.md): Article on the aggressive approach for PinoAPI.
- [Risk Management](https://docs.pinoapi.com/documentation/knowledgebase/strategy/risk-management.md): Article on the basics of Risk Management.
- [Trade Emotion](https://docs.pinoapi.com/documentation/knowledgebase/strategy/trade-emotion.md): An article explaining the blueprint of a low risk, extremely high-reward strategy.
- [Psychology](https://docs.pinoapi.com/documentation/knowledgebase/psychology.md): Advanced guides and articles on psychology.
- [Trading](https://docs.pinoapi.com/documentation/knowledgebase/psychology/trading.md): Article on the reality of trading for a living.
- [Contrary](https://docs.pinoapi.com/documentation/knowledgebase/psychology/contrary.md): Article covering Contrary Thinking.
- [Bliss](https://docs.pinoapi.com/documentation/knowledgebase/psychology/bliss.md): Article on surviving the dip.
- [Mindset](https://docs.pinoapi.com/documentation/knowledgebase/psychology/mindset.md): Article on the mindset for trading.
- [Who](https://docs.pinoapi.com/documentation/knowledgebase/psychology/who.md): Article on the emotional aspects in trading.
- [Time](https://docs.pinoapi.com/documentation/knowledgebase/psychology/time.md): Article on the importance of time.


---

# 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://docs.pinoapi.com/documentation/knowledgebase.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.
