> ## 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.

# Quick Install

> Install NowAPI Skills, configure the API Key, and verify that the Agent can access NowAPI.

## Environment Requirements

* Node.js 18 or later
* A valid NowAPI API Key
* A tool that supports Agent Skills

## Install Skills

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

## Configure Environment Variables

```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"
```

Do not write a real API Key into the repository, Skill files, or chat replies. After configuration, have the Agent run any Skill's `models` command to verify.
