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

# FAQ

Q**1. What is AlphaPilot?**\
**A:** AlphaPilot is a platform that uses quantitative and artificial intelligence (AI) technology to provide research reports, strategy signals, and valuation analyses for stocks, ETFs, and cryptocurrencies. \
In other words, you can enter a financial ticker and quickly receive a comprehensive analysis report — or follow to strategy signals that allow you to seize market opportunities in real time.

***

**Q2. What services can I access through AlphaPilot?**\
**A:** The main services include:

* **Research**: Enter a single stock, ETF, or cryptocurrency ticker. The platform generates an analysis report covering valuation, sentiment analysis, business model, competitive landscape, and more.
* **Strategy**: Pre-built trading/ signal strategies (for example, “SOL MicroTrend Crypto”) are available for you to follow — ideal for active traders.
* **Signal**: When a strategy identifies an opportunity, the platform notifies you (via email or Telegram) so you don’t miss out.
* **Discover & Education Hub**: For those who want to enhance their research or trading skills, the platform offers educational content, a community, and toolbox resources.

***

**Q3. Who is AlphaPilot suitable for?**\
**A:**

* If you’re an intermediate or advanced investor — someone who already has a basic stock-picking or trading mindset — AlphaPilot can be a powerful tool to boost your decision-making efficiency.
* If you’re a beginner, the platform offers educational content, but you’ll still need some ability to “understand reports” and “interpret strategy signals.”
* If you have no experience at all, and you simply want to passively hold long-term investments, relying solely on strategy signals + reports (and combining them with your own judgment) might be more appropriate.\
  In short: the platform provides *decision-support tools*, but it **does not guarantee** “fully automatic profits.” Users must still take responsibility for their investment decisions. The website explicitly states: “Content is for reference only and does not constitute investment advice. Past performance is not indicative of future results.”

***

**Q4. How are strategy signals sent to me?**\
**A:** Signals are sent to the email address you registered with, and Telegram notifications are also supported. You can configure this under **Account → Notification Settings**.


---

# 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://alphapilot.gitbook.io/docs.alphapilot.tech/documentation/faq.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.
