# Lua API Documentation for The Binding of Isaac - Afterbirth+

This Documentation is a community curated project that provides additional informations and code examples for the functions provided by the "Binding of Isaac: Afterbirth+" LUA modding API.

If you want to contribute to this project, consider visiting the [**:fontawesome-brands-github: Github Project**](https://github.com/wofsauge/IsaacDocs) or the [**:fontawesome-brands-discord: Official BoI Discord-Server**](https://discord.gg/qKdHue2)

If you want to have a specific part of the Documentation explained, consider messaging me:

:fontawesome-brands-discord: **Discord**: Wofsauge#6503 :fontawesome-brands-reddit: **Reddit**: /u/Wofsauge


---

# 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.moddingofisaac.com/ab_p/beta/docs/index.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.
