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

# Sign in and account basics

Use the MosoFin sign-in page to access your workspaces. You can sign in with a supported social account or with your email address and password.

<img src="/files/KLHbt863KYOqtp14RTzw" alt="MosoFin sign-in screen" width="560">

## Sign in

1. Open the MosoFin sign-in page.
2. Choose a social sign-in option, or enter your email address and password.
3. Select **Log in**.

After authentication, MosoFin may take you through account onboarding or plan and data-source setup before opening the workspace. Complete the on-screen steps to continue.

## Create an account

Select **Sign up** on the sign-in page and follow the account setup prompts. MosoFin may ask about your firm, team, goals, plan, and preferred data source so it can prepare your account.

## Recover access

Select **Forgot password?** if you use email and password and cannot sign in. Follow the reset instructions sent to your email address.

If you normally sign in with Google, use the same Google account you used when registering. You can review whether a password is set later from **Account settings > Profile**.

> **Important:** Do not share your password, verification codes, or data-source authorization details with another person. MosoFin support should not ask for your password.

Next, [set up your first workspace](/start-here/create-your-first-data-flow.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, and the optional `goal` query parameter:

```
GET https://docs.mosofin.com/start-here/register-a-mosofin-account.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.
