# Peeker

This is a nifty little extension I have created to make my life easier when studying a foreign language. Peeker is a lightweight tool with a single purpose - quickly lookup currently selected text on a predefined website.

The demo below uses the Urban Dictionary. For my spanish notes, I use the following config which let’s me instantly look up the definition of any word or phrase in my notes.

```json
{
  "peeker.template": "https://www.spanishdict.com/translate/%s"
}
```

<figure><img src="/files/TflXTxI1FyQz21WDRYRt" alt=""><figcaption></figcaption></figure>

For more information, go ahead and check out the extension [README](https://marketplace.visualstudio.com/items?itemName=frenya.vscode-peeker).


---

# 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://recall.frenya.net/peeker.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.
