# recommendationStep

A single step within a remediation recommendation.

### Examples

```graphql
type RecommendationStep {
  title: String
  command: String
  postCommandExplanation: String
}
```

### Fields

| Field                           | Description                                            | Supported fields |
| ------------------------------- | ------------------------------------------------------ | ---------------- |
| title `String`                  | Descriptive title for this step                        |                  |
| command `String`                | Runnable command (CLI command or Terraform code block) |                  |
| postCommandExplanation `String` | Explanation shown after the command                    |                  |

### References

#### Fields with this object:

* [{} RecommendationType.steps](https://docs.ox.security/api-documentation/api-reference/api--issue/types/objects/recommendation-type)
