# Sign Up

#### 1. Open Agent&#x20;

When you click on "Open Agent" and enter the app, you’ll see **Login** and **Sign Up**.

* Click **Sign Up** if you’re new.
* Click **Login** if you already have an account.

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

#### 2. Choose a log-in method

Sail supports both social login and crypto wallets.

You can sign in with:

* Social providers (Google, Telegram, Farcaster, X)
* Email address
* Phone number
* Passkey
* Crypto Wallets (Metamask, Rabby, Phantom, and more)

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

#### 3. Confirm account ownership

After choosing your method, you’ll be asked to **sign a message**.

This signature confirms ownership of your Sail account. It is not a transaction and does not move funds.


---

# 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.sail.money/usesail/getting-started/quickstart.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.
