# Login / Splash

The entry point to the Ability Hub app.&#x20;

Displays the AbilityHUB logo, the tagline "Bringing Caregivers and Families Closer", and a single Sign In / Sign Up button on a soft green background.

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

The Ability Hub data is secured with the best of authentication and authorization technology.

### Auth0 Login

Tapping Sign In / Sign Up launches Auth0's hosted login page. Users can authenticate via one of the many options supported - email/password or social sign-in (Google, Microsoft, Facebook).&#x20;

New users can sign up directly from this screen.

<figure><img src="/files/UjNnDITrvdJ1LexUbdSw" 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://fieldworker.gitbook.io/fieldworker-docs/fundamentals/pages/ability-hub-app/login-splash.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.
