# Lookups

A number of the API endpoints return values for attributes which are list items in d6+, for example a language or grade, which can be selected from a dropdown in d6+. In order to manage and facilitate these attributes more effectively, there are a number of endpoints available to lookup one or all of the available values in the list.

Some of these lists are generic across all schools, but some can be customised per school, in which case it will be necessary to specify the desired school's Login ID in the request URL, as illustrated in the relevant endpoint 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://apidocs.d6plus.co.za/reference/administration+/lookups.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.
