# Sign up and Sign in

<figure><img src="/files/XzcF9eXpMXk1G2ndWFZf" alt=""><figcaption></figcaption></figure>

## Sign up and Sign in methods

* Email Sign Up and Sign In
* Google Authentication
* Apple Authentication

### Email Sign Up and Sign In

To **sign up with email**, follow these steps:

* Enter your email address in the sign-up form
* You will receive an email with the verification code
* Enter the code in the sign-up form
* Set a password and provide any additional information

**If you are joining Orchestra for the first time** **via** <https://app.orch.so/>, you will be prompted to create a new workspace after completing the sign-up process.

**If you are joining via an invite link**, you will be automatically added to the workspace you were invited to after completing the sign-up process.

**To sign in with an email**, you need to enter your email address and password you used during sign-up.

### Google Authentication

You can sign up and sign in to Orchestra using **Google Authentication** with a supported Google email address.

### Apple Authentication

You can sign up and sign in to Orchestra using **Apple Authentication** with your Apple ID.

## Sign out

To **sign out** of Orchestra:

* Click on your avatar at the bottom of the left sidebar
* Select My account from the menu
* Click the Sign out button


---

# 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.orch.so/start-guide/sign-up-and-sing-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.
