# Manual installation

{% hint style="info" %}
You can skip this guide if you have followed the [Quick start](/getting-started/quick-start.md) guide
{% endhint %}

## **System Requirements:**

* A modern browser (e.g., Chrome, Firefox) with the MetaMask extension installed.
* Internet connection to download and install the XRP Ledger Snap.

## **Step-by-Step Installation:**

1. **Install MetaMask:**
   * If you haven't already, install the [MetaMask extension](https://metamask.io/download/) from the [Chrome Web Store](https://chrome.google.com/webstore) or [Firefox Add-ons](https://addons.mozilla.org).&#x20;
2. **Update MetaMask:**
   * Ensure your MetaMask extension is up-to-date to avoid compatibility issues. You can check for updates in your browser’s extension settings.
3. **Access the Snaps Section:**
   * Open MetaMask, navigate to the settings, and find the "Snaps" section. This is where you’ll manage and install Snaps like the XRPL Snap.
4. **Add the XRP Ledger Snap:**
   * You can add the XRP Ledger Snap by entering the Snap’s URL into the Snaps section or by finding it in the Snap store.
5. **Follow the Installation Prompts:**
   * MetaMask will guide you through the installation process. Follow the on-screen instructions to complete the setup.
6. **Grant Permissions:**
   * During installation, you’ll be prompted to grant the XRP Ledger Snap access to certain features. Review these permissions carefully before accepting them.
7. **Final Setup:**
   * Once installed, the XRP Ledger Snap will appear in your Snaps section. Click on it to ensure it’s enabled and ready for use.


---

# 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://snap-docs.xrplevm.org/getting-started/publish-your-docs.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.
