# Can I trust the software?

It’s important to understand that the Alby Browser Extension is a fully client-side application when you connect your own Lightning wallet. It does not include any tracking software, and there is no connection to the Alby organization in this setup. As a result, no data is shared with us—you only need to trust the software itself with your data.

The Alby Browser Extension is free and open-source software. Its [full source code](/user-guide/browser-extension/faq/how-do-i-install-the-alby-browser-extension.md) is available on GitHub for anyone to review, compile, and use, along with instructions on how to build the extension yourself.


---

# 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://guides.getalby.com/user-guide/browser-extension/faq/can-i-trust-the-software.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.
