> For the complete documentation index, see [llms.txt](https://help.aximo.autify.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aximo.autify.com/test-case-creation/session-results/save-session-as-case.md).

# Save as case

Save completed sessions as cases from the session detail screen. Use this to run what you tried continuously or reuse it in plans or API triggers.

## Save a session as a case

<figure><img src="/files/3fd5hictjFx6H2wV0iDV" alt="Save as a case button screenshot"><figcaption><p>Save as a case button</p></figcaption></figure>

1. On the session detail screen, open the **Summary** tab.
2. Click **Save as a case** to the right of **Result**.
3. On the case creation screen that opens, check the title, **Type**, and **Test Scenario**.

<figure><img src="/files/zZ7eGxHIQd7Tn4qH4HZG" alt="Case creation screen opened from a session screenshot"><figcaption><p>Case creation screen opened from a session</p></figcaption></figure>

When you open the screen from a Multi-Device session, **Type** is set to **Multi-Device**. After saving, you can run the case individually or add it to a plan with the same device setup.

4. Change **Format** or **Test Scenario** as needed.
5. Click **Save**.

After saving, the case detail screen opens. Use the saved case for individual execution from the case list, API triggers, and adding to plans. If you no longer need it, use **Delete Case** on the case detail screen, then click **Delete** in the confirmation dialog.

{% hint style="info" %}
**Save as a case** is displayed only for sessions that meet all of the following conditions:

* The status is **Passed**, **Failed**, **Terminated**, or **Error**.
* The session is not already linked to a case.
  {% endhint %}

For sessions without a result summary, enter a scenario on the case creation screen before saving.

## Select the save format

<figure><img src="/files/CbM7fmTy6OOYwwI30bil" alt="Save format dropdown screenshot"><figcaption><p>Save format dropdown</p></figcaption></figure>

From the dropdown to the right of **Save as a case**, select the format to use when saving. If you click the main button, the case creation screen opens with **Gherkin**.

| Format          | Saved content                                                               |
| --------------- | --------------------------------------------------------------------------- |
| Gherkin         | A Gherkin-format scenario with check icons removed from the result summary. |
| Markdown        | A scenario converted into a title and numbered list format.                 |
| Original prompt | The original scenario passed to the AI. The case format becomes plain text. |

## Saved information

Cases saved from sessions inherit the following information.

* **Title**: Session title. Change it before saving as needed.
* **Test Scenario**: Content adjusted to the selected format.
* **Start URL**: Start URL used when the session was run.
* **For Web sessions**: Hostname overrides used at run time.
* **For mobile sessions**: Device, app, and platform (iOS / Android) used for execution.
* **For Multi-Device sessions**: Each device name, device type (**Web browser** / **Mobile device**), start URL, and the mobile-side device and app configuration.

The following items are not inherited when saving from a session. Configure them on the case side after saving as needed.

* **Directory**: Saved to the root by default. Move it to another directory later from the case list. See [Organize cases in directories](/test-case-creation/create-test-case.md#organize-cases-in-directories).
* **API Trigger**: Disabled by default. To call it from outside Aximo, enable it from **API Trigger** in the case details after saving. See [Run with API triggers](/test-execution-and-plans/api-cicd-integration.md).

## Further reading

* [Results](/test-case-creation/session-results.md)
* [Create cases](/test-case-creation/create-test-case.md)
* [About plans](/test-execution-and-plans/plans-overview.md)
