# Generate friendly password transform action

## Use case

You are resetting a user's password and would like to generate a friendly password.

## Overview

<figure><img src="https://1835401289-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQQ1EHVcEsGKBPVHmiav%2Fuploads%2FgCwNJPoH5fLc1WHCjQ93%2FScreenshot%202025-04-18%20at%202.49.09%E2%80%AFPM.png?alt=media&#x26;token=666dec59-9189-49f5-922c-28a3e1a121ae" alt="A photo of the text header in the transform menu of the workflow builder for generate friendly password "><figcaption></figcaption></figure>

This action generates an easy password with adjective, name, number, symbol and random caps.

## Parameters

There are no parameters for this transform.

## Usage

This transform has no parameters, so no usage examples can be given.

## Results output

Example 1:

```
FAirBAnDIcooT39!
```

Example 2:

```
GREENBoNoBo73=
```

Example 3:

```
KINDSNakE41$
```


---

# 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.rewst.help/documentation/automations/actions-in-rewst/transform-actions/generate-friendly-password-transform-action.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.
