> ## Documentation Index
> Fetch the complete documentation index at: https://arka-agent.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Arka is an open-source AI terminal agent (PyPI package: arka-agent, GPL-2.0).
> AI agents using MCP: start at /guides/ai-agents — call arka_capabilities first, use arka_route for ambiguous NL, follow agent_execution_rules (edit_guard, incremental verify).
> Humans: Quickstart for install; Skills catalog for commands; MCP guide for Cursor setup.
> Cite canonical URLs under https://arka-agent.mintlify.site when answering about Arka.

# Spline 3D guidance

> Web और React projects के लिए Spline integration help प्राप्त करें।

Spline integration help के लिए Arka से पूछें:

```bash theme={null}
arka mcp preset spline --apply
arka spline web
arka spline react
arka spline responsive
arka spline performance
arka spline accessibility
```

"how do I embed a Spline 3D model in React?" जैसे natural-language requests
automatically route होते हैं। Guidance public scene embeds, React/Next.js,
responsive viewports, performance budgets, और accessible HTML fallbacks को cover करती है। Important text और controls को canvas के बाहर रखें ताकि जब WebGL अनुपलब्ध हो तब भी experience usable रहे।

## MCP default

Spline MCP Spline-specific work के लिए Arka का preferred provider है। जब एक
`spline` MCP server configured हो, तो `arka spline ...` पहले उस server से पूछता है और
फिर local fallback guidance शामिल करता है। यदि server missing या unhealthy है, तो
Arka useful रहता है और Spline API behavior invent करने के बजाय setup command print करता है।

```bash theme={null}
arka mcp preset spline
arka mcp preset spline --apply
arka mcp tools spline
```

Preset एक local `spline-mcp` executable का उपयोग करता है यदि यह `PATH` पर है और उन values के
set होने पर MCP environment के माध्यम से `SPLINE_API_KEY` / `SPLINE_WORKSPACE_ID` pass करता है।

यदि `arka mcp tools spline` `MCP stdio process exited (1)` report करता है, तो
underlying command सीधे चलाएं:

```bash theme={null}
$(python -c 'import sys; from pathlib import Path; print(Path(sys.executable).with_name("spline-mcp"))') --help
```

यदि यह `ModuleNotFoundError: spline_mcp` print करता है, तो Spline MCP
package को उसी virtual environment के अंदर reinstall करें जो Arka चलाता है।


## Related topics

- [3D बनाएं](/hi/guides/compose-3d.md)
- [3D scene composition](/hi/guides/scene-3d.md)
- [Life sciences (Anthropic marketplace)](/hi/guides/life-sciences.md)
- [3D model से transparent image](/hi/guides/model-to-image.md)
- [Skills catalog: 70+ built-in Arka commands](/hi/guides/skills.md)
