# Glossary

## Depositor-Defined ID.

&#x20;     An identifier for a key entity.&#x20;

<table data-header-hidden><thead><tr><th width="103.33333333333331"></th><th width="326"></th><th></th></tr></thead><tbody><tr><td><strong>*IDX</strong></td><td><strong>Description</strong></td><td><strong>Primary File</strong></td></tr><tr><td>AIDX</td><td>Assay ID</td><td>ASSAY</td></tr><tr><td>CIDX</td><td>Compound ID</td><td>COMPOUND_RECORD</td></tr><tr><td>RIDX</td><td>Reference ID</td><td>REFERENCE</td></tr><tr><td>ACT_ID</td><td>ACTivity ID</td><td>ACTIVITY</td></tr><tr><td>TEOID</td><td>TEst Occasion ID</td><td>ACTIVITY</td></tr><tr><td>REGID</td><td>REcord Grouping ID</td><td>ACTIVITY_SUPP </td></tr><tr><td>SAMID</td><td>Supplementary Activity Mapping ID</td><td>ACTIVITY_SUPP</td></tr></tbody></table>

* Such identifiers are always generated and maintained by the depositor themselves.
* If the definition of the identifier in ChEMBL needs to be updated by the depositor, then the same identifier must be used in another deposition, and the original definition is then overwritten.
* Identifiers must consist of a between 1 and 200 visible ascii characters.  Non-visible characters such as spaces will be stripped from both ends.

## Deposition Job.

* A deposition job is defined as the collection of files loaded together in a single run of the loader.
* The loading of a deposition job either completely succeeds to load, or it completely fails.


---

# 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/untitled-2.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.
