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
Open DinoAI in the right panel of the Code IDE
Ask a question about Paradime, or reference the documentation topic you want to explore
Add your prompt describing what you want DinoAI to do with the documentation findings
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
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
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 practicesCombine 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.
Last updated
Was this helpful?