---
title: AI Assistant & Tools
description: Use AI to get help with Needle Engine, access documentation, and integrate with AI tools
---

# AI Assistant & Tools

Get instant help with Needle Engine using AI-powered assistants trained on our documentation, code, and integrations.

## Getting AI Help

::: tip Quick Options
- **Public questions** → [Needle AI on Forum](https://forum.needle.tools)
- **Private questions** → [Needle Cloud AI](https://cloud.needle.tools/team#ai)
- **Needle knowledge with your AI** → [Needle MCP Server](./needle-mcp-server) (Claude Desktop, Copilot, etc.)
:::

### Needle Forum AI

Ask questions in our [Needle community forum](https://forum.needle.tools) and get instant help - searches all Needle documentation, forums, and community content with embeddings. Public and searchable by the community.

### Needle Cloud AI

Use [Needle Cloud AI](https://cloud.needle.tools/team#ai) for private questions and team-specific help - same AI and knowledge base as Forum AI, but private to your team.

::: tip Have Feedback?
Use the feedback buttons in the AI chat on Needle Cloud to help us improve!
:::

---

## Developer Tools

### MCP Server - Connect Your AI Tools

Connect AI tools like Claude Desktop directly to Needle Engine projects and three.js scenes.

**What you can do:**
- **Search all Needle knowledge** - Semantic search with embeddings across docs, forums, and community content
- Query scene hierarchies and properties in real-time
- Interact with running Needle Engine projects
- Access current website and project context

**[Learn more about MCP Server →](./needle-mcp-server)**

### Markdown Documentation

Get AI-friendly markdown for any documentation page by changing `.html` to `.md` in the URL.

**Example:** `https://docs.needle.tools/index.html` → `https://docs.needle.tools/index.md`

Try it: <a href="./index.md"><code>/ai/index.md</code></a> or <a href="/docs/index.md"><code>/docs/index.md</code></a>

---

## Local AI Models

### Download Documentation Files

Use Needle Engine documentation with local AI models like Ollama.

<div class="custom-container" style="display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; margin: 1rem 0;">

<div>

**[llms.txt](https://cloud.needle.tools/llms.txt)**

Compact version - essential docs only

</div>

<div>

**[llms-full.txt](https://cloud.needle.tools/llms-full.txt)**

Complete version - all documentation

</div>

</div>

**Best for:** Running AI locally, offline development, custom AI setups
