> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aiid.edu.kg/llms.txt
> Use this file to discover all available pages before exploring further.

# Cài đặt nhanh

> Cài đặt NowAPI Skills, cấu hình API Key, và xác minh Agent có thể truy cập NowAPI.

## Yêu cầu môi trường

* Node.js 18 hoặc phiên bản cao hơn
* NowAPI API Key hợp lệ
* Công cụ hỗ trợ Agent Skills

## Cài đặt Skills

```bash theme={null}
npx skills add https://docs.aiid.edu.kg
```

## Cấu hình biến môi trường

```bash theme={null}
export NOWAPI_BASE_URL="https://api.aiid.edu.kg"
export NOWAPI_API_KEY="YOUR_API_KEY"
```

PowerShell：

```powershell theme={null}
$env:NOWAPI_BASE_URL="https://api.aiid.edu.kg"
$env:NOWAPI_API_KEY="YOUR_API_KEY"
```

Không đưa API Key thật vào kho lưu trữ, tệp Skill hoặc phản hồi chat. Sau khi cấu hình, hãy để Agent chạy lệnh `models` của bất kỳ Skill nào để xác minh.
