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

# Overview

StableJack is an AI-powered trading platform that brings market research, analysis, trade planning, and portfolio monitoring into one system. Its product suite includes the Trading Terminal, Navigator

StableJack is designed to help investors research markets, analyze opportunities, structure trades, and monitor positions without switching between multiple platforms and data sources.

The product suite combines a multi-asset trading interface with AI-powered analysis tools that support investors across stocks, crypto, forex, commodities, indices, and other markets. Each product serves a different purpose, but they are built to work together throughout the investment process.

### Trading Terminal

The StableJack Trading Terminal is the main interface where users can research assets, review market data, analyze opportunities, manage their portfolios, and execute trades.

It brings charts, account information, open positions, transaction history, order controls, market data, and AI analysis into one place. Instead of moving between separate charting, research, news, and execution platforms, users can manage the full trading workflow from a single interface.

The Trading Terminal is designed for both active traders and longer-term investors. Users can review asset performance, compare market conditions, monitor their portfolio, and use StableJack’s AI tools before making a decision.

Users remain in control of execution. StableJack provides analysis, context, and structured trade plans, while the final investment decision remains with the user.

### Navigator

Navigator is StableJack’s AI model for market research and investment analysis.

Users can ask Navigator questions about assets, market conditions, trading strategies, financial performance, news events, portfolio risk, and potential opportunities. Depending on the request and available data, Navigator may review price action, technical indicators, financial metrics, market sentiment, trader positioning, relevant news, and broader market conditions.

Navigator is built specifically for financial analysis. Rather than providing only general explanations, it can organize market data into structured outputs such as trade setups, investment theses, scenario analysis, risk assessments, and entry and exit plans.

For example, users can ask Navigator to analyze a stock, compare two assets, explain how a news event may affect a sector, build a trading strategy, or identify the main risks behind an investment idea.

### AI Insights

AI Insights are automatically generated market analyses that help users understand specific assets and potential trading opportunities.

Each AI Insight can include a trade setup, entry conditions, profit targets, stop-loss levels, expected duration, investment thesis, exit plan, bull and bear cases, trader positioning, confidence indicators, market context, and key risks.

StableJack continuously tracks market data and other relevant signals to identify changes that may affect an asset. This allows users to review a structured analysis without manually collecting information from multiple sources.

AI Insights are not trade execution instructions or guaranteed predictions. They are decision-support tools designed to help users evaluate an opportunity, understand different scenarios, and define risk before entering a position.

### Skills

Skills are structured AI workflows built for specific investment and trading tasks.

While Navigator can respond to open-ended questions, Skills guide users through a defined analysis process and produce a consistent, structured result. Each Skill focuses on a particular use case, such as analyzing a company’s financial health, comparing two assets, reviewing technical momentum, identifying market trends, or building a trading strategy.

Examples of StableJack Skills may include fundamental analysis, technical analysis, pair trading, momentum analysis, valuation comparisons, market news analysis, and risk assessment.

Skills reduce the need to write complex prompts or decide which data points should be reviewed. Users select the relevant Skill, provide the required asset or market information, and receive an analysis designed for that specific task.

### Copilots

Copilots are specialized AI assistants that support broader and more continuous investment workflows.

Unlike a single Skill, which completes a defined task, a Copilot can combine several Skills, data sources, and analytical steps to help users manage a larger objective. A Copilot may help track a market, monitor a portfolio, develop a strategy, manage an open position, or follow changes in a specific asset over time.

For example, a trading Copilot may help a user research an asset, review market conditions, create a trade plan, monitor the position after entry, and identify when the original thesis has changed.

Copilots are designed to make StableJack more useful throughout the entire investment lifecycle, from initial research to position monitoring and exit planning.

### How the StableJack Product Suite Works Together

StableJack’s products are designed to support different stages of the investment process.

The Trading Terminal provides the interface for screening, portfolio management, and execution. Navigator allows users to ask financial and market-related questions. AI Insights provide automatically generated analysis for specific assets and opportunities. Skills complete structured investment tasks, while Copilots coordinate broader workflows across multiple stages.

Together, these products help users move from market research to a structured investment decision within one platform.

StableJack does not replace investor judgment. It gives users the tools, data, analysis, and structured workflows needed to evaluate markets more efficiently and make more informed decisions.


---

# 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.stablejack.xyz/stablejack/product-overview/overview.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.
