# Content API Reference

- [About the Content API](https://developers.laws.africa/api/about-the-api.md): This describes the Laws.Africa Content API.
- [Authentication](https://developers.laws.africa/api/authentication.md)
- [Pagination](https://developers.laws.africa/api/pagination.md)
- [Places](https://developers.laws.africa/api/countries-and-localities.md): List the places - countries and localities (sub-country regions) - that are available from the Content API.
- [All work expressions](https://developers.laws.africa/api/all-work-expressions.md): Fetch all work expressions.
- [Single work expression](https://developers.laws.africa/api/works-and-expressions.md): Fetch a single work expression using an FRBR URI.
- [Commencements](https://developers.laws.africa/api/works-and-expressions/commencements.md): Get the details of commencement events for an expression.
- [Embedded images](https://developers.laws.africa/api/works-and-expressions/embedded-images.md): Fetch metadata and files for images embedded in the content of a work expression.
- [Publication document](https://developers.laws.africa/api/works-and-expressions/publication-document.md): Fetch the details of the original publication document for a work.
- [Table of Contents](https://developers.laws.africa/api/works-and-expressions/table-of-contents.md): Fetching the Table of Contents for an expression.
- [Timeline](https://developers.laws.africa/api/works-and-expressions/timeline.md): Fetch the timeline description for a work expression.
- [Taxonomy topics](https://developers.laws.africa/api/taxonomy-topics.md): Taxonomies are used to classify works.
- [Enrichment datasets](https://developers.laws.africa/api/enrichment-datasets.md): Enrichment datasets add additional detail to provisions of a work.


---

# 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.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.
