# IP NEWS

## IPNEWS

- [Welcome](https://docs.ipnews.io/readme.md)
- [Overview](https://docs.ipnews.io/web-services-documentation/quickstart.md)
- [Rate Limiting](https://docs.ipnews.io/web-services-documentation/publish-your-docs.md)
- [Request method and parameters](https://docs.ipnews.io/web-services-documentation/request-method-and-parameters.md)
- [Response Format](https://docs.ipnews.io/web-services-documentation/response-format.md)
- [Query result status code](https://docs.ipnews.io/web-services-documentation/query-result-status-code.md)
- [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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.ipnews.io/readme.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.
