# Scenario

- [Get All Scenarios](https://testinium.gitbook.io/testinium-enterprise/apis/enterprise-2.0/scenario/get-all-scenarios.md)
- [Get Scenarios Of Plan](https://testinium.gitbook.io/testinium-enterprise/apis/enterprise-2.0/scenario/get-scenarios-of-plan.md)
- [Get Child Scenarios](https://testinium.gitbook.io/testinium-enterprise/apis/enterprise-2.0/scenario/get-child-scenarios.md)
- [Get Scenario by Name or ID](https://testinium.gitbook.io/testinium-enterprise/apis/enterprise-2.0/scenario/get-scenario-by-name-or-id.md)
- [Get Scenarios by User Company](https://testinium.gitbook.io/testinium-enterprise/apis/enterprise-2.0/scenario/get-scenarios-by-user-company.md)
- [Get Test Parameters](https://testinium.gitbook.io/testinium-enterprise/apis/enterprise-2.0/scenario/get-test-parameters.md)
- [Create Scenario](https://testinium.gitbook.io/testinium-enterprise/apis/enterprise-2.0/scenario/create-scenario.md)
- [Update Scenario](https://testinium.gitbook.io/testinium-enterprise/apis/enterprise-2.0/scenario/update-scenario.md)
- [Update Test Parameters](https://testinium.gitbook.io/testinium-enterprise/apis/enterprise-2.0/scenario/update-test-parameters.md)
- [Delete Scenario](https://testinium.gitbook.io/testinium-enterprise/apis/enterprise-2.0/scenario/delete-scenario.md)


---

# 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://testinium.gitbook.io/testinium-enterprise/apis/enterprise-2.0/scenario.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.
