# Константы замены для команд

### %ProgramFiles% <a href="#program_files" id="program_files"></a>

Путь до папки "Program Files" на компьютере пользователя, который открыл форму.

### %ProgramFiles86% <a href="#program_files_86" id="program_files_86"></a>

Путь до папки "Program Files (x86)" на компьютере c 64-разрядной операционной системой Windows и до папки "Program Files" с 32-разрядной Windows.

### %Desktop% <a href="#desktop" id="desktop"></a>

Путь до папки рабочего стола пользователя, который открыл форму.

### %MyDocuments% <a href="#my_documents" id="my_documents"></a>

Путь до папки документов пользователя, который открыл форму.

### %WinDir% <a href="#win_dir" id="win_dir"></a>

Путь до папки с операционной системой Windows.


---

# 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://wfsys.gitbook.io/workflow-forms-syntax/workflow_forms/values/replacement_constants.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.
