# Database Documentation

- [Getting Started](https://docs.ipnews.io/database-documentation/editor.md)
- [Database Type](https://docs.ipnews.io/database-documentation/markdown.md)
- [Free IP to Country](https://docs.ipnews.io/database-documentation/markdown/free-ip-to-country.md)
- [Free IP to ASN](https://docs.ipnews.io/database-documentation/markdown/free-ip-to-asn.md)
- [Free IP to Country+IP to ASN](https://docs.ipnews.io/database-documentation/markdown/free-ip-to-country+ip-to-asn.md)
- [IP Geolocation Database](https://docs.ipnews.io/database-documentation/markdown/ip-geolocation-database.md)
- [IP Risk Database](https://docs.ipnews.io/database-documentation/markdown/ip-risk-database.md)
- [ASN Database](https://docs.ipnews.io/database-documentation/markdown/asn-database.md)
- [Usage Type Database](https://docs.ipnews.io/database-documentation/markdown/usage-type-database.md)
- [Mobile Carrier Database](https://docs.ipnews.io/database-documentation/markdown/mobile-carrier-database.md)
- [Hosted Domains Database](https://docs.ipnews.io/database-documentation/markdown/hosted-domains-database.md)
- [Offline library parsing code](https://docs.ipnews.io/database-documentation/offline-library-parsing-code.md)
- [IPv4](https://docs.ipnews.io/database-documentation/offline-library-parsing-code/ipv4.md)
- [DAT format access code](https://docs.ipnews.io/database-documentation/offline-library-parsing-code/ipv4/dat-format-access-code.md)
- [IPv6](https://docs.ipnews.io/database-documentation/offline-library-parsing-code/ipv6.md)
- [DAT format access code](https://docs.ipnews.io/database-documentation/offline-library-parsing-code/ipv6/dat-format-access-code.md)


---

# 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.ipnews.io/database-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.
