# Introduction

Although the **Experience API** **specification** outlines a set of API calls for tracking learning interactions and storing/retrieving data related to these learning interactions, there is still a need for a more extensive interface into the broader concepts of managing training.

**Clear LRS** provides a proprietary API for circumstances where the [**Experience API**](https://xapi.com/overview/) is inadequately equipped. These APIs are best suited for providers wishing to implement a deep integration with Clear LRS and don't need to preserve interoperability.

{% hint style="warning" %}
Standards exist for a reason. You should first and foremost consider using existing xAPI calls to achieve your goals and only resort to a proprietary API when absolutely necessary.

**Using a propriety API will beak the interoperability of your training content and prevent its use with other LRS providers.**
{% endhint %}


---

# 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://dev.clearxp.com/clear-api-reference/introduction.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.
