# S3 Buckets

## Use Cases

* Store the response body of an API call to an S3 bucket without writing a custom snippet.
* Send output of a given action to an S3 bucket for logging purposes.
* Store file-like data to an S3 bucket for downstream steps to access or manipulate.

## To Configure an S3 bucket in Fylamynt

* Navigate to **Settings > Resource > S3 Buckets.**
* Click on **Manage Buckets.**
* Click on **Add New.**

![](/files/-MaZwBFUvYet2s5OXH96)

* **Select Target Account** from the drop-down list.

![](/files/-MaZwEVWb_ODggbt92bG)

* **Select S3 Bucket** from the new drop-down list.

![](/files/-MaZwHjlHvUC9kfle8-O)

## Where would you use the S3 resource?

The list of configured S3 buckets will be made available for various action node e.g. Pick\_S3\_Bucket:

![](/files/-MaZwKLu3xQpYq4Gxe-E)


---

# 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.fylamynt.com/resources/s3.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.
