Files
ironclaw/docs/drafts/ui-reference/settings.mdx
2026-04-09 14:18:30 +02:00

38 lines
1.2 KiB
Plaintext

---
title: "Settings Tab"
description: "Configure IronClaw providers, extensions, and system preferences"
---
## Settings Overview
Configure your IronClaw instance. Set up LLM providers, manage extensions, and adjust system preferences.
<Frame>
<img src="/assets/screenshots/web-settings-overview.png" alt="Settings Overview" />
</Frame>
### UI Elements
- **Settings Sections**: Organized categories of configuration options
- **Provider Configuration**: Configure LLM providers (NEAR AI, OpenAI, Anthropic, etc.)
- **Extensions**: Installed MCP and WASM extensions
- **Connection Status**: Shows health of connected services
### How to Interact
- **Settings Sections**: Click a section to expand and view its settings
- **Provider Configuration**: Select provider, enter API key, test connection
- **Extensions**: View status, configure, or remove extensions
- **Connection Status**: Click to view detailed connection diagnostics
### Usage
Use Settings to configure IronClaw to work with your preferred providers and extensions. Start by setting up at least one LLM provider, then add extensions for additional capabilities.
### Related Features
- [skills](/ui-reference/skills)
- [chat](/ui-reference/chat)
---