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

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