# Features overview

* Interactive diagram
  * Import existing resources
  * Use visual elements for better understanding of data dependencies
  * Export / Import diagrams
  * Send plans and that can be easily transformed to Terraform code
* Terraform console
  * Create multiple files in workspace
  * Easily import existing resources
  * Use Terraform code generation
  * Run Terraform commands against entire workspace
  * Transform files between JSON/Terraform representation
* Plan submission and collaboration
  * Keep track of your changes inside pre-assigned project
  * Exchange informations with deployment team
  * Collaborate on plan with other users and deployment team
* Plan transformation (Diagram -> Terraform code)
  * Speed up boiler plate code creation with JSON -> Terraform conversion
* Quick deployments
  * Verify changes on different environment and use features of Terraform to easily apply required changes in your system
* Store configuration in remote Git repository
  * Allow version control and pull request functionality in your configurations from your company's repo
* Perform compliance verification
  * Perform manual verification of configuration stored in code
  * Write Terraform tests to verify&#x20;


---

# 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/features-overview.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.
