> For the complete documentation index, see [llms.txt](https://docs.thinkdiffusion.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thinkdiffusion.com/thinkdiffusion-walkthrough/file-management/navigate-your-files.md).

# Navigate your files

## How to master your files like a Pro <a href="#how-to-master-your-files-like-a-pro" id="how-to-master-your-files-like-a-pro"></a>

Our built-in file management browser and tools provide you with a personal and persistent cloud storage drive and a robust system that's essentially an extension of your own device.

Your files will stay persistent across all sessions & machines, and with a subscription will have increased storage with no inactivity cap.

{% embed url="<https://learn.thinkdiffusion.com/content/media/2023/08/Master-files.mp4>" %}

Just like your own drive, you can fully navigate its file structure to transfer and organize your work:

* [**Create new folders**](https://learn.thinkdiffusion.com/thinkdiffusion-faqs/#how-to-create-a-new-folder)
* [**Copy a file’s link**](https://learn.thinkdiffusion.com/thinkdiffusion-faqs/#how-to-copy-a-files-link)
* [**Upload files**](https://learn.thinkdiffusion.com/thinkdiffusion-faqs/#how-to-upload-a-file-from-your-device), models and extensions from your device
* [**Upload large models**](https://learn.thinkdiffusion.com/thinkdiffusion-faqs/#how-to-upload-a-model-by-url-eg-civitai) directly by URL or directly from Google drive

## How to create a new folder <a href="#how-to-create-a-new-folder" id="how-to-create-a-new-folder"></a>

It's super easy to organize files in Think Diffusion. Within the **My Files** panel:

* Simply click on the ➕ plus button and name the folder anything.

{% hint style="info" %}
&#x20;I tend to put all new folders in the *../user\_data/a1111/inputs/* folder as it helps me organize my inputs, but you're free to create new folders wherever you'd like.
{% endhint %}

{% embed url="<https://learn.thinkdiffusion.com/content/media/2023/07/Folders.mp4>" %}
Maybe we should just have a Dogs folder preinstalled?
{% endembed %}

## How to copy a file's link <a href="#how-to-copy-a-files-link" id="how-to-copy-a-files-link"></a>

Simply **click on the copy path button** on any file. It's the first 🔗 **link button** next to the file uploaded.

{% embed url="<https://learn.thinkdiffusion.com/content/media/2023/07/Copy-path.mp4>" %}
We debated whether making a video for this was necessary, but decided it was. For consistency!
{% endembed %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.thinkdiffusion.com/thinkdiffusion-walkthrough/file-management/navigate-your-files.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
