# Training Document Storage

* **Training Class Documents** - These documents are added and accessed in the training class details screen and are associated only with the training class.&#x20;
  * Example: Training Memos, PowerPoints, or other training materials
* **Training Record Documents** - Training record documents are associated with a students training record. This means the documents are associated with both the student and the training class and can be added in the training record edit modal. These documents can be accessed via the training record modal or the student details page.&#x20;
  * Example: Training class receipts, proof of attendance, certification documentation
* **Student Documents** - Student documents can be added and accessed from the student details page. These are documents associated only with the student profile.&#x20;
  * Example: Staff onboarding/hiring documentation


---

# 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://docs.unifiedtrainingtracking.com/product-guides/training-document-storage.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.
