> For the complete documentation index, see [llms.txt](https://docs.inqud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inqud.com/on-ramp/get-started/setup-instructions.md).

# Setup instructions

**Why do you need to create a widget?**\
A project represents an entity through which interaction with Inqud is conducted. By creating different projects, you can separate the flow of funds, which allows for more efficient financial operations. For example, if a merchant has two websites, they can create two separate projects with individual settings for each. This will not only separate the flow of funds but also allow unique parameters for each project, enabling more flexible management.

### <mark style="color:green;">**How to create a new on-ramp project**</mark>**&#x20;(required step)**

<figure><img src="/files/uSbj6eB6t0YwIo6Vlsbj" alt="" width="563"><figcaption></figcaption></figure>

To create a new project, follow these steps:

1. Go to your dashboard.
2. Open the **On-Ramp** page.
3. Click on **Add new onramp**.
4. Enter the name of the widget in the form that appears.
5. Set the activation status using the **Active** toggle.

{% hint style="info" %}
You can activate or deactivate the widget at any time.
{% endhint %}

Also webhooks can be set up via [Project API docs](https://docs.zero.z1.wtf/#tag/on-ramp-projects)

### <mark style="color:green;">**Checkouts**</mark>

Checkouts can be created only via API [Checkout API docs](https://docs.zero.z1.wtf/#tag/on-ramp-checkouts)

### <mark style="color:green;">**Webhooks**</mark>**&#x20;(recommended step)**

<figure><img src="/files/nouh4ggr410V22HEiW2T" alt="" width="563"><figcaption></figcaption></figure>

You need to set up webhooks for **Checkouts**.&#x20;

1. Click **Add**.
2. Enter the webhook URL (mandatory field) in the form that appears.
3. Optionally, provide a **Webhook secret**.
4. Click **Submit** to save the settings.

Also webhooks can be set up via [Webhooks API docs](https://docs.zero.z1.wtf/#tag/on-ramp-webhooks)

### <mark style="color:green;">**Reusable KYC via Sumsub**</mark>**&#x20;(recommended step)**

If the integrating party also uses **Sumsub** for identity verification, we strongly recommend supporting the **Reusable KYC** flow.\
[Shared KYC](/on-ramp/integration/shared-kyc.md)


---

# 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:

```
GET https://docs.inqud.com/on-ramp/get-started/setup-instructions.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.
