# Create File

The Create File tool allows the model to generate text-based files. Supported file types include, but are not limited to:

* Code and script files
* CSVs
* PDFs
* Text

<figure><img src="/files/8OORzRlaNwotSQJSND47" alt=""><figcaption></figcaption></figure>

To view the contents of a created file, tap the ![](/files/QfbNqxGtM7lLwYoFVvEH) button.

To export the file, press the ![](/files/LzY0xWZwX1BZ1C7vWF2z) button.

<figure><img src="/files/IJTC1CaiiuqMuMbqud38" alt=""><figcaption></figcaption></figure>

## Generated Fragments

All created files are available in the Generated Fragments window. To open this panel, press the <img src="/files/VmkH6lWgSUglpKjvdvot" alt="" data-size="original"> button in located bellow the prompt bar.

<figure><img src="/files/1PtOIKxLDPaz1YZokHL4" alt=""><figcaption></figcaption></figure>

***

<figure><img src="/files/O9pzDDsuyUQt59Z9wCV0" alt=""><figcaption></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://mobiledocs.supgpt.app/tools/create-file.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.
