> ## Documentation Index
> Fetch the complete documentation index at: https://namehash-krzysztofwrobel-sc-24494-nameguard-remove-goerli-a.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# inspectName()

> Returns the full results of all `checks` on all `labels` in a name.

## Usage

```ts
const report = await nameguard.inspectName("nick.eth");
```

## Options

You can override the network used for `inspectName` using the second argument:

```ts
const report = await nameguard.inspectName("nick.eth", {
  network: "...",
});
```
