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

# Introduction

Selene Intelligence is AlgoPear's AI-native wealth building platform for members of credit unions and community financial institutions. It helps everyday members build wealth through guided investing, budgeting, financial goals, and AI-powered strategy recommendations.

Selene is designed to live **inside your digital banking experience** — embedded as an iframe so members never leave the institution's app.

## What Selene does for your members

* Connects their bank account securely via Plaid
* Opens a brokerage account and completes KYC in a guided flow
* Recommends an AI-driven investment strategy based on their goals
* Executes and tracks investments via Alpaca
* Provides a wealth dashboard showing portfolio progress over time

## How the integration works

Candescent surfaces a **Wealth** entry point in the member's digital banking dashboard. When the member taps it, Selene loads as an embedded iframe — authenticated automatically via SSO handoff. No separate login, no new account creation required.

## Documentation

* [Quickstart](/quickstart.md)
* [Integration Overview](/integration/overview.md)
* [SSO Handoff](/integration/sso-handoff.md)
* [Error Events](/integration/error-events.md)
* [Sandbox Setup](/integration/sandbox.md)
* [API Reference](/api-reference/overview.md)


---

# 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:

```
GET https://docs.algopear.com/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
