# Perplexity Tool

The Perplexity Tool integrates Perplexity AI's powerful search capabilities directly into DinoAI, allowing you to access up-to-date information from across the web.

{% hint style="info" %}
Unlike general AI assistants that rely only on their training data, the Perplexity Tool lets DinoAI search the internet for current information, documentation, and examples.
{% endhint %}

<figure><img src="/files/ZihNSqjetnX6a5hnKCt7" alt=""><figcaption></figcaption></figure>

### Capabilities

<table><thead><tr><th width="280.03515625">Capability</th><th>What It Does</th></tr></thead><tbody><tr><td>Web Search</td><td>Find current information from across the internet</td></tr><tr><td>Referenced Answers</td><td>Get responses with sources and citations you can verify</td></tr><tr><td>Technical Documentation</td><td>Access the latest documentation for tools like dbt™</td></tr><tr><td>Learning Resources</td><td>Discover tutorials, examples, and best practices</td></tr></tbody></table>

### Using the Perplexity Tool

1. **Open DinoAI** and enter your prompt
2. **Select the Perplexity tool** from the tools menu
3. **Press Enter** to send your prompt
   * DinoAI generates a search query based on your request
   * Searches the web using Perplexity AI
   * Analyzes and synthesizes the results
4. **Review the response** with cited sources and references
5. **Click on references** to view original source material

{% @arcade/embed url="<https://app.arcade.software/share/U7l4NdOK3UZmcfK1o4SR>" flowId="U7l4NdOK3UZmcfK1o4SR" %}

### Example Use Cases

#### Summarizing Documentation

* **Prompt**: *"What are the current best practices for incremental models in dbt?"*
  * \+ Add Perplexity tool
* **Result**: Up-to-date information on incremental model strategies with references to community discussions and official guidance

#### Extracting Information

* **Prompt**: *"How can I implement dbt incremental models with Snowflake merge statements?"*
  * \+ Add Perplexity tool
* **Result**: Up-to-date information on dbt incremental models with Snowflake merge statements

***

### Combining with Other Tools

The Perplexity Tool becomes even more powerful when combined with other DinoAI capabilities:

1. **Research then Implement**: Use Perplexity to learn about a new feature, then use [Agent Mode](/app-help/documentation/dino-ai/agent-mode.md) to implement it
2. **Find and Apply Best Practices**: Research current best practices, then update your existing code to follow them
3. **Troubleshoot with Context**: Look up error messages or issues online, then apply fixes to your code


---

# 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/documentation/dino-ai/tools-and-features/perplexity-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.
