> For the complete documentation index, see [llms.txt](https://docs.jetadmin.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jetadmin.io/agents/agent-files.md).

# Agent Files

Files generated by agents are automatically collected and stored, making it easier to access outputs from long or complex conversations.

### How It Works

During conversations, agents can generate files such as reports, spreadsheets, documents, JSON data, or exported results.

All generated files are automatically saved to the agent’s **Files** section.

To access generated files:

1. Open the agent
2. Click **Files**
3. Browse the list of generated files

{% @arcade/embed flowId="jkONgYuXMwhYBuxcyDUH" url="<https://app.arcade.software/share/jkONgYuXMwhYBuxcyDUH>" %}

### File Actions

You can perform the following actions on generated files:

| Action          | Description                             |
| --------------- | --------------------------------------- |
| View            | Open and preview the file               |
| Copy Link       | Copy a direct link to the file          |
| Download        | Download the file to your device        |
| Open in New Tab | Open the file in a separate browser tab |

### Supported File Types

| File Type                                                                   |
| --------------------------------------------------------------------------- |
| `.csv`                                                                      |
| `.pdf`                                                                      |
| `.doc` / `.docx`                                                            |
| `.xlsx` / `.xls`                                                            |
| `.json`                                                                     |
| `.txt`                                                                      |
| `.html`                                                                     |
| Markdown (`.md`)                                                            |
| Source code files (`.py`, `.js`, `.ts`, `.java`, `.c`, `.cpp`, `.cs`, etc.) |

> **File Storage**
>
> Files created by agents are automatically stored in JetAdmin storage and remain accessible from the Files section of the agent.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.jetadmin.io/agents/agent-files.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.
