# Mobile Carrier Database

IP-Mobile Operator Repository Download Integration provides access to billions of mobile operator data. Help enterprises optimize website appearance through user insights, and target advertising and discount strategies based on mobile users.

#### Database Schema

The database contains the following fields:

| Name          | Data Type | Description                                                                                                                                                   |
| ------------- | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| carrier\_mcc  | TEXT      | Mobile Country Codes (MCC) as defined in ITU E.212 for use in identifying mobile stations in wireless telephone networks, particularly GSM and UMTS networks. |
| carrier\_mnc  | TEXT      | Mobile Network Code (MNC) is used in combination with a Mobile Country Code (MCC) to uniquely identify a mobile phone operator or carrier.                    |
| carrier\_name | TEXT      | The name of the mobile operator.                                                                                                                              |


---

# 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/mobile-carrier-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.
