# Enrichment datasets

The provisions (chapters, sections, paragraphs, etc.) of a work can be enriched with additional information. This information is stored separately to the content of the provision.

{% hint style="info" %}
Explore the tutorial for working with enrichment datasets.

[Module 2: Enrichments and interactivity](/tutorial/module-2-enrichments-and-interactivity.md)
{% endhint %}

These enrichments are grouped into **enrichment datasets**. An enrichment dataset contains multiple enrichments for multiple works.

An enrichment dataset has a **root taxonomy topic**. This is the root of the taxonomy tree that the enrichment dataset uses. Provisions enriched by the dataset can be tagged with a taxonomy topic that is part of the enrichment dataset's taxonomy tree.

An enrichment is made up of:

* the work being enriched
* the eId of the provision being enriched
* the enrichment data:
  * a topic in the taxonomy topic tree associated with the enrichment dataset

{% hint style="info" %}
An enrichment applies to a provision across all expressions of a work.
{% endhint %}

## List enrichment datasets

{% openapi src="/files/4kNXPoVcclCo2986qOST" path="/v3/enrichment-datasets" method="get" %}
[Laws.Africa Content API 2024-04-23.yaml](https://4163728571-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LrrJ5L0RJ3goKWzqKVC%2Fuploads%2FYkGoMScj3txq3sbsbbwo%2FLaws.Africa%20Content%20API%20\(v3\)%20\(2\).yaml?alt=media\&token=7476d4cb-8aff-4c63-8ec8-44782e977024)
{% endopenapi %}

## Get details of an enrichment dataset

{% openapi src="/files/4kNXPoVcclCo2986qOST" path="/v3/enrichment-datasets/{id}" method="get" %}
[Laws.Africa Content API 2024-04-23.yaml](https://4163728571-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LrrJ5L0RJ3goKWzqKVC%2Fuploads%2FYkGoMScj3txq3sbsbbwo%2FLaws.Africa%20Content%20API%20\(v3\)%20\(2\).yaml?alt=media\&token=7476d4cb-8aff-4c63-8ec8-44782e977024)
{% endopenapi %}


---

# 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://developers.laws.africa/api/enrichment-datasets.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.
