# Use cases

* Speed up the process of change planning and reduce unnecessary questions
  * See what you can change prior to submission
  * Link and describe what you need
  * Checkout templates to re-use most common change patterns
* Perform complex deployments more easily
  * With configuration as a code, you can design, import and re-deploy configuration between completely different environments
  * Instead of days of  manual configuration, apply changes with a single click
* Configuration insights
  * You can simply import multiple resources and verify their configuration and find all relevant informations you need
  * Use AI to provide insights and summaries about provided configuration
* Compliance
  * Write test to verify compliance of your configuration


---

# 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.silessian.com/planapply-for-jira-cloud/introduction/use-cases.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.
