# Signing in

Studio runs in your browser at [studio.justpush.io](https://studio.justpush.io). There's nothing to install.

You can sign in three ways.

## Email + verification code

1. Enter your email address and continue.
2. JustPush emails you a **6-digit code**.
3. Enter the code to complete sign-in.

There is no password to remember — each sign-in uses a fresh code.

## Sign in with Google

Click **Continue with Google** and choose your Google account. If your Google email already has a JustPush account, you're signed straight in.

## Sign in with Apple

Click **Continue with Apple** and authenticate with your Apple ID. You'll be returned to Studio once Apple confirms.

## Staying signed in

Studio keeps you signed in across page reloads and browser restarts using a secure session — you won't need to re-enter a code every visit. Your access token is held only in memory for the active session and is never stored in the browser's local storage.

## Signing out

Open [Settings](/introduction/justpush-studio/account/settings.md) and click **Logout**. This ends your session on this device and clears any cached data. After signing out, Studio won't automatically sign you back in until you do so explicitly.

> **Next:** [Create your first integration](/introduction/justpush-studio/getting-started/your-first-integration.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.justpush.io/introduction/justpush-studio/getting-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.
