# Testing Functionalities

### Init

Just click on the init button to initialize the sdk .This is required before running any functionality.<br>

<figure><img src="/files/cSbkhNtjegk7HLjwYSsz" alt=""><figcaption><p>SDK Init</p></figcaption></figure>

### Greeter

<figure><img src="/files/ZEYKWuH0eYVc7e0GsupN" alt=""><figcaption></figcaption></figure>

### Create Wallet

<figure><img src="/files/yY7Arw0Dysx6N2fYALVQ" alt=""><figcaption></figcaption></figure>

### Faucet :Get Test Tokens in Wallet

<figure><img src="/files/Zo9G3iC9cd6pCMzIjJ8M" alt=""><figcaption></figcaption></figure>

### Create Allocation

<figure><img src="/files/PeZnXK9FzMXF5MjzdFiw" alt=""><figcaption></figcaption></figure>

### Get Allocation Details&#x20;

<figure><img src="/files/3Wm3UBReLs9lo3cHbl3c" alt=""><figcaption></figcaption></figure>

### File Upload&#x20;

First Set Allocation  then select file for upload using **Choose Files** and click on **Upload**.

<figure><img src="/files/SciqVPsgvBuiF9MhT7xy" alt=""><figcaption></figcaption></figure>


---

# 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-app/testing-all-functionalities.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.
