# About PlanApply for Jira

PlanApply for Jira Cloud is an app that allows you to create **configuration as a code** powered by Terraform. The name is coming from the two most important actions that you can perform in Terraform: Plan and Apply.

For Plan operation you can utilise two ways of working:

* with a plain code, using Terraform language (accessible only to admins, as it requires basic Terraform knowledge and might not be handy for business users)
* with an interactive diagram, powered by Reactflow, that helps you visualize, describe and link all relations you need to speed up thought-to-plan conversion (designed to be used by everyone)

Apply is a risky operation, so it's only available to admins! To help admins in the process of transformation from plan to deployment, there a few features:

* Plans created with interactive diagrams can be transformed from visual form into Terraform code.
* You can utilize terraform commands to verify written configuration before applying it to environment
* You can use AI assistant to suggest configuration fragments by a prompt

\
[Checkout features ->](https://docs.silessian.com/planapply-for-jira-cloud/introduction/features-overview)

[Check use cases ->](https://docs.silessian.com/planapply-for-jira-cloud/introduction/use-cases)

[See how we organize data ->](https://docs.silessian.com/planapply-for-jira-cloud/introduction/data-structure-and-processing)

[Checkout workflow from plan to apply ->](https://docs.silessian.com/planapply-for-jira-cloud/introduction/workflow)


---

# 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/about-planapply-for-jira.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.
