# Welcome Page

## Koii - Artificial Intelligence Operation System

### Welcome Page

* [Introduction](/koiiai-docs/welcome-page/introduction.md)
* [Why Do You Need Koii?](/koiiai-docs/welcome-page/why-do-you-need-koii.md)

### Core Concepts

* \[What is Koii?] Koii v2.0 New Features

[Autonomous Agents](/koiiai-docs/core-concepts/autonomous-agents.md)

[Global Infrastructure](/koiiai-docs/core-concepts/global-infrastructure.md)

[Multi-Agent Collaboration System](/koiiai-docs/core-concepts/multi-agent-collaboration-system.md)

### Main Features

[Task Agents Tutorial](/koiiai-docs/main-features/task-agents-tutorial.md)

[Compute Agents and Resource Management](/koiiai-docs/main-features/compute-agents-and-resource-management.md)

[Orchestration Agents Workflow](/koiiai-docs/main-features/orchestration-agents-workflow.md)

[Koiibox Hardware Solution](/koiiai-docs/main-features/koiibox-hardware-solution.md)

* Enterprise-Level Security Architecture

### Quick Start

* [Download and Install Koii Core](/koiiai-docs/quick-start/download-and-install-koii-core.md)
* Initial Agent Initialization
* Common Command Quick Reference
* agent-config.yaml Configuration Example

### Advanced Use

* Building Multi-Agent Workflows
* Integrating External Tools and Platforms
* Performance Optimization and Monitoring
* Deployment to Production Environment

### Best Practices and Case Studies

* Real-world use cases
* Frequently Asked Questions for Developers

### Appendix

* System Requirements
* Version History
* Community and Community


---

# 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://koiiai.gitbook.io/koiiai-docs/welcome-page.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.
