# Code Setup

The code for the Panel is hosted at the following URL:

[ https://reward.npayme.io/panel.js](https://reward.npayme.io/panel.js)

## Install

Add the following snippet to your website's `<head>`  tag.

```html
<script
    type="module"
    async
    src="https://reward.npayme.io/panel.js"
></script>
```

This is all that you need to do. Simple, isn't it? 😉


---

# 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://npayme-reward.gitbook.io/npayme/businesses/panel/code-setup.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.
