> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usebrainbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Save File

Save a file to the file system.

## Input

| Property  | Type             | Required | Description                                                                            |
| --------- | ---------------- | -------- | -------------------------------------------------------------------------------------- |
| name      | SHORT\_TEXT      | Yes      | The name of the file to save.                                                          |
| content   | LONG\_TEXT       | Yes      | The content of the file to save. (x, y, z, etc. for csv), (x y z. etc. for text), etc. |
| extension | STATIC\_DROPDOWN | Yes      | The extension of the file to save.                                                     |

## Sample Output

```json theme={null}
{
  "filePath": "test_file.txt"
}
```
