# Upload Still

### **Parameters**

* **Image**: The image to upload.
* **Index**: The 1-index based still index.
* **Media Player Index**: The 1-index based media player id.
* **Replace Existing**: If toggled, an uploaded image will replace any existing still in the media pool.
* **Show Error**: Stops shortcut execution and displays an error. If disabled, the result of the shortcut will be true on, false otherwise.

### **Returns**

True on success. False otherwise. Error is Show Error is toggled.


---

# 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.mixeffect.app/automate/shortcuts/actions/upload-still.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.
