> 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/copilots.md).

# Copilots

**Copilots** are AI assistants inside StableJack that help users manage broader investment and trading workflows over time.

They are designed for ongoing decision support rather than one-time analysis. In investing, most decisions do not happen in a single step. A user may identify an opportunity, build a thesis, define entry and exit levels, monitor market conditions, track risk, react to news, and decide whether to hold, reduce, or exit a position. Copilots help users manage this full process with more structure.

For example, a **Strategy Builder Copilot** can help users turn a market view into a clear trading strategy. Instead of entering a trade based only on intuition or short-term price movement, users can define the thesis, time horizon, entry conditions, target levels, invalidation points, and risk/reward structure.

A **Position Management Copilot** can help users manage an open trade after entry. It can help evaluate whether the original thesis is still valid, whether market conditions have changed, whether risk has increased, and whether the user should continue monitoring, adjust the plan, or consider exiting.

An **Indicator Tracker Copilot** can help users monitor technical indicators, market signals, or specific conditions that matter to their strategy. This helps reduce the need to manually check charts and signals throughout the day.

The main benefit of Copilots is that they help users move from fragmented decision-making to a more structured investment process. Many traders struggle not because they lack information, but because they fail to manage positions consistently, ignore risk levels, react emotionally, or miss important changes in the market. Copilots help create a more disciplined workflow.

Copilots are also useful because they reduce operational workload. A human investor cannot monitor every chart, news event, signal, and open position at all times. StableJack Copilots help users track more information, maintain context, and focus on making the final decision.

In simple terms, **Copilots are ongoing AI investment assistants that help users manage strategy, risk, positions, and market conditions over time.** They turn StableJack from a research interface into a continuous decision-support system for investors and traders.


---

# 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/copilots.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.
