# Guide

- [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)


---

# 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.senderwallet.io/guide.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.
