# AI Training Assistant

The Unified Training AI assistant uses large language models to help training administrators understand their training data as well as automatically create certain resources like training classes and training records.&#x20;

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

A few notes:

* The AI training assistant can not delete data from your tenant
* The AI training assistant should not be used as a trusted expert on policy or training compliance requirements, however it has the ability to advise based on online references.
* The LLM the assistant uses is not trained on any data in the application, it is able to access secure data endpoints directly from unified trainings infrastructure using the logged in users credentials and permissions.&#x20;


---

# 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/ai-training-assistant.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.
