> For the complete documentation index, see [llms.txt](https://guide.givewise.ca/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.givewise.ca/policy-and-user-documents/demo-access.md).

# Demo Access

## Westwyn Ridge Demo

Welcome to the Westwyn Ridge Wealth demo environment. This sandbox demonstrates how donors and advisors can experience a branded charitable giving platform powered by FlightPath.

#### **Demo Website** <a href="#demo-website" id="demo-website"></a>

​[Westwyn Ridge Wealth – Charitable Giving Fund](https://westwynridge-demo.givewise.ca/)​

#### **Portal Login** <a href="#portal-login" id="portal-login"></a>

​<https://westwynridge.aigle.ai/login>​

***

#### **Donor Account** <a href="#donor-account" id="donor-account"></a>

**Name:** Hannah Gives&#x20;

**Email:** <hannahgives@gmail.com>&#x20;

**Password:** Demo2026!

***

#### **Advisor Account** <a href="#advisor-account" id="advisor-account"></a>

**Name:** Allan Westwyn&#x20;

**Title:** Financial Advisor&#x20;

**Email:** <allan.w@westwynwealth.ca>&#x20;

**Password:** Westwyn2026!

***

#### **Notes** <a href="#notes" id="notes"></a>

* This environment is connected to the GiveWise sandbox.
* Data may be reset periodically.
* Please do not change account information or passwords.
* If you experience any issues accessing the demo, please contact your GiveWise representative.

**Last Updated:** July 13, 2026

***

#### **Try These Features** <a href="#try-these-features" id="try-these-features"></a>

**Suggested Demo Flow:**

1. Explore the public website.
2. Log in as Hannah Gives.
3. View the Giving Fund dashboard.
4. Make a test contribution.
5. Recommend a grant.
6. Log in as Allan Westwyn.
7. View the advisor dashboard and client management.


---

# 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://guide.givewise.ca/policy-and-user-documents/demo-access.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.
