# Dynamic Files

Dynamic Files extend Jigx's Dynamic Data entities to include file references, allowing files to be securely stored and associated with entities. See [Dynamic files](https://docs.jigx.com/building-apps-with-jigx/data/data-providers/dynamic-files) to understand more.

The following examples with code snippets are provided in this section:

* [Upload a file](/examples/readme/data-providers/dynamic-files/upload-a-file.md)
* [Download a file](/examples/readme/data-providers/dynamic-files/download-a-file.md)
* [Delete a file](/examples/readme/data-providers/dynamic-files/delete-a-file.md)
* [Status of a file](/examples/readme/data-providers/dynamic-files/status-of-a-file.md)


---

# 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.jigx.com/examples/readme/data-providers/dynamic-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.
