# Curriculum Tag Selector

## Tags Not Loading

Problem: You are receiving an error message stating that "We were unable to load curriculum tags".

![](/files/-M90-ScN-ffnoyPUQydQ)

* Make sure you are using the correct API version. You can either try running `composer install` again or switch to the `release/3.x` branch (or higher) in the API — in this case, make sure you have the [API configured properly](/technical/developers/troubleshooting/composer.md#symlinking-the-api).
* Ensure that you have the latest Elentra ME release (`release/x.xx` or `develop`)
* Check the [compatibility matrix](/technical/developers/compatibility-matrix.md) page to ensure that your version of ME and the API are compatible.


---

# 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.elentra.org/technical/developers/troubleshooting/curriculum-tag-selector.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.
