# Insert Data Block

This inserts extra data into the variables or table.

### Import file <a href="#import-file" id="import-file"></a>

Put the contents of the file in a variable or the table column. You need to allow GoLess to access the file URLs to use this functionality.

1. Open `chrome://extensions`
2. Find GoLess and click **"Details"**
3. Scroll down and turn on **"Allow access to file URLs"**

You can type the absolute path of the file or the file's URL in the value text field:

* Absolute Path
  * Windows: `C:\Users\Public\Documents\test.docx`
  * MacOS: `/Users/Josh/Desktop/documents.pdf`
* URL
  * `https://example.com/files/file.pdf`
  * `https://example.com/list.txt`

\
\\


---

# 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.goless.com/blocks/data/insert-data-block.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.
