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

# Resources

The Resources file manager displays all uploaded and saved resources within the platform, these resources can be connected and integrated to automate workflows, transfer data, and streamline business process.

Accessed through **Resources**, you can search by Resource, Resource ID, Creator, Type, Modification Date, Access Type.&#x20;

On the top of the Resources manager there are controls for:

* Creating Folders
* Uploading new Resources
* Copying File/Folders
* Pasting File/Folders
* Cut Resources
* Editing Resource
* Sending for Approval
* Deleting Resource

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

On the top ride side of the Resources manager there are shortcuts for creating new resources in JT Sheet, JT Document, Specifications, Mapping Specifications, and Business Processes.

## Information Panel

Clicking a resource within the Resources file manager, provides a Knowledge Panel providing resource information, version info, and API access.

### Share & Permissions

Within the Information Panel, share resources with other users or groups.

1. Click "**+ Share**"
2. Select the user(s) to share the resource with (Enterprise User or Group).

{% hint style="info" %}
&#x20;The user or group will receive READ access
{% endhint %}

3. Click Select.

### Version Control

Within the Information panel, access previous versions of a resource. Selecting **"Version Info"** opens the Version Control panel. Previous versions of resources can be downloaded directly to your computer.

### API Access

Within the Information panel, access API credentials for the resource. These can be used with the Justransform API. Selecting **"API Access"** opens the API Token panel.


---

# 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.justransform.com/resources.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.
