# Integration

In order to integrate your website with Proofi you will need a [smart contract](#smart-contract) and a [website](/integration/website.md).

The smart contract will allow you to query information and verify the eligibility of the user to participate in the project.\
\
The website will take care of the integration with Proofi and the smart contract.

{% hint style="info" %}
Check out our [Github repo](https://github.com/ltonetwork/krazy-kobe-nft) for detailed implementation information
{% endhint %}


---

# 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.proofi.com/integration.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.
