# In-App Wallet View

## Overview

Once a user has logged into your DApp through Ramper Connect SDK, a Ramper wallet gets created for the user.

You can display this wallet inside your DApp through our [WalletView](/embedded-wallet-sdk/quickstart/for-web-apps/version-1/in-app-wallet-view/walletview.md) feature. This gives your users the ability to manage their tokens, view transaction history, export private key, buy crypto, etc. seamlessly inside your DApp.

![](/files/etpggyj8O6bJ6AQyrjBx)

Separately - your users can manage their wallet anytime by visiting wallet.ramper.xyz


---

# 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.ramper.xyz/embedded-wallet-sdk/quickstart/for-web-apps/version-1/in-app-wallet-view.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.
