> For the complete documentation index, see [llms.txt](https://cs001-apptestai.gitbook.io/stego-user-manual-1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cs001-apptestai.gitbook.io/stego-user-manual-1/scenario-make-n-go/setting-scenario-properties.md).

# Setting Scenario Properties

<figure><img src="https://3771172870-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9HBXnl7BPMKhSgbYYPV1%2Fuploads%2FK6zPFb1a2RALK99nId7M%2Fimage.png?alt=media&amp;token=a9a2d049-39f7-474e-a091-2a9cb0096663" alt=""><figcaption></figcaption></figure>

Click the tooth icon(<img src="https://3771172870-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9HBXnl7BPMKhSgbYYPV1%2Fuploads%2F7PECvJVPOnX3T1ulHN6G%2Fimage.png?alt=media&amp;token=274824cb-9553-4ed9-9c25-a166886eeaf6" alt="" data-size="line">)on the creation panel toolbar to display the scenario properties window as shown below.

<figure><img src="https://3771172870-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9HBXnl7BPMKhSgbYYPV1%2Fuploads%2F92JA1pXXF7MRffLdSd6m%2FMotion13.png?alt=media&amp;token=4348765a-219c-46f9-a614-d19429106fbb" alt=""><figcaption><p>Scenario Properties Settings Window</p></figcaption></figure>

#### User Variable : User Settings Variables

The User Setup Variables feature is a value for pre-storing and using values that are expected to be frequently used in scenarios.&#x20;

During the action, ["<mark style="color:blue;">Store Value</mark>"](broken://spaces/V6ftbF07t4CDkrv9q6wI/pages/XutBvVWHpbujhm2qF33o#store-value) has a similar function, the difference is that you can only use the value you set in the step that runs after the step using "Store Value", while the value you set in the user setting variable can be used in any step while the scenario is running.

**Create a user setting variable**

Click <img src="https://3771172870-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9HBXnl7BPMKhSgbYYPV1%2Fuploads%2FsBrLehu7PhBObXCOgGok%2Fimage.png?alt=media&amp;token=31533644-fcd4-4859-9381-a30770437594" alt="" data-size="line">in the Scenario Properties window to display a text box where you can enter new keys and values.

Enter key and value in the displayed text box, and then click <img src="https://3771172870-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9HBXnl7BPMKhSgbYYPV1%2Fuploads%2FrqlJ7fSX0QUU3CI1BEfh%2Fimage.png?alt=media&amp;token=9cfb85ce-cfaf-44fd-aa84-52fa06ec34b0" alt="" data-size="line">to create a user setting variable.

<figure><img src="https://3771172870-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9HBXnl7BPMKhSgbYYPV1%2Fuploads%2FWZKaQme1W2msdydeEvt2%2FMotion14.png?alt=media&amp;token=fd398043-50bc-47d1-9810-ab5dd687bb8d" alt=""><figcaption><p>Create a new user setting variable</p></figcaption></figure>

**To modify/delete user settings variables**

Because the user setting variable is output in the form of a modifiable field, modify the key or value value value, and then click <img src="https://3771172870-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9HBXnl7BPMKhSgbYYPV1%2Fuploads%2FrqlJ7fSX0QUU3CI1BEfh%2Fimage.png?alt=media&amp;token=9cfb85ce-cfaf-44fd-aa84-52fa06ec34b0" alt="" data-size="line">to save the modification.

Delete is deleted by clicking the <img src="https://3771172870-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9HBXnl7BPMKhSgbYYPV1%2Fuploads%2FyyEw8QPUzPnAqJm9poZY%2Fimage.png?alt=media&amp;token=9a6b6600-029d-4e4b-ba82-33ed716a8663" alt="" data-size="line">button to the right of the variable, and then clicking <img src="https://3771172870-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9HBXnl7BPMKhSgbYYPV1%2Fuploads%2FrqlJ7fSX0QUU3CI1BEfh%2Fimage.png?alt=media&amp;token=9cfb85ce-cfaf-44fd-aa84-52fa06ec34b0" alt="" data-size="line">.

*<mark style="color:red;">CAUTION) You must create, modify, delete, and click the</mark>* <img src="https://3771172870-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9HBXnl7BPMKhSgbYYPV1%2Fuploads%2FrqlJ7fSX0QUU3CI1BEfh%2Fimage.png?alt=media&amp;token=9cfb85ce-cfaf-44fd-aa84-52fa06ec34b0" alt="" data-size="line"> *<mark style="color:red;">button to save the user setting variables for your work to take effect.</mark>*

**Using User Settings Variables**

You can use it by entering the key value of the variable where you need to use the variable you created.

Note that when entering the key value, ${key value}You have to enter it in the form. This is a rule to distinguish between plain characters and variables that the author wants to enter.

For example, to use the variable age created above, enter ${age} (value is 34 saved as value when setting the age variable.)

*<mark style="color:red;">Caution) If you use a variable, make sure that the key value of the variable is ${key value} Please enter the form.</mark>*

<figure><img src="https://3771172870-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9HBXnl7BPMKhSgbYYPV1%2Fuploads%2FB2m1h7dCrtmTJss3mS2G%2FMotion15.png?alt=media&amp;token=efbd6743-9036-4b96-a93f-d91fa86ec5c8" alt=""><figcaption><p>Example of using a user setting variable</p></figcaption></figure>

#### &#x20;User Settings Variables for Shared Scenarios

The scenario that you are using by recalling a shared scenario is also displayed in the list of user settings variables set in the shared scenario.

<figure><img src="https://3771172870-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9HBXnl7BPMKhSgbYYPV1%2Fuploads%2FVxNSsiICYAxSoPqmpHbQ%2FSetting%20Scenario%20Properties%201.png?alt=media&amp;token=d6f08b02-e20d-4a74-bab0-e047c7b2ffe8" alt=""><figcaption><p>Settings window with user settings variables for shared scenarios</p></figcaption></figure>

However, just because it appears in the list does not mean that all of the variables in the output are available.

In fact, to use user-set variables in a shared scenario, you must set the user-set variables to use as the "Export Variable" action in the shared scenario before you can use the variables in the parent scenario that led to this shared scenario.

<figure><img src="https://3771172870-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9HBXnl7BPMKhSgbYYPV1%2Fuploads%2FMd62apAQ3NQjq3PzgncP%2FSetting%20Scenario%20Properties%202.png?alt=media&amp;token=8c7c0597-4593-49af-850f-f54ca0c6e41f" alt=""><figcaption><p>If the execution fails because there is no Export Variable in the shared scenario</p></figcaption></figure>

<figure><img src="https://3771172870-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9HBXnl7BPMKhSgbYYPV1%2Fuploads%2FWGPB6DpdIIQpnvp3JXeP%2FSetting%20Scenario%20Properties%203.png?alt=media&amp;token=f20a082f-8b06-4713-bbe4-6f398817ac73" alt=""><figcaption><p>If the execution is successful by making the Export Variable in a shared scenario</p></figcaption></figure>

For a detailed description of "Export Variable", please refer to the "Variables" page below under "Action List".

{% content-ref url="/pages/XutBvVWHpbujhm2qF33o" %}
[Variables](/stego-user-manual-1/actions/variables.md)
{% endcontent-ref %}
