> For the complete documentation index, see [llms.txt](https://docs.toucanai.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.toucanai.cloud/build/ai-assisted-creation/when-should-i-switch-to-manual-editing.md).

# When should I switch to manual editing?

{% hint style="info" %}
**Target Audience**: Non technical users
{% endhint %}

### TL;DR

Transition from the AI assistant to manual editing for granular control over chart configuration, complex logic, and visual styling.

***

### When to use this

Use this page to determine when the AI assistant has reached its functional limit and manual intervention is required to finalize an analytics component.

***

### Scenarios for Manual Editing

Manual editing is required when a visualization or dashboard needs specific adjustments that fall outside the scope of natural language prompting.

**1. Visual Refinement**

* **Granular Formatting**: Adjust specific chart properties, such as precise axis scaling, unit formatting, or color palettes.
* **Layout Control**: Modify the positioning and sizing of components within a dashboard to achieve a specific visual hierarchy.
* **Chart Type Selection**: Manually override the AI assistant's choice to select a more specific visualization subtype.

**2. Complex Business Logic**

* **Custom Calculations**: Define complex metrics or data transformations that require specific SQL-like logic or multi-step processing.
* **Advanced Filtering**: Apply intersecting or conditional filters that are not easily captured in a single text prompt.

**3. Operational Constraints**

* **Editing Existing Assets**: The AI assistant cannot modify the configuration of a chart once it is saved to a dashboard; these changes must be performed in manual mode.
* **Security & Compliance**: Manually audit and document data steps to ensure alignment with organizational data governance standards.

***

### Workflow Recommendation: The Hybrid Approach

Toucan.ai supports a non-destructive transition between creation modes.

1. **Initiate with AI**: Use the AI assistant to generate a functional draft of a chart or dashboard.
2. **Refine Manually**: Toggle to Manual Edit mode to apply final styling, logic, and branding.

{% hint style="warning" %}
**Constraint**: Switching from manual mode back to the AI assistant may result in the loss of certain manual formatting overrides if a new prompt significantly alters the underlying data query.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.toucanai.cloud/build/ai-assisted-creation/when-should-i-switch-to-manual-editing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
