# Upload File Transformer

To create a file transformer, you can also upload an existing script. Only files with `.js`, `.ts`, and `.txt` extensions are supported.

Use the **Upload** button on the right side of the editor to upload the file.

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

After uploading, the current file transformer will be replaced with the newly updated version.

<figure><img src="/files/CALZd7vv12UFx2F3v3uO" 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.datasaur.ai/workspace-management/file-transformer/upload-file-transformer.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.
