> For the complete documentation index, see [llms.txt](https://puregamma-ai.gitbook.io/puregamma-ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://puregamma-ai.gitbook.io/puregamma-ai/puregamma-ai-documentation-espanol/english/faq-and-roadmap.md).

# FAQ & Roadmap

## Troubleshooting

**Voice won't play?**

1. Tap the play button on the reply — autoplay is often blocked by the browser; a manual tap always works (audio is cached).
2. Read the error text: "insufficient credits" → upgrade or wait; "too many requests" → retry in a minute; "service unavailable" → the voice upstream is down, text replies still work.
3. Long replies are truncated to 1500 characters for speech — the full answer is always in text.

**Login problems?**

* Slider: release near the notch; refresh for a new image; arrow keys + Enter also work.
* "Too many attempts": 15-minute rate limit — wait and retry.
* No verification email: check spam; resend from the login page.
* Redirected to login: session expired; you return to the original page after signing in.

**Data issues?**

* Stalled market data: provider outages are flagged explicitly; stale data is never presented as live.
* Slow Agent answers: deep research calls multiple tools; the stream shows progress and can be stopped.
* Missing daily brief: check push preference, timezone and that it's been at least one night since signup.

**Billing?**

* 402 = out of credits. Failed tasks auto-refund via the reserve/settle pipeline.

## Roadmap

Hidden capabilities already live: Backtest Lab (Research sidebar), iMessage Agent (Account), Autopilot portfolio review, Earnings Gamma, and an internal admin console.

System design principle: **components call each other** — one memory layer feeds Secretary, Agent, briefs and backtest spec generation; one skills library serves chat and reports; one credits pipeline handles reservation/settlement/refunds; one dispatcher handles all notification channels.

Planned: strategy marketplace (share & reuse backtest specs), more data sources, intraday backtesting, app store releases, a public research API, and more languages. The roadmap is directional, not a commitment.


---

# 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://puregamma-ai.gitbook.io/puregamma-ai/puregamma-ai-documentation-espanol/english/faq-and-roadmap.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.
