> For the complete documentation index, see [llms.txt](https://docs.blockai.dev/bai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blockai.dev/bai/web-apps/access-and-networks/waves.md).

# Waves

## Access the Web Application on Waves Network

To Access the BAI Waves Web Application go to:\
<https://waves.blockai.dev/>

<figure><img src="/files/8OD5HbJGEIRYDSpHrOKq" alt=""><figcaption></figcaption></figure>

***

\
Login to your Waves Account

You need to login with your Waves account using the **CONNECT button** to access the different features, we support the following login options:

<div align="left"><figure><img src="/files/c6mR7Zi4vQuWbvVZm7Hw" alt=""><figcaption></figcaption></figure></div>

***

## Access the AI Tools

Once you are logged in you can access all our available features:

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

* (1) Switch Blockchain using the upper left dropdown, we currently support: \
  Waves, Base and BNB.
* (2) Navigate the different AI Features using the left menu.
* Send AI requests by selecting (2) a feature, (3) a task type and (4) entering your prompt/url/request
* (5) Buy $BAI token using the "BUY $BAI" button upper right.
* (6) See your account infos in the upper right corner:\
  Wallet address, BAI token balance and DAO Voting Power.

***

### Available Features

{% content-ref url="/pages/9mBpXhwfdHVyHINYb0Dm" %}
[Text & Chat](/bai/web-apps/ai-features/text-and-chat.md)
{% endcontent-ref %}

{% content-ref url="/pages/SxtK24Bx68g55nmqXW5P" %}
[Images Generation](/bai/web-apps/ai-features/images-generation.md)
{% endcontent-ref %}

{% content-ref url="/pages/yVQXdzZHeuai3PVOQwm4" %}
[Video Summarizer](/bai/web-apps/ai-features/video-summarizer.md)
{% endcontent-ref %}

{% content-ref url="/pages/W7q3CjOojm90G9XhwG2i" %}
[Discussions](/bai/web-apps/ai-features/discussions.md)
{% endcontent-ref %}

{% content-ref url="/pages/bwnaxUs03YcpdkRg5ljk" %}
[Brainstorm & MindMap](/bai/web-apps/ai-features/brainstorm-and-mindmap.md)
{% endcontent-ref %}

***

## Accessing the DAO

You can also participate in our [DAO](/bai/web-apps/dao.md) to help us shape the best AI platform:

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.blockai.dev/bai/web-apps/access-and-networks/waves.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
