# Via Web

Nesa provides an easy-to-use, interactive website for executing inference requests, along with insights into other features of the Nesa Ecosystem.

{% hint style="info" %}
**\[Testnet] Official Website URL:** [**https://beta.nesa.ai**](https://beta.nesa.ai)
{% endhint %}

***

### Step 1: Your Nesa Account

To get started, you need to create your Nesa Account. Follow the instructions on the [**Your Nesa Account**](https://docs.nesa.ai/nesa/using-nesa/via-web/your-nesa-account) page to:

* **Create an account or login**
* **Manage your account**: Update your profile, social profiles, and more.

***

### Step 2: Selecting an AI Kernel

Choosing the right AI kernel is crucial for your tasks. Visit the [**Selecting an AI Kernel**](https://docs.nesa.ai/nesa/using-nesa/via-web/selecting-an-ai-kernel) page to:

* **Browse available kernels**: Review descriptions and capabilities.
* **Select a kernel**: Choose the one that fits your needs.

{% hint style="info" %}
**Note:** Nesa boasts over one thousand AI Kernels to choose from, with the most optimal one being specific to your desired task.
{% endhint %}

***

### Step 3: Submitting a Query

Once your account and AI kernel are set up, you can submit queries. The [Submitting a Query](https://docs.nesa.ai/nesa/using-nesa/via-web/submitting-a-query) page will guide you through:

* **Formulating a query**: Understand the structure and format.
* **Submitting and managing queries**: Learn how to submit, track, and manage your queries effectively.

{% hint style="info" %}
**Hint:** Ensure your queries are clear and concise to get the best results from your chosen AI kernel. Try experimenting with various inputs to find a prompt that delivers your preferred results.
{% endhint %}

***

### Additional Resources

* **Getting Started**: If you’re new to Nesa, check out the [**Getting Started**](https://docs.nesa.ai/nesa/using-nesa/getting-started) guide.
* **Via SDK**: Integrate Nesa functionalities using the SDK. [**Learn more**](https://docs.nesa.ai/nesa/using-nesa/via-sdk).
* **Via IBC**: Connect with other blockchains using the Inter-Blockchain Communication protocol. [**Learn more**](https://docs.nesa.ai/nesa/using-nesa/via-ibc).
* **Via Nesa CCI**: Use the Nesa Command-Line Interface for advanced operations and automation. [**Learn more**](https://docs.nesa.ai/nesa/using-nesa/via-nesa-cci).

***

We’re excited to have you explore Nesa Web. Enjoy a seamless and intuitive experience as you interact with the network!


---

# 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.nesa.ai/nesa/using-nesa/via-web.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.
