# Give Steps

### Given that I set `{platform}` as platform with version of `{platform version}` <a href="#given-that-i-set-platform-as-platform-with-version-of-platform-version" id="given-that-i-set-platform-as-platform-with-version-of-platform-version"></a>

```
Scenario: Autokin Mobile
    Given that I set "iOS" as platform with version of "13.0"
```

### &#x20;<a href="#given-that-i-set-device-name-as-device" id="given-that-i-set-device-name-as-device"></a>

### Given that I set `{device name}` as device <a href="#given-that-i-set-device-name-as-device" id="given-that-i-set-device-name-as-device"></a>

```
Scenario: Autokin Mobile
    Given that I set "iOS" as platform with version of "13.0"
    Given that I set "iPhone 11 Pro" as device
```

### &#x20;<a href="#given-that-app-is-located-at-path-or-url" id="given-that-app-is-located-at-path-or-url"></a>

### Given that app is located at `{path or URL}` <a href="#given-that-app-is-located-at-path-or-url" id="given-that-app-is-located-at-path-or-url"></a>

```
Scenario: Autokin Mobile
    Given that I set "iOS" as platform with version of "13.0"
    Given that I set "iPhone 11 Pro" as device
    Given that app is located at "http://www.autokinjs.com/myapps/myios_sample_app.zip"
```


---

# 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://autokin.gitbook.io/docs/autokin-mobile/give-steps.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.
