> For the complete documentation index, see [llms.txt](https://recall.frenya.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://recall.frenya.net/installation.md).

# Installation

### Install Visual Studio Code <a href="#install-visual-studio-code" id="install-visual-studio-code"></a>

Go to [Visual Studio Code](https://code.visualstudio.com/) pages and download the latest version for your operating system.

### Install the Recall plugin <a href="#install-the-recall-plugin" id="install-the-recall-plugin"></a>

Run Visual Studio Code and install the Recall extension by doing the following

* choose View -> Extensions from the menu (or press Shift-Ctrl-X, Shift-Cmd-X on Mac)
* search for Recall
* tap the Install button

Also make sure to install the extension “Markdown All In One”. It greatly improves Markdown writing in VS Code.

### What’s next? <a href="#whats-next" id="whats-next"></a>

* Open the `demo` folder using File -> Open.
* Run the flashcard review using View -> Command Palette and typing Recall to search for the “Recall: Flashcard Test” command.

See [Documentation](/documentation.md) for more details on the extension.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/installation.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.
