> For the complete documentation index, see [llms.txt](https://docs.ramper.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ramper.xyz/ramper-wallet/user-guides/how-to-sign-in-to-a-new-account.md).

# How to sign in to a new account

## How to sign in to a new account? <a href="#how-to-sign-in-to-a-new-account-in-my-wallet" id="how-to-sign-in-to-a-new-account-in-my-wallet"></a>

Before you get started, please ensure you have an active social media account (e.g., Facebook, Google, Apple) that you intend to use for logging in.

**Step 1: Accessing the Login Page**

* Open the application on your device.
* On the login page, locate and select the "Login" option.

<figure><img src="/files/CMZ2bDfdsMi3RyDUlQRx" alt="" width="375"><figcaption><p>Login page</p></figcaption></figure>

**Step 2: Choosing the Social Account**

* On the login page, you'll find various options for signing in.
* Choose the social media platform you prefer for authentication (e.g., Facebook, Google, Apple).

**Step 3: Authorizing Access**

* You will be redirected to the login page of the selected social media platform.
* If you're not already logged into your social media account, you'll be asked to enter your social media credentials (username and password).
* After entering your credentials, review the permissions requested by the Ramper wallet. These typically involve accessing your profile information and email address. Make sure you're comfortable with these permissions.
* Click or tap the "Sign In" button on the social media platform's page to grant access to your social account.

<figure><img src="/files/WFzZ2c3IITSNlYAL8CcW" alt="" width="375"><figcaption><p>Home screen</p></figcaption></figure>

## How to switch wallets? <a href="#id-ug-signinnewaccountintowallet-howtoswitchwallets" id="id-ug-signinnewaccountintowallet-howtoswitchwallets"></a>

Ramper Wallet supports multiple wallets, allowing users to switch between them with ease. Follow these simple steps:

**Step 1: Accessing the Wallet Section**

* On the home screen of Ramper Wallet, click on the "Wallet" section located at the top left corner.

**Step 2: Selecting the Desired Wallet**

* Within the "My Wallets" page, choose the wallet you wish to switch to.

<figure><img src="/files/X6uBoK0uVmU4IRceWivb" alt=""><figcaption><p>Switch wallets</p></figcaption></figure>


---

# 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://docs.ramper.xyz/ramper-wallet/user-guides/how-to-sign-in-to-a-new-account.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.
