> For the complete documentation index, see [llms.txt](https://docs.merchant.alb.ua/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.merchant.alb.ua/en/payment-widgets-for-cms/joomla-+-virtuemart/installation-instructions.md).

# Installation instructions

{% tabs %}
{% tab title="Joomla! v5.4.x VirtueMart v4.6.x" %}
{% file src="/files/ZE6GwfTLuQSGtrgIrjMg" %}
{% endtab %}
{% endtabs %}

{% stepper %}
{% step %}

### Go to extensions management

Follow the path "System" - in the "Management" section, select the "Extensions" section from the list

<figure><img src="/files/C2r1lMZUc8957Ub6qZQe" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Installing the extension

In the Open window, you need to select the "Install extensions" button

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

Then, select the "Download package file" tab.

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

To download, you just need to click on the "Choose file on your computer" button and select the previously downloaded file.

After that, the message "Plugin installed successfully" should appear

<figure><img src="/files/N2L7zBzC0UuBeStdnLiA" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Enabling the plugin

You need to go back to the extension management by clicking on the "Extension Management" button

Where you need to use the search to find the plugin, then select it and in the "Actions" you need to click on the "Enable" button

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

{% hint style="info" %}
As a result, the plugin should appear in the settings list when adding a payment method in VirtueMart.

![](/files/r93waML1Sm8oyrlPdrnw)
{% endhint %}
{% endstep %}
{% endstepper %}


---

# 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://docs.merchant.alb.ua/en/payment-widgets-for-cms/joomla-+-virtuemart/installation-instructions.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.
