> For the complete documentation index, see [llms.txt](https://docs.alphageo.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.alphageo.ai/enterprise-trial-onboarding-guide.md).

# Enterprise Trial Onboarding Guide

Welcome to AlphaGeo. This guide covers the resources you need to begin your trial.

### 1. Getting Started

* Log in to [AlphaGeo Explorer](https://app.alphageo.ai/login). You should have received your login credentials from the AlphaGeo team.
* Reset your password if preferred.

Your password must:

* be at least 12 characters long
* include uppercase and lowercase letters, a number, and a special character
* not contain your username
* not closely resemble your personal information
* not be commonly used or entirely numeric
* differ from your previous five passwords

### 2. Navigating our platform

Access our platform [User Guides](/alphageo-platform/platform-overview.md) from the app’s bottom-left panel.

<figure><img src="/files/miDzpOd9uPyMCHAF4T3n" alt="AlphaGeo Explorer navigation panel"><figcaption></figcaption></figure>

Some key features you may wish to explore include:

* [Location Explorer](/alphageo-platform/location-explorer.md) — Search an address to assess climate risk, resilience, and financial impact.
* [Portfolio Analytics](/alphageo-platform/portfolio-analytics.md) — Assess risk across assets and portfolios. Upload assets through **Data Manager** or add them from **Location Explorer**.
* [Data Manager](/alphageo-platform/data-manager.md) — Upload assets for stress testing in **Portfolio Analytics**.
* [Hazard Alerts](/climate-resilience-suite/hazard-alerts.md) — Monitor real-time and near-term hazards across your portfolio.

If you would like to schedule live walkthroughs for your teams, please contact <support@alphageo.ai> or your direct AlphaGeo contact.

### 3. Understanding our data

Use our product and methodology documentation to understand the analytics behind the platform.

[AlphaGeo Public Docs](https://www.docs.alphageo.ai) provide a high-level product overview.

For detailed model logic, inputs, and assumptions, refer to **Methodology Docs** in the app’s bottom-left panel.

### 4. Support and feedback

Use **Customer Support** or **Feedback & Suggestions** in the app’s bottom-left panel to contact us. You can also email <support@alphageo.ai>.

For urgent assistance, please send an email to our Client Relations lead [Xiaoyou](mailto:xiaoyou@alphageo.ai) and Tech lead [Mehroz](mailto:mehroz@alphageo.ai).


---

# 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://docs.alphageo.ai/enterprise-trial-onboarding-guide.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.
