# Save Button

## Description

Launch a file save dialog when clicked and return a new file path

{% tabs %}
{% tab title="Preview" %}
![](/files/BESrMUEb1DCslogrj4kd)
{% endtab %}

{% tab title="Location" %}
**Name** | Ui Save Button

**Nickname** | Save Btn

**Tab** | Ui

**Panel** | Command

**Division** | 2
{% endtab %}

{% tab title="Inputs" %}
**\*E** | **Element** (*Ui+ Element*) | An optional input for an Element.&#x20;

> If an Element is input it will be updated, if empty a new Element will be created.
>
> The input control must be of the same type as the component

**L** | **Label** (*Text*) | The control label

**E** | **Extensions** (*Text*) | A list of standard file extension formats (Name | Extension)

**P** | **Folder Path** (Text) | A default folder path
{% endtab %}

{% tab title="Ouputs" %}
**E** | **Element** (*Ui+ Element*) | Ui Element Control.&#x20;
{% endtab %}

{% tab title="Mode" %}
*none*
{% endtab %}
{% endtabs %}

## Usage


---

# 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://interopxyz.gitbook.io/ui-plus/components/command/save-button.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.
