> 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/account-security.md).

# Account security

#### Account access:

1. Register or sign in via the Moonshot app
2. Enter your email login information
3. In the app, enter the sign in code sent to your email&#x20;
4. Enable Biometrics

{% hint style="danger" %}
Log in codes are only entered during log in and in the app, do not enter it anywhere else, if you get a code you did not request, ignore it.&#x20;
{% endhint %}

#### Code security

You will never enter a code outside of this flow anywhere. We will never ask you to, and if you are being asked and you did not just attempt to log in, Verify the domain of the sender and report it as a scam.&#x20;

If you do not give anyone this code, they cannot log in with that email and your account will be protected.

#### Phishing awareness

Scammers may impersonate the Moonshot team to try to access your account. Never share personal or account information anywhere outside the Moonshot app. We will never email you any sign in attempt notices or ask you to press any link, if you receive one claiming to be from us, do not interact or give with it or give it any personal information.

{% hint style="danger" %}
Moonshot will never ask for any personal information or send any links via email. If you receive an email asking for either, do not interact with it, and report it as a scam.
{% endhint %}

\ <br>


---

# 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/account-security.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.
