# Workflow

PlanApply is designed to be used independently by admins and regular users.

Regular users

* Planner / Explorer is designed to be used by business users, with a little knowledge about the system.&#x20;
* It can be used to design required configuration changes by a single users or in collaboration with others
* Users can submit their plan, which results in creation of Jira issue and plan. With that, admins can review, exchange conversation, give feedback and revoke or apply changes
* Users can watch submission status from plan perspective as well as from related issue view

Admins

* Admins can use planner described above to speed up their work process as well
* Can utilize plain Terraform code and commands
  * Can re-verify Terraform configuration by re-creating diagram based on the code itself. This will help to assess if provided configuration matches the requested expectations.


---

# 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/workflow.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.
