> 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/onboarding.md).

# Onboarding

### To start using "On-Ramp," follow these steps:

1. **Register a business account**\
   Sign up on our [website](https://app.inqud.com/signup/account-type) and create a business account.
2. **Complete the KYB process**\
   Complete the KYB process to verify your company's information. This process involves providing the necessary documents and data to meet compliance requirements.
3. **Complete the additional Know Your Business (KYB) process on the Visa/Mastercard side.**\
   Upon successful completion of the KYB process within our system, we require you to sign an "Authorization Agreement." Without this agreement, we are unable to share your legal documents with third parties to initiate the onboarding process for your company's On-ramp solution. Please utilize our live chat at [inqud.com](http://inqud.com) (<http://inqud.com/>) or contact us via email at <is.legal@inqud.com> or <al.legal@inqud.com> to finalize this procedure.\
   \
   Once the "Authorization Agreement" has been successfully executed, we will commence the additional KYB process. This procedure may take approximately one month to reach a final decision.
4. **Generate API tokens**\
   After successfully registering and completing the KYB process, generate API tokens\* in your account.&#x20;
5. **Set up the "On-Ramp"**\
   Configure the project in your dashboard.
6. (Optional) Set up the Shared KYC .\
   [Shared KYC](/on-ramp/integration/shared-kyc.md)
7. **Develop the integration**\
   Use the generated API tokens to develop the integration. Follow the provided documentation to correctly connect "On-Ramp" to your project.
8. **Test and launch the integration**\
   After completing the integration, test it to ensure it works correctly. Once testing is successful, you can launch "On-Ramp" in the live environment.

{% hint style="info" %}

### **Important!** Please note that the On-ramp solution cannot be provided without the step 1/2/3 and successfull completion of this additional KYB process.

{% endhint %}


---

# 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.inqud.com/on-ramp/get-started/onboarding.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.
