> For the complete documentation index, see [llms.txt](https://themochi-app.gitbook.io/mochi-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://themochi-app.gitbook.io/mochi-docs/getting-started/sign-up.md).

# Sign Up

**Time: 2 minutes**

{% stepper %}
{% step %}

### Step 1: Enter Your Email

Go to <https://use.themochi.app/> and enter your email address.

Mochi uses **passwordless login** — no passwords to remember or reset. We send you a magic link every time you sign in.
{% endstep %}

{% step %}

### Step 2: Check Your Email

Look for an email from Mochi with your magic link. Click it to sign in instantly.

{% hint style="info" %}
The magic link expires in 15 minutes. If you don't see it, check your spam folder or request a new one.
{% endhint %}
{% endstep %}

{% step %}

### Step 3: Complete the Quick Survey

We'll ask a few questions about your business to set up the right defaults:

* **Monthly revenue range** — Helps us tailor your experience
* **Monthly DM volume** — So we can optimize your inbox settings
* **Average order value** — Used in pipeline analytics
* **How you found Mochi** — Helps us improve
* **Phone number** — For WhatsApp support if needed

This takes about 30 seconds.
{% endstep %}
{% endstepper %}

## What's Next

Next, you'll set up your organization — your team's workspace in Mochi.


---

# 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://themochi-app.gitbook.io/mochi-docs/getting-started/sign-up.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.
