# Monitoring BINs

The following API endpoints allow you to add, update, delete, and retrieve monitored BINs in the Enzoic system, using your API key.  Note that you will need to have BIN Monitoring added to your subscription before you can call these APIs.  You will also need a [webhook](/enzoic-api-developer-documentation/api-reference/bin-monitoring-api/webhooks.md) configured on your account to receive notifications.

{% content-ref url="/pages/6W8kIm4KMbxVm03jsxgz" %}
[Add Bank Identification Numbers to Monitoring](/enzoic-api-developer-documentation/api-reference/bin-monitoring-api/monitoring-bins/add-bank-identification-numbers-to-monitoring.md)
{% endcontent-ref %}

{% content-ref url="/pages/rN6KmySY9sqvd9xVCvdZ" %}
[Remove Bank Identification Numbers from Monitoring](/enzoic-api-developer-documentation/api-reference/bin-monitoring-api/monitoring-bins/remove-bank-identification-numbers-from-monitoring.md)
{% endcontent-ref %}

{% content-ref url="/pages/xbLMPwcNElSVa6AYnBEv" %}
[Query Monitored Bank Identification Numbers](/enzoic-api-developer-documentation/api-reference/bin-monitoring-api/monitoring-bins/query-monitored-bank-identification-numbers.md)
{% endcontent-ref %}


---

# 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.enzoic.com/enzoic-api-developer-documentation/api-reference/bin-monitoring-api/monitoring-bins.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.
