> For the complete documentation index, see [llms.txt](https://guides.getalby.com/user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.getalby.com/user-guide/alby-account/link-wallet/link-alby-hub.md).

# Link Alby Hub

## Introduction

Alby Hub is your self-custodial lightning wallet. But it is more than that: It's your Hub for instant bitcoin payments across a growing ecosystem of apps and flexible enough to serve your very own use case. with superpowers:

* **Easiness**: Running your own node has never been easier
* **Ownership**: 24/7 online wallet with a lightning address and more cool features
* **Connectivity**: Plug-in your Hub for self-custodial in-app payments in any app out there

<figure><img src="/files/g2wDrzFyZI1Kuit25DHs" alt=""><figcaption></figcaption></figure>

## How to get started with Alby Hub

Alby Hub is a lightweight wallet created to run on different systems such as [Alby Cloud](https://getalby.com/pricing), on a server of your choice, on your desktop or even on a Raspberry Pi.

### As a new users choose one of these options to run your Hub:

Navigate to <https://getalby.com/subscription/new>


---

# 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://guides.getalby.com/user-guide/alby-account/link-wallet/link-alby-hub.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.
