Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/ai-assistant/ai-assistant-large.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/ai-assistant/ai-assistant.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/ai-assistant/ai-build-mode-large.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/ai-assistant/ai-build-mode.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/ai-assistant/ai-mode-select-large.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/ai-assistant/ai-mode-select.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
61 changes: 49 additions & 12 deletions docs/ai-assistant/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,70 @@ description: In Nordcraft you get your very own AI assistant that understands th

# AI Assistant

In Nordcraft you get access to your very own AI assistant that understands the context of your projects and knows how to build for the web. The AI Assistant is also trained on the Nordcraft documentation, videos, blog posts, and forum discussions.
In Nordcraft you get access to your very own AI Assistant that understands the context of your projects and knows how to build for the web. The AI Assistant is also trained on the Nordcraft documentation and videos.

## Open the AI assistant
## Open the AI Assistant

You can access the AI assistant by clicking the "Ask AI" button on the bottom bar, or by using the keyboard shortcut [kbd]Cmd/Ctrl[kbd]+[kbd]I[kbd]. The AI Assistant opens to the right of the editor, allowing you to continue to work alongside it.
You can access the AI Assistant by clicking the "Ask AI" button on the bottom bar, or by using the keyboard shortcut [kbd]Cmd/Ctrl[kbd]+[kbd]I[kbd]. The AI Assistant opens to the right of the editor, allowing you to continue to work alongside it.

![The Nordcraft editor, showing the AI Assistant window open on the right, with an input field at the bottom of it that says start typing. The Ask AI button on the bottom bar is hovered over, which shows it having a lighter grey background than the grey background of the bottom bar.|16/9](ai-assistant.webp 'AI Assistant')

## What can the AI do?

The AI can perform a number of tasks to help you understand and build projects in Nordcraft, including:
The AI can perform a number of tasks to help you understand and build projects in Nordcraft. You can choose between 2 modes:

![The AI assistant mode window, showing two modes available: ask and build.|16/9](ai-mode-select.webp 'Choose your AI mode')

### Ask mode

When in Ask mode the AI can perform the following tasks:

- **Answer Nordcraft questions**: it can explain features, concepts, and best practices when building in Nordcraft
- **Search documentation**: it can find specific information from Nordcraft's official documentation
- **Analyze your project structure**: it can examine your current components, pages, workflows and other elements, and give you information on their functionality and advice about next steps
- **Analyze your project structure**: it can examine your current components, pages, workflows and other elements, and give you information on their functionality and advise about next steps
- **Provide implementation tips**: it can explain approaches and direct you to the right tools for building features
- **Plan complex builds**: it can break down your requests into step-by-step implementation plans for you to follow

## What can't the AI do?
:::info
Using Ask mode is free of charge.
:::

### Build mode

When in Build mode the AI can also help you build your project. This includes building and updating pages, components, workflows, formulas, and styling.

#### Using build mode

When you ask the AI for changes in build mode, you will enter `Preview mode`.

![The AI panel in build mode, showing the user has entered the following prompt: Build me a landing page for a design agency focussing on simplicity, creativity, and curiosity. The colour palette should be monochrome, with bold display fonts. The overall feel should be calm and professional. This image is annotated relating to the list items below.|16/9](ai-build-mode.webp 'AI Build mode')

1. See a list of created or edited files above the input field in the AI panel.
2. Navigate through the changes proposed by the AI using the top bar.
3. Choose to accept or reject the proposed changes currently visible.

Build mode uses a credit system. You get a number of free credits each day, and if you need more credits, you can purchase them directly from inside the Nordcraft editor.

The amount of credits used depends on the model you chose and the complexity of the task. You can select between the following models:

| Model | Cost | Best use case |
| --------------- | ------ | -------------------------------------------------------------------------------------- |
| Gemini 3 Flash | 💰 | Most build tasks. |
| Gemini 3 Pro | 💰💰 | Task analysis. Use this mode when Flash has problems finding and fixing annoying bugs. |
| Claude Opus 4.6 | 💰💰💰 | UI design and well-styled components |

:::tip
In Build mode you can also attach an image to your request, such as a screenshot of a design. The AI will use this image when analyzing your request but cannot insert it directly into the design.
:::

## What the AI can't do

While the AI Assisant can provide guidance and helpful resources to help you build in Nordcraft, it cannot modify your project directly. This ensures you stay in control of every aspect of your project, so you do not experience any unintended side effects.
While the AI Assistant in Build mode can propose changes for your project, it cannot apply those changes directly. You must review and manually accept or reject each suggestion, ensuring you maintain full control over your project.

The AI Assistant cannot:
Additionally, the AI cannot currently:

- **Create pages, components, workflows, or custom actions**
- **Write code (HTML, CSS, JavaScript)**
- **Create or read services created in Nordcraft**
- **Upload or read media files in Nordcraft**

:::info
The Nordcraft AI is currently in Beta and imposes no limits on usage. When it is moved out of Beta, your pricing plan will dictate how frequently you can interact with the AI.
The Nordcraft AI is currently in Beta. New features will be added and current features are subject to change.
:::
Loading