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

# ACP Integration & IDE Setup

> Connecting Zed, JetBrains, and Cursor to the Hiroshi OS Bridge.

Integrating Hiroshi OS directly into your IDE context enables sub-10ms code assistance utilizing local or multi-provider models.

### 📝 1. Zed Editor Configuration

Add the following to your `settings.json` file to register Hiroshi as a custom ACP model provider:

```json theme={null}
{
  "assistant": {
    "version": "1",
    "provider": {
      "name": "acp",
      "command": "hiroshi acp"
    }
  }
}
```

### ☕ 2. JetBrains Configuration

Configure the AI Assistant settings to pipe through custom command endpoints:

* **Protocol Target:** `stdio`
* **Execution Command:** `hiroshi acp`
