# SDK

Gettins started with the Prism SDK<br>

The prism SDK is now supported for any Javascript website.

To whitelist a wallet to receive rewards/profit from displaying ads on your website refer to the publishers section and register as a publisher.

```
npm install @Prismclient
const client = new PrismClient(publisherAddress,websiteUrl);
```

The SDK will verify the address is whitelisted in the prism contract and the website submited is enabled in the prism SDK to allow for auctions to be triggered from 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://hypotenuse-1.gitbook.io/prism/getting-started/sdk.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.
