# Encrypt

Encryption is the process of securing your data using a secret key. The secret key is required to access the encrypted data.

In this action, you can configure the following:

#### Encryption Input:

Set up the data to be encrypted. You can provide this data as a static value or dynamically using the **Dynamic Data Source Selector** popup.

#### Encryption key:

Set up the secret key for encryption. This key will be used to both encrypt and decrypt the data. You can provide the key as a static value or dynamically using the **Dynamic Data Source Selector** popup.

<figure><img src="/files/GIckNvxXxIX2WPGgfrlB" alt=""><figcaption><p>Encrypt Action Configuration</p></figcaption></figure>

<figure><img src="/files/6WNSs1iK4VC2boxdV3GN" alt=""><figcaption><p>Encrypt Action Result</p></figcaption></figure>


---

# 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.fireapis.com/the-basics/logics/actions/other-utilities/encrypt.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.
