# Laravel Nova Tool

Based on the API key configured in your *.env* file it lookups your application and open your Inspector dashboard in another tab.

![](/files/n8KDWwv1BHFc5qMfA9hL)

### Install

Install the latest version using composer:

```
composer require inspector-apm/inspector-nova-link
```

### Register the tool

&#x20;Register the tool in your `app/Providers/NovaServiceProvider`:

```php
public function tools()
{
    return [
        ...,
        
        new \Inspector\Nova\InspectorNovaLink,
    ];
}
```

{% hint style="info" %}
Visit the official Nova package page: <https://novapackages.com/packages/inspector-apm/inspector-nova-link>
{% endhint %}


---

# 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.inspector.dev/guides/laravel/laravel-nova-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.
