> 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/tools-and-features/paradime-docs-tool.md).

# Paradime Docs Tool

The Paradime Docs Tool allows DinoAI to search and read the Paradime help documentation, bringing accurate product guidance directly into your development workflow.

This tool lets DinoAI answer questions about Paradime features, integrations, configuration, and best practices using the latest published documentation as the source of truth.

#### Capabilities

The Paradime Docs Tool exposes two underlying operations:

**search\_documentation** searches across the full Paradime help documentation and returns the most relevant pages for a natural-language query. Results include the page title, URL, and a snippet describing what the page covers.

**get\_page** fetches the full contents of a specific documentation page so DinoAI can read it end-to-end and answer detailed questions about configuration, setup, or behavior.

#### Using the Paradime Docs Tool

1. Open DinoAI in the right panel of the Code IDE
2. Ask a question about Paradime, or reference the documentation topic you want to explore
3. Add your prompt describing what you want DinoAI to do with the documentation findings
4. Review DinoAI's response and apply the guidance to your workflow

#### Example Use Cases

**Answering a Product Question**

**Prompt**

```
How do I set up a Bolt schedule that only runs on weekdays?
```

**Result:** DinoAI searches the Paradime documentation, opens the most relevant page on Bolt scheduling, and walks you through the configuration steps with examples drawn from the docs.

**Troubleshooting a Configuration**

**Prompt**

```
My Snowflake connection keeps failing with an authentication error. What does the Paradime docs say I should check?
```

**Result:** DinoAI pulls the relevant troubleshooting page from the Paradime documentation and suggests the exact steps and settings to verify, citing the docs as it goes.

**Learning About a Feature**

**Prompt**

```
Explain how the Bolt Pipeline Agent works using the Paradime docs.
```

**Result:** DinoAI searches the documentation, retrieves the page on the Bolt Pipeline Agent, and summarises how it works, what it does, and how to enable it for your workspace.

#### Working with Other Tools

The Paradime Docs Tool works well alongside DinoAI's other capabilities to support your full development workflow:

* Combine with the **Terminal Tool** to follow setup steps from the docs directly in your environment
* Combine with the **File System Tool** to update configuration files (e.g. `dbt_project.yml`, `paradime.yml`) according to documented best practices
* Combine with the **Web Search Tool** when you need broader context beyond the Paradime documentation
* Use alongside **Git Lite** to commit configuration changes informed by Paradime's guidance

#### Best Practices

**Ask in natural language** — The Paradime Docs Tool is designed for conversational queries; describe what you're trying to do rather than guessing at exact page titles.

**Be specific about your context** — Mention the warehouse, integration, or feature you're working with so DinoAI surfaces the most relevant documentation.

**Cross-check with your workspace** — Documentation describes the general product; pair it with the Terminal Tool or File System Tool to verify your specific workspace setup before making changes.

**Treat the docs as the source of truth** — When DinoAI's response differs from what you remember, prefer what the documentation says, since it reflects the current product behavior.


---

# 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/tools-and-features/paradime-docs-tool.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.
