# ASN Database

Autonomous System Number (ASN) is a key element for the stable operation of the Internet. It represents a collection of IP networks managed by network operators and is extremely important for network analysis and management. IPnews' ASN database download service is designed for IP and network analysis and provides comprehensive data resources.

#### Database Schema

The database contains the following fields:

| Name               | Data Type | Description                                                         |
| ------------------ | --------- | ------------------------------------------------------------------- |
| asn                | TEXT      | Autonomous system number (ASN).                                     |
| asn\_domain        | TEXT      | The domain name associated with the Autonomous System Number (ASN). |
| asn\_organization  | TEXT      | Autonomous System Number (ASN) Owner.                               |
| asn\_type          | TEXT      | <p>Autonomous System Number (ASN) usage types:                      |
| <br>ISP            |           |                                                                     |
| <br>Hosting        |           |                                                                     |
| <br>Education      |           |                                                                     |
| <br>Government     |           |                                                                     |
| <br>Commercial</p> |           |                                                                     |
| asn\_country       | TEXT      | Autonomous System Number (ASN) Country.                             |


---

# 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/markdown/asn-database.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.
