# Drupal

Below there is a simple instruction on how to integrate CryptoCloud on Drupal:

1. Sign up on the website [https://app.cryptocloud.plus/registration](https://app.cryptocloud.plus/registration?lang=ru\&roistat_visit=113866).
2. Read the instructions in your personal account.
3. Add your project in your personal account by filling in the required boxes. In the CMS list, select Drupal.

**Your website:**\
<https://domain.com/>

**Successful URL:**\
<https://domain.com/thank-you\\>
(can be any link)

**Unsuccessful URL:**\
<https://domain.com/fail\\>
(can be any link)

**URL for notifications:**\
<https://domain.com/cryptocloud-payment/index>

4. Download the ZIP archive with the Drupal module in your personal account.

{% file src="/files/oPNrOSRGSUzYhiRMGkAw" %}

5. In the Drupal admin panel under «Manage» go to «Extensions» and click on «Add New Module».

<figure><img src="https://app.cryptocloud.plus/img/integrations/instructions/drupal/1_en.jpg" alt=""><figcaption></figcaption></figure>

6. In the appeared window, specify the location of the ZIP archive with the module and wait for the module to load.
7. Go back to the «Administration» — «Extensions» section and enable the installed CryptoCloud module.

<figure><img src="https://app.cryptocloud.plus/img/integrations/instructions/drupal/2_en.jpg" alt=""><figcaption></figcaption></figure>

8. To display the module on your website, go to the «Commerce» section — «Configuration» — «Payment gateway». In the «Payment gateway» section click on «Add payment gateway».

<figure><img src="https://app.cryptocloud.plus/img/integrations/instructions/drupal/3_en.jpg" alt=""><figcaption></figcaption></figure>

9. Go to the CryptoCloud module settings.

<figure><img src="https://app.cryptocloud.plus/img/integrations/instructions/drupal/4_en.jpg" alt=""><figcaption></figcaption></figure>

**APIKey:**\
To get an API Key, go to your project settings.

**Secret Key:**\
To get a Secret Key, go to your project settings.

**Shop ID:**\
To get the ShopID, go to the settings of your project. The ID consists of 16 characters and is unique for each project.

10. The module is ready to work! Before publishing the payment method on the website, you need to [test the integration](/en/start/test-integration.md).


---

# 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.cryptocloud.plus/en/cms-plugins/list/drupal.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.
