# Blob\_URL

This is pre-built action located under @Word element. This action reads the data from pdf which is opened by blob URL and download it in local file.

### Syntax

**`Input:`**` ``currentURL; Filename="File name for download.pdf"`

<figure><img src="/files/0aH02tIjs909mPUnZoxY" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th>Argument</th><th>Description</th><th data-hidden></th></tr></thead><tbody><tr><td>Current URL<br>(Required)</td><td>Mention the URL</td><td></td></tr><tr><td>Filename<br>(Required)</td><td>Provide the name of the file to download. Eg:Filename</td><td></td></tr><tr><td>"File name for download.pdf"</td><td>The name you want the file to be downloaded as, and it has to be between the inverted commas. Eg: "xyz.pdf"</td><td></td></tr></tbody></table>

**Output:** `<Dynamic Variable>(Optional)`

<table><thead><tr><th>Argument</th><th>Description</th><th data-hidden></th></tr></thead><tbody><tr><td>Dynamic Variable<br>(Optional)</td><td>The dynamic variable is optional, as it is used to store the status as either True or False and display it later.</td><td></td></tr></tbody></table>

{% hint style="warning" %}
**Important: The Use Case Scenario is in progress and will be available soon.**
{% endhint %}


---

# 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.avoautomation.com/avo-assure/actions/word/blob_url.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.
