# Project

The Inqud Crypto Project stands at the heart of our crypto recurring solution, serving as the primary interface for configuring and managing cryptocurrency payments. It's designed to be both powerful and user-friendly, ensuring that businesses can effortlessly tailor their crypto payment processes. To start working with the project, it is necessary to proceed with the setup.

{% content-ref url="../get-started/step-2.-project-setup" %}
[step-2.-project-setup](https://docs.inqud.com/crypto-recurring/get-started/step-2.-project-setup)
{% endcontent-ref %}

***

### Plans

In the plans section of the project, you can create various plans. A plan is a structured framework for processing cryptocurrency payments, tailored to fit different business needs. Plans can be of two types: Subscription and On-demand.

* **Subscription Plan**: Designed for recurring payments, suitable for services that require periodic billing.
* **On-demand Plan**: Ideal flexible payment schedules with floating amount that are triggered by user actions.

For more details on plans, please follow the page bellow:

{% content-ref url="plan" %}
[plan](https://docs.inqud.com/crypto-recurring/explore/plan)
{% endcontent-ref %}

### Project's currency settings

After creating the project, by default, all currencies in it are disabled. To enable the recurring payment acceptance, you need to activate currencies for a specific project. All available currencies for activation will be displayed in the settings.

<mark style="background-color:green;">Please note that the merchant has the ability not only to enable specific tokens but also to choose specific networks for each of these tokens.</mark>

Currently supported blockchains and cryptocurrencies:

{% content-ref url="../coverage" %}
[coverage](https://docs.inqud.com/crypto-recurring/coverage)
{% endcontent-ref %}

### Auto convert <a href="#auto-convert" id="auto-convert"></a>

For added convenience, you can activate the auto-convert feature. This helps mitigate risks associated with highly volatile currencies. How does it work? Upon enabling this feature, you'll need to choose a specific currency into which you want to convert incoming payments in the selected currency. After activating this setting, all payments received through the crypto recurring in the chosen currency will be automatically converted based on market rates.

### Webhooks

Webhooks are automated messages sent from one app to another when a specific event occurs. You can use them to integrate Inqud Crypto Recurring with your system, ensuring seamless communication and real-time updates.

For more details on webhooks, please follow the page bellow:

{% content-ref url="../integration/web-hooks" %}
[web-hooks](https://docs.inqud.com/crypto-recurring/integration/web-hooks)
{% endcontent-ref %}


---

# 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.inqud.com/crypto-recurring/explore/project.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.
