# Get File

Get a file on win32.run by its id without invoking Files Picker dialog

```javascript
await win32.get_file(id);
```

### Params

#### id

`String`

id of the file. Refer to [Pick Files](/developers/3rd-party-apps/pick-files.md#returns)

### Return

`Promise<Object>`

A win32 file object, as described in [Pick Files](/developers/3rd-party-apps/pick-files.md#returns)


---

# 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.win32.run/developers/3rd-party-apps/get-file.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.
