> For the complete documentation index, see [llms.txt](https://docs.os.uk/osngd/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.os.uk/osngd/getting-started/downloading-with-os-select+build/getting-started-with-geopackage/mapinfo-professional.md).

# MapInfo Professional

## Requirements

* MapInfo Professional (version 15.2 or later)
* A GeoPackage dataset

## Instructions

These instructions were completed using MapInfo Professional version 2019; however, any version from 15.2 onwards can be used.

{% stepper %}
{% step %}

### Select *Open* > *Table* in the top ribbon.

<figure><img src="/files/uV5XAG0Bw8fBGFzrr3JP" alt="Screenshot of the top ribbon in MapInfo Professional with a red box around the Open Table button."><figcaption><p>MapInfo Open Table button.</p></figcaption></figure>

A dialog box will appear where you can search for the appropriate GeoPackage.
{% endstep %}

{% step %}

### Locate the GeoPackage in the file explorer and click Open.

<figure><img src="/files/Go9lKjtOLvfM4rk40B7U" alt="Screenshot showing the MapInfo Professional Open Table dialog."><figcaption><p>MapInfo Professional Open Table dialog.</p></figcaption></figure>

Another dialog box will appear showing the layers available to be imported.
{% endstep %}

{% step %}

### Select which layers to import into MapInfo Progessional from the GeoPackage

<figure><img src="/files/cEQk93nxIYiFh7qr3IPT" alt="Screenshot showing the MapInfo Professional Select One or More Tables to Open dialog."><figcaption><p>MapInfo Professional Select One or More Tables to Open dialog.</p></figcaption></figure>

Once the layers have been selected, click *OK*.
{% endstep %}
{% endstepper %}

{% hint style="success" %}
The data should now be available in your workspace.
{% endhint %}


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.os.uk/osngd/getting-started/downloading-with-os-select+build/getting-started-with-geopackage/mapinfo-professional.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
