> 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/english/getting-started.md).

# Getting Started

## 1. Create your account

Go to [puregamma.ai](https://puregamma.ai) → **Sign up**. Three ways in:

* **Email**: email + password (min 8 chars with upper/lowercase letters and a digit), then solve the slider puzzle. A verification email is sent — **you must verify before signing in**. You can resend it from the login page (rate limited).
* **Google**: one-tap OAuth; creates or links your account automatically.
* **Mobile**: the Android/iOS apps support email and Google (iOS also supports Sign in with Apple).

**Slider puzzle tip**: drag the piece roughly onto the notch and release — pixel-perfect alignment is not required. You get several attempts per puzzle within its validity window, and can refresh for a new image.

## 2. What you see after signing in

The left sidebar has three groups:

* **Research**: Dashboard (Today), Agent Chat, Reports, Options, Backtest Lab
* **Portfolio**: NAV, Private Secretary
* **Company**: Billing, Account, Docs

The top bar shows your plan, credit balance and account entry.

## 3. Suggested first steps

1. **Account**: set language (EN/中文) and theme (light/dark/system); configure notification channels.
2. **Billing**: check your plan and credit balance. Free tier includes starter credits; paid plans add monthly credits and unlock higher limits (e.g. iMessage Agent).
3. **Portfolio (optional)**: connect read-only sources (Plaid, IBKR, Hyperliquid address, EVM wallet) so briefs and the Agent see your holdings.
4. **From tomorrow**: the daily brief arrives automatically; ask the Agent or Secretary anything, anytime.

## 4. Language, theme, sessions

* The site is bilingual (中文/English); your choice syncs to your account across devices.
* Themes adjust all surfaces including chat bubbles and charts for contrast.
* When your session expires, actions redirect to login and return you to the original page afterwards.
* Forgot password: use "Forgot password" on the login page; reset links are single-use and expire.
* Repeated failures trigger a 15-minute rate limit — wait and retry.


---

# 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/english/getting-started.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.
