# js-sdk sample website

This guide provides instructions for creating a sample website that uses the js-sdk to create .You can read more about the js-sdk in the [overview](https://docs.zus.network/guides/zus-js-sdk), or check sdk documentation[ here ](https://docs.zus.network/guides/zus-gosdk/gosdk-for-mobile-builds-ios-and-android/mobile-sdk-reference).

Here is how the functionalities are added to the website step by step :

* **Step 1:** Importing Libraries and js-sdk methods.
* **Step 2:** Creating constants
* **Step 3:** Js-sdk functionalities in the website
* **Step 4 :**  Adding styling elements to the website which is describing code in `scss` directory.


---

# 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-old.zus.network/guides/zus-js-sdk/js-sdk-sample-website.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.
