# Product Note

* **Component**: \<NoteDialog/>
* **Path**: /components/shared/note-dialog.tsx
* **Import**:

```typescript
import { NoteDialog } from "@/components/shared/note-dialog";
```

<figure><img src="/files/E0BUUjDtx2GOyYD7nG6w" alt=""><figcaption><p>Note Modal</p></figcaption></figure>

Note component is composed of:

* Recommended level (optional)
* 3 bullet point summaries (optional)
* Actual Markdown note
* Previous & Next recommended products (optional)

Notes are displayed on Product page and Collections:

<div><figure><img src="/files/aMAF18Td801fNxZTcdTl" alt="" width="563"><figcaption><p>Product Page Notes</p></figcaption></figure> <figure><img src="/files/yC5iB1mTLnXF9fqB9H6V" alt="" width="364"><figcaption><p>Collections Notes</p></figcaption></figure></div>


---

# 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.directoryfa.st/directory-components/product-note.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.
