> For the complete documentation index, see [llms.txt](https://support.moonshot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.moonshot.com/get-started/sign-up/login-issues.md).

# Login issues

Occasionally, you may get an error when trying to register for a new account on Moonshot that says "An error occurred in the cloud." This may happen for a few reasons:

1. **Your email was flagged as temporary or spam**

   If our systems flag your email as a fake, temporary, spam, or alias email, you will not be able to use it on our platform. This is for security reasons and to prevent abuse. Using the "Hide my email" feature on iOS counts as a temporary email and is not allowed.
2. **You are in an unsupported region**&#x20;

   If you open the app in a region Moonshot does not support on the App Store or Google Play, you will not be able to register or sign in.
3. **You need to enable biometrics**&#x20;

   Make sure your device OS is updated to the most recent version and that you have biometrics, including Touch ID or Face ID, enabled in your device settings. Moonshot requires biometrics to sign you in securely: we never store or directly access your biometric data.
4. **You need to reinstall the app**&#x20;

   If you are signing in to an existing account and stuck getting the error "Please enable Touch ID or Face ID" even though you have those enabled, please delete the app and reinstall to try again.


---

# 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://support.moonshot.com/get-started/sign-up/login-issues.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.
