# Target Early Info Checker

Target early info will provide times about when a product gonna drop, the cart limit, what details are loaded and much more!\
We also send consolidated information daily, but if you want to check for yourself you can use this command.

### Command

```
$targetdetails <link_or_sku>
$td <link_or_sku>
```

#### Aliases

* `$targetdetails`
* `$td`

***

### Supported Inputs

The command accepts either a **Target product link** or a **SKU / TCIN**.

#### Target Product Link

```
$td https://www.target.com/p/moo/-/A-94921086
```

#### SKU / TCIN

```
$td 94921086
```

Both inputs will return the same product details.

***

### Example Output

<figure><img src="/files/7kDiVuBDe3VCzcTmkVCL" alt=""><figcaption></figcaption></figure>


---

# 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.moonitor.tools/other-tools-and-features/target-early-info-checker.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.
