# Overview

The Hatch Apps Platform is the centralized experience for members. Access to everything starts with the platform.&#x20;

A few things to note about the platform:&#x20;

* The platform is available as a web app in the browser.&#x20;
* The platform is hosted on our cloud servers with AWS.&#x20;
* The platform is a multi-tenant environment.&#x20;

There are 3 ways to enter the platform: Creating a new account, Logging in as a returning user, and Joining a team.&#x20;

Create a new account:&#x20;

1. Go to the [Sign Up](https://platform.hatchapps.com/signup) page.&#x20;
2. Enter your company email, first name, last name, company name, and optional referral code.
3. Click on the Next button to proceed to onboarding.&#x20;

<figure><img src="/files/22Eq48SMYsausqAK9cwe" alt=""><figcaption></figcaption></figure>

Logging in as a returning user:&#x20;

1. Go to the [Log In](https://platform.hatchapps.com/login) page.&#x20;
2. Enter your company email and password.&#x20;
3. Click on the "Log In" button to proceed to the platform.&#x20;

<figure><img src="/files/BeAHDwsBYqxB9VqTHfBp" alt=""><figcaption></figcaption></figure>

Joining a team:&#x20;

1. When invited to join a team, you'll receive an automated email with subject line "\[NAME] invited you to Hatch Apps".&#x20;
2. Follow the instructions in the email making sure to use the temporary password assigned to your account.&#x20;
3. Once in the platform, go to [Settings](https://platform.hatchapps.com/settings) page under Account Information to update your password.&#x20;

<figure><img src="/files/1wHWUWA3PrlGFFSYZDw0" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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.hatchapps.com/platform/overview.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.
