# Resources

AI1NET provides a complete suite of tools, interfaces, and developer infrastructure designed to support users, developers, and AI providers across the ecosystem.

Each resource plays a specific role in enabling access, interaction, and expansion of the network.

***

### 🌐 Website

The official AI1NET website serves as the primary entry point into the ecosystem.

#### Purpose

* Introduce AI1NET to new users and investors
* Communicate vision, mission, and value proposition
* Provide access to all ecosystem components

#### Key Sections

* Landing page (overview of AI1NET)
* Ecosystem explanation
* Token ($AI1NET) overview
* Documentation access
* Links to app and dashboard

#### Role in Ecosystem

The website acts as the **discovery layer**, helping users understand:

* What AI1NET is
* Why it matters
* How to get started

***

### 🧠 App

The AI1NET App is the **core product interface** where users interact directly with AI models.

#### Purpose

* Provide unified access to multiple AI systems
* Enable users to discover, compare, and use AI tools
* Deliver a seamless AI experience

#### Core Features

* Multi-model access (text, image, code, etc.)
* AI comparison (choose best model per task)
* Smart routing (automatic optimization)
* Unified UI across all AI tools

#### User Capabilities

* Run prompts across different models
* Switch models instantly
* Track usage and performance
* Earn rewards through participation

#### Role in Ecosystem

The app is the **execution layer**, where actual AI usage happens.

***

### 📊 Dashboard

The dashboard provides **analytics, control, and management tools** for users, developers, and providers.

#### Purpose

* Track activity across the AI1NET ecosystem
* Manage usage, credits, and rewards
* Provide insights into performance and behavior

#### Key Features

* Usage analytics (requests, tokens, models used)
* Spending and rewards tracking
* Wallet / token balance overview
* Performance insights (which models perform best)

#### For Developers & Providers

* API usage metrics
* Revenue tracking
* Integration monitoring

#### Role in Ecosystem

The dashboard is the **control layer**, giving transparency and optimization tools to all participants.

***

### 💻 GitHub

The GitHub repository contains the **open-source components and developer tools** of AI1NET.

#### Purpose

* Enable developers to build on AI1NET
* Provide transparency into the system
* Encourage community contributions

#### What You’ll Find

* SDKs and libraries
* API examples
* Integration templates
* Core infrastructure components (where applicable)

#### Developer Benefits

* Faster integration into AI1NET
* Ability to extend ecosystem functionality
* Contribution opportunities

#### Role in Ecosystem

GitHub acts as the **development layer**, powering innovation and expansion.

***

### 🔌 API Docs

The API documentation provides everything needed to **programmatically interact with AI1NET**.

#### Purpose

* Allow developers to integrate AI1NET into apps and services
* Enable automated and scalable AI usage
* Standardize interaction with multiple AI models

#### Key Capabilities

* Unified API for multiple AI providers
* Request routing (automatic or manual model selection)
* Response standardization
* Authentication and usage control

#### Example Use Cases

* Build AI-powered applications
* Automate workflows using AI
* Integrate AI into existing platforms

#### Structure

* Authentication guide
* Endpoints overview
* Request/response formats
* Code examples (JavaScript, Python, etc.)

#### Role in Ecosystem

The API is the **connectivity layer**, enabling external systems to plug into AI1NET.

***

## 🧩 How Everything Connects

Each resource is part of a unified system:

* **Website** → Discovery
* **App** → Usage
* **Dashboard** → Monitoring & control
* **GitHub** → Development
* **API Docs** → Integration

Together, they form a complete ecosystem that supports:

* Users (access AI)
* Developers (build on AI)
* Providers (scale AI distribution)


---

# 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.ai1net.xyz/resources.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.
