# Signing In

## **Sign Up**

If you've never used Thunkable before then you should visit our [sign up](https://x.thunkable.com/signup) page. The sign up page gives you two options. You can either sign up with a Google account or an Apple account and sign in immediately, or you can enter your email address and to be sent a magic sign-in link. We recommend using a Google or Apple account, as it will make testing your app a little easier.

![](/files/-MY3hBJcsgAfVzSXvsTM)

The email will look something like the image below. Pressing the **Click to Sign In** button will open your new Thunkable account and keep you signed in for 30 days, unless you choose to sign out sooner.

![](/files/-LnEEHTt0mU13MdPmjdx)

## **Sign in**‌

Returning users can go directly to our [sign in](https://x.thunkable.com/login) page to sign back into their Thunkable account. You can **Sign in with Google, Sign in with Apple** or **Sign in with email**.

![](/files/-MY3hk0lJ0p33FEcEc2m)

### **Sign in with Google**

This button will sign you in automatically with your Google account. For most users this will be a Gmail address but if your school or work email is powered by Google then that will work too.

### Sign in with Apple

This button will sign you in automatically with your Apple account.‌

### **Sign in with Email**

If you click **Sign in with email** you will be invited to type you email address in a text input.

When you click **Email me the link** we will send you a link that will sign you back into your account.

![](/files/-LnEEHTt0mU13MdPmjdx)

## **Next Steps**

To learn more about using Thunkable, take a look at some of our [tutorials](/snap-to-place/get-started/tutorials.md).

Once you're ready to try out your app, we have a helpful guide for [live testing](/snap-to-place/get-started/live-test.md).


---

# 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://docs.thunkable.com/snap-to-place/get-started/signing-in.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.
