# References and tools

Inspect catalog references, data assets, and file-processing artifacts, or unlink a file and trigger a file workflow. Choose the action page that matches the resource relationship or operation you need.

## Choose a task

| Task | Page | Description |
| --- | --- | --- |
| Inspect volume references | [Query volume reference](../list-volume-references.md) | Returns the current results of the volume reference query. |
| Inspect folder references | [Query folder references](../list-folder-references.md) | Returns the current results of the folder reference query. |
| Inspect table references | [Query table reference](../list-table-references.md) | Returns the current results of a table reference query. |
| Remove file references | [Dereference file](../unlink-file.md) | Dereference a set of files. |
| Find a file’s data asset | [Query data assets](../get-data-asset.md) | Query the corresponding data assets after processing according to the original file ID. |
| Find assets for multiple files | [Query data assets in batches](../batch-get-data-assets.md) | Batch query of generated data assets by original file ID; unprocessed files will not appear in the results. |
| Inspect multiple tables | [Batch query table information](../batch-get-table-info.md) | Batch query table definitions and metadata by table ID. |
| Find file-processing artifacts | [Query file products](../list-file-artifacts.md) | Query file product information by file ID. |
| Resolve artifacts for multiple files | [Batch parsing file products](../batch-resolve-file-artifacts.md) | Batch query the existence of parsing products and their associated identifiers by file ID. |
| Start associated file workflows | [Trigger file workflow](../trigger-file-workflow.md) | Triggers the workflow associated with the specified file and returns the actual number triggered. |

```{toctree}
:hidden:
:maxdepth: 1

List volume references <../list-volume-references>
List folder references <../list-folder-references>
List table references <../list-table-references>
Unlink a file <../unlink-file>
Get a data asset <../get-data-asset>
Batch get data assets <../batch-get-data-assets>
Batch get table information <../batch-get-table-info>
List file-processing artifacts <../list-file-artifacts>
Batch resolve file artifacts <../batch-resolve-file-artifacts>
Trigger a file workflow <../trigger-file-workflow>
```
