# Deposition file list

## Files that may be included in a CHEMBL deposition

<table data-header-hidden><thead><tr><th width="253">File</th><th width="114">Level</th><th width="172">Depositor Defined ID (DDID) defined by this file</th><th>All records in this file must be 'Foreign-Keyed' to...</th></tr></thead><tbody><tr><td>Filenames</td><td>Level</td><td>Depositor defined identifier (DDI) defined by this file</td><td>Records in this file can be 'Foreign-Keyed' to...</td></tr><tr><td>REFERENCE.tsv</td><td>primary</td><td>RIDX</td><td>-</td></tr><tr><td>COMPOUND_RECORD.tsv</td><td>primary</td><td>CIDX</td><td>RIDX</td></tr><tr><td>COMPOUND_CTAB.sdf</td><td>secondary</td><td>-</td><td>CIDX</td></tr><tr><td>ASSAY.tsv</td><td>primary</td><td>AIDX</td><td>-</td></tr><tr><td>ASSAY_PARAM.tsv</td><td>secondary</td><td>-</td><td>AIDX</td></tr><tr><td>ACTIVITY.tsv</td><td>tertiary</td><td>ACT_ID</td><td>CIDX, AIDX, RIDX</td></tr><tr><td>ACTIVITY_PROPERTIES.tsv</td><td>tertiary</td><td>-</td><td>ACT_ID</td></tr><tr><td>ACTIVITY_SUPP.tsv</td><td>tertiary</td><td>SAMID, REGID</td><td>ACT_ID</td></tr><tr><td>ACTIVITY_SUPP_MAP.tsv</td><td>tertiary</td><td>-</td><td>ACT_ID, SAMID</td></tr><tr><td><em>INFO.txt</em></td><td>tertiary</td><td>-</td><td>-</td></tr></tbody></table>

&#x20;**File:** All filenames must have the appropriate 3 letter extension, '.tsv' or '.sdf'


---

# 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://chembl.gitbook.io/chembl-data-deposition-guide/file-structure/deposition-file-list.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.
