# Setup

Lapce currently supports Linux, Windows and macOS. Simply download [Lapce](https://lapce.dev/#downloads-all) for your platform and install it if needed.

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

## Workspace

To start to work on your project, the best way is to open your project folder as a workspace in Lapce. Click arrow down icon next to `Open Folder` on the top, you will open the workspace menu. Click `Open Folder` in the dropdown menu.

<figure><img src="/files/4jUQCico9N9RQyOK6sXC" alt=""><figcaption></figcaption></figure>

Then choose the folder you would like, click open.

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

Alternatively, you can also choose `Open recent workspace` in the dropdown menu, which you can fuzzy search the workspaces you have opened before.

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

## Work with files

After you opened a workspace, the files will appear in the file explorer on the left panel. You can navigate the files and folder there and open them by clicking on the file name. Alternatively, you can use `Go To File` feature (`Cmd`+`p` on macOS and `Ctrl`+`p` on Linux and Windows) to fuzzy search files in your workspace for quicker opening.

<figure><img src="/files/4xGe4K6jllK2Jix0iAQT" 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.lapce.dev/get-started/setup.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.
