# Onboarding

### To start using "Crypto Widget," 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. **Generate API tokens**\
   After successfully registering and completing the KYB process, generate API tokens\* in your account. \
   \
   \*These tokens are required for system integration and are mandatory for all usage options except for the "Payment Link."
4. **Set up the "Crypto Widget"**\
   Configure the project in your dashboard by specifying all necessary parameters for the proper functioning of "Crypto Widget" with your website.
5. **Develop the integration**\
   Use the generated API tokens to develop the integration. Follow the provided documentation to correctly connect "Crypto Widget" to your project.
6. **Test and launch the integration**\
   After completing the integration, test it to ensure it works correctly. Once testing is successful, you can launch "Crypto Widget" in the live environment.


---

# 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-widget/get-started/onboarding.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.
