# Set Value

Set Value is used to set a property or script element to a specific value. It can be used to set, among other things, Variables, Output parameters, Control properties, Web Service outputs and SQL outputs.

***

{% embed url="<https://www.youtube.com/embed/aOjSPbJ6lM0?autoplay=1&rel=0&vq=1080>" %}
*Add a Set Value action*
{% endembed %}

***

### Properties

1. **Target**

   The property or script element to be set.
2. **Value**

   The value to which the target will be set.


---

# 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.stadium.software/actions/set-value.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.
