# Technical use case guides

The following guides are intended to provide an in-depth walkthrough of some of Lob's product features that customers can use to accomplish their business needs.&#x20;

{% content-ref url="/pages/zzMzTTXgSP4XCELKdmka" %}
[Mass deletion setup](/developer-docs/use-case-guides/mass-deletion-setup.md)
{% endcontent-ref %}

{% content-ref url="/pages/cQ8nJBaHRMsn6PBzQXSm" %}
[NCOA responses](/developer-docs/use-case-guides/ncoa-responses.md)
{% endcontent-ref %}

{% content-ref url="/pages/xWCVrOSP9tUL4PeSGS6F" %}
[Override cancellation window](/developer-docs/use-case-guides/override-cancellation-window.md)
{% endcontent-ref %}

{% content-ref url="/pages/wupoX5s8c1234OfPwSNe" %}
[Visibility of address changes](/developer-docs/use-case-guides/visibility-of-address-changes.md)
{% endcontent-ref %}

{% content-ref url="/pages/EAUxttMMUULym7GbeQRf" %}
[Ingesting tracking events with webhooks](/developer-docs/use-case-guides/ingesting-tracking-events-with-webhooks.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://help.lob.com/developer-docs/use-case-guides.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.
