> For the complete documentation index, see [llms.txt](https://docs.paradime.io/app-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.paradime.io/app-help/products/dino-ai/bolt-pipeline-agent.md).

# Bolt Pipeline Agent

Bolt AutoPilot is DinoAI embedded directly into your Bolt pipeline runs. Instead of manually digging through logs when a run fails, AutoPilot reads, understands, and acts on your pipeline errors automatically.

***

### Features

#### Pipeline Insights

Raw pipeline logs are hard to read. DinoAI converts them into clear, human-readable summaries — telling you what failed, why, and where to look.

* Surfaces the root cause without requiring you to scroll through hundreds of log lines
* Highlights the specific model, test, or command that caused the failure
* Available directly in the Bolt run detail view

#### Fix with DinoAI

Once a failure is summarised, you can trigger a one-click fix. DinoAI will:

1. Analyse the error in the context of your dbt™ project
2. Propose a fix — edits to SQL, YAML, or configuration
3. Open the changes in the IDE for you to review and accept

#### Self-Healing

For teams that want fully autonomous recovery, Self-Healing takes it a step further. When enabled, AutoPilot will automatically attempt to fix errors without waiting for a manual trigger.

* Detects failures as soon as a run completes
* Analyses the error and applies a fix directly
* Re-runs the affected pipeline to confirm the fix worked
* Posts a summary to Slack if a channel is configured

### Related

* [Bolt Schedules](/app-help/products/bolt.md) — Setting up and managing your pipelines
* [Slack Agent ](/app-help/products/dino-ai/slack-agent.md)— Broader Slack notifications for DinoAI events


---

# 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:

```
GET https://docs.paradime.io/app-help/products/dino-ai/bolt-pipeline-agent.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
