# API DOCUMENTATION

- [Getting Started](https://docs.stopbot.net/api-documentation/getting-started.md): Welcome to our API Documentation!
- [Account](https://docs.stopbot.net/api-documentation/account.md): Here is an example API documentation for the endpoint used for checking account's package status.
- [Blocker](https://docs.stopbot.net/api-documentation/blocker.md): Here is an example API documentation for the endpoint used for checking visitors status.
- [Blocker V2](https://docs.stopbot.net/api-documentation/blocker-v2.md): Here is an example API documentation for the endpoint used for checking visitors status.
- [Smart URLs](https://docs.stopbot.net/api-documentation/smart-urls.md): Here is an example API documentation for the endpoint used for checking visitors status of Smart URLs.
- [IP Lookup](https://docs.stopbot.net/api-documentation/ip-lookup.md): Here is an example API documentation for the endpoint used for IP Lookup.
- [Email Validation](https://docs.stopbot.net/api-documentation/email-validation.md): Here is an example API documentation for the endpoint used for Email Validation.
- [Email Verifier](https://docs.stopbot.net/api-documentation/email-verifier.md): Here is an example API documentation for the endpoint used for Email Verifier.
- [Phone Number Identify](https://docs.stopbot.net/api-documentation/phone-number-identify.md): Here is an example API documentation for the endpoint used for Phone Number Identify.


---

# 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.stopbot.net/api-documentation.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.
