# Import / export functions

- [DOWNLOAD](https://docs.nedyx.com/version-1.52-preview/clearlines-functions/import-export-functions/download.md): Downloads a text as a file to the local client computer.
- [DELETEFILE](https://docs.nedyx.com/version-1.52-preview/clearlines-functions/import-export-functions/deletefile.md): Deletes a file on the nedyx server.
- [DOWNLOADEXCEL](https://docs.nedyx.com/version-1.52-preview/clearlines-functions/import-export-functions/downloadexcel.md): Creates an Excel file with the content of a table widget and downloads it.
- [DOWNLOADFILE](https://docs.nedyx.com/version-1.52-preview/clearlines-functions/import-export-functions/downloadfile.md): Downloads a file to the local client computer.
- [DOWNLOADPDF](https://docs.nedyx.com/version-1.52-preview/clearlines-functions/import-export-functions/downloadpdf.md): Creates and downloads a pdf file with a selection of app pages.
- [EXCELCREATE](https://docs.nedyx.com/version-1.52-preview/clearlines-functions/import-export-functions/excelcreate.md): Creates an Excel file on the nedyx server with the content of a table widget.
- [GETFILELIST](https://docs.nedyx.com/version-1.52-preview/clearlines-functions/import-export-functions/getfilelist.md): Returns a range containing all files which have been uploaded or created in the current nedyx workspace.
- [PDFCREATE](https://docs.nedyx.com/version-1.52-preview/clearlines-functions/import-export-functions/pdfcreate.md): Creates a pdf file with a selection of app pages.
- [POSTMESSAGE](https://docs.nedyx.com/version-1.52-preview/clearlines-functions/import-export-functions/postmessage.md): Sends a message to current browser page.
- [SCANCODE](https://docs.nedyx.com/version-1.52-preview/clearlines-functions/import-export-functions/scancode.md): Scans a QR or bar code and returns its content as a text.
- [SENDEMAIL](https://docs.nedyx.com/version-1.52-preview/clearlines-functions/import-export-functions/sendemail.md): Sends an email to one or more recipients.
- [UPLOAD](https://docs.nedyx.com/version-1.52-preview/clearlines-functions/import-export-functions/upload.md): Uploads the content of a file from the local client computer into a widget.
- [UPLOADFILE](https://docs.nedyx.com/version-1.52-preview/clearlines-functions/import-export-functions/uploadfile.md): Uploads a file from the local client computer to the nedyx server.


---

# 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.nedyx.com/version-1.52-preview/clearlines-functions/import-export-functions.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.
