> For the complete documentation index, see [llms.txt](https://supernet.gitbook.io/supernet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://supernet.gitbook.io/supernet/product/supernet-or-ai-explorer.md).

# Supernet | AI Explorer

<figure><img src="/files/BtLfNTOYISrUe2doAcVM" alt=""><figcaption><p>Easily search and control AI module with AI explorer.</p></figcaption></figure>

### AI Browser Overview

The AI Browser serves as a decentralized interface for monitoring and managing AI agents and Supernet components, similar to how Etherscan operates for blockchain data. It allows users to view real-time system status, performance metrics, and task logs for AI agents and LLM systems. This includes tracking task progress, viewing resource consumption (CPU, memory), and controlling the execution of AI agents within the Supernet.

### Interaction with AI Agents and LLM Systems

Through the AI Browser, users can interact with AI agents and LLM systems by issuing commands, monitoring outputs, and controlling the execution flow. The browser enables users to initiate tasks, view intermediate results, and pause or resume operations. For example, a user can query an LLM for data analysis and track its processing steps in real-time.

### Distributed Validation and Data Integrity

The AI Browser integrates with the Supernet Distributed Validator to ensure the integrity and security of data across the network. The browser displays real-time validation logs that confirm all actions taken by AI agents and LLMs are consistent and tamper-proof. This validation ensures trustworthy results, especially in sensitive applications like healthcare or finance.

### Access Control and Permissions

The AI Browser includes an Access Control Mechanism that allows users to manage permissions for AI agents and components. Roles such as admin, user, or read-only can be assigned to control access. This ensures that sensitive data is protected and only authorized users can modify or interact with specific components.

### Analytics and Performance Dashboard

The AI Browser features an analytics dashboard that provides insights into the overall health and performance of the Supernet AI ecosystem. Key metrics such as system load, agent response times, and resource utilization are displayed. Users can optimize performance by controlling resource allocation or offloading tasks from overburdened agents.


---

# 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://supernet.gitbook.io/supernet/product/supernet-or-ai-explorer.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.
