# Paradime CLI

- [Getting Started](https://docs.paradime.io/app-help/developers/paradime-cli/getting-started.md)
- [Bolt CLI](https://docs.paradime.io/app-help/developers/paradime-cli/bolt-cli.md)
- [DinoAI CLI](https://docs.paradime.io/app-help/developers/paradime-cli/dinoai-cli.md): Use the Paradime CLI to interact with DinoAI programmable agents from your terminal. Start interactive chats, send one-shot prompts, resume sessions, and stream agent responses in real time.
- [Tableau CLI](https://docs.paradime.io/app-help/developers/paradime-cli/tableau-cli.md)
- [Microsoft Power BI CLI](https://docs.paradime.io/app-help/developers/paradime-cli/microsoft-power-bi-cli.md): Trigger Power BI dataset refreshes via CLI. Automate dashboard updates with Azure AD authentication."
- [Fivetran CLI](https://docs.paradime.io/app-help/developers/paradime-cli/fivetran-cli.md): Trigger Fivetran syncs and run dbt™  transformations automatically with Paradime Bolt integration.
- [Airbyte CLI](https://docs.paradime.io/app-help/developers/paradime-cli/airbyte-cli.md)


---

# Agent Instructions: 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/developers/paradime-cli.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.
