# Sender Wallet Developer Documentation

## Sender Wallet Developer Documentation

- [Introduction](https://docs.senderwallet.io/guide/introduction.md): Introduction to Sender
- [Getting Started](https://docs.senderwallet.io/guide/getting-started.md): Getting Started with Sender Wallet
- [Sign in Applications](https://docs.senderwallet.io/guide/sign-in-applications.md)
- [Sign in Applications in Near](https://docs.senderwallet.io/guide/sign-in-applications/sign-in-applications-in-near.md)
- [Sign in Applications in Ethereum](https://docs.senderwallet.io/guide/sign-in-applications/sign-in-applications-in-ethereum.md)
- [Access Accounts](https://docs.senderwallet.io/guide/access-accounts.md)
- [Access Accounts in Near](https://docs.senderwallet.io/guide/access-accounts/access-accounts-in-near.md)
- [Access Account in Ethereum](https://docs.senderwallet.io/guide/access-accounts/access-account-in-ethereum.md)
- [Send Transactions](https://docs.senderwallet.io/guide/send-transactions.md): Send Transactions
- [Send Transactions in Near](https://docs.senderwallet.io/guide/send-transactions/send-transactions-in-near.md)
- [Send Transactions in Ethereum](https://docs.senderwallet.io/guide/send-transactions/send-transactions-in-ethereum.md)
- [Near](https://docs.senderwallet.io/api-reference/near.md)
- [NEAR Provider API](https://docs.senderwallet.io/api-reference/near/near-provider-api.md)
- [Deprecated APIs](https://docs.senderwallet.io/api-reference/near/deprecated-apis.md)
- [Ethereum](https://docs.senderwallet.io/api-reference/ethereum.md)
- [Sign Data](https://docs.senderwallet.io/api-reference/ethereum/sign-data.md)
- [Ethereum Provider API](https://docs.senderwallet.io/api-reference/ethereum/ethereum-provider-api.md)
- [Ton](https://docs.senderwallet.io/api-reference/ton.md)
- [Mobile Dapp Provider](https://docs.senderwallet.io/api-reference/ton/mobile-dapp-provider.md)
- [Define App's Icon](https://docs.senderwallet.io/best-practices/define-apps-icon.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.senderwallet.io/guide/introduction.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.
