# AUTH

- [Introduction to Auth](https://docs.arweavekit.com/auth/introduction-to-auth.md): Introduction to authentication on Arweave
- [Connect](https://docs.arweavekit.com/auth/connect.md): Connecting a web wallet on Arweave
- [Disconnect](https://docs.arweavekit.com/auth/disconnect.md): Disconnecting a web wallet on Arweave
- [Get Active Address](https://docs.arweavekit.com/auth/get-active-address.md): Getting address of active web wallet on Arweave
- [Get Permissions](https://docs.arweavekit.com/auth/get-permissions.md): Getting permissions from web wallet on Arweave
- [Get Wallet Names](https://docs.arweavekit.com/auth/get-wallet-names.md): Get wallet names of web wallets on Arweave
- [Get All Addresses](https://docs.arweavekit.com/auth/get-all-addresses.md): Get addresses of web wallets on Arweave
- [Get Active Public Key](https://docs.arweavekit.com/auth/get-active-public-key.md): Get public key of active web wallet on Arweave
- [Is Installed](https://docs.arweavekit.com/auth/is-installed.md): Checks for injected web wallet
- [Log In with Othent](https://docs.arweavekit.com/auth/log-in-with-othent.md): Log In with web2 accounts on Arweave
- [Log Out with Othent](https://docs.arweavekit.com/auth/log-out-with-othent.md): Log out of Arweave applications using Othent
- [Get User Details with Othent](https://docs.arweavekit.com/auth/get-user-details-with-othent.md): Getting details of user logged in using Othent
- [Auth Plugins](https://docs.arweavekit.com/auth/auth-plugins.md): Plug in a external package to arweavekit/auth


---

# 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.arweavekit.com/auth.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.
