> For the complete documentation index, see [llms.txt](https://permasigner.itsnebula.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://permasigner.itsnebula.net/contribution/develop-on-windows.md).

# Develop on Windows

NOTE: If you missed [Getting Started](/contribution/getting-started.md), go ahead and read it.

Since you installed VSCode and Docker, and cloned your fork, you can now open it!

## Open Cloned Repo in VSCode

Since we're using VSCode in this tutorial, we'll show you how to set it up.

* Open up VSCode, click the open folder button, and select the directory you cloned earlier
* Follow [VSCode Setup](/contribution/visual-studio-code-setup.md), then come back
  * Make sure you install the Remote Development Pack!
* Make sure Docker is running, hit F1, and select Reopen In Container
* You are now in the Docker container in VSCode
  * Open VSCode's integrated terminal so you can use necessary commands. Use the command `main` to start Permasigner.

Check out [Important Files](/contribution/important-files.md) to see which files handle what, and look at [Committing and making a Pull Request](/contribution/committing-and-making-a-pull-request.md) for your next steps.


---

# 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://permasigner.itsnebula.net/contribution/develop-on-windows.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.
