# Search

The search bar at the top of the screen can be accessed with hotkey  **`/`**

This view has the 'send' feature which when selected will pop the send modal. Find more on the send modal in [Wallet Menu](/nfd-docs/guides/connect-a-wallet/wallet-menu.md)

Any verified Social Media accounts the user has will be displayed in the Social links field as an additional verification check before sending assets. This should help users know they're sending to the correct NFD.

<figure><img src="/files/cjEmX4qM8ntD3Puk9rMz" alt=""><figcaption><p>Search for an existing NFD</p></figcaption></figure>

<figure><img src="/files/9uNZrYUq74o1Vkg2DVf8" alt=""><figcaption><p>Search for an NFD that hasn't been minted</p></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.nf.domains/nfd-docs/guides/search.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.
