> For the complete documentation index, see [llms.txt](https://docs.shippercrm.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shippercrm.com/magic-map/shipper-profiles/parent-company-view.md).

# Parent Company View

### Overview

The parent view in Shipper CRM allows you to easily view parent company details along with all the locations that have been currently discovered for that particular company. This guide will walk you through how to effectively use the parent company view for getting a comprehensive breakdown of known locations.

<figure><img src="/files/qo60xbUPWHjbNe9823g8" alt=""><figcaption><p>Parent Company View reveals all known locations for the company.</p></figcaption></figure>

### From the Magic Map

1. **Navigate to the Magic Map**: From the dashboard in Shipper CRM, navigate to the Magic Map.&#x20;
2. **Open a Shipper profile:** You can do this by clicking on a point on the map
3. **Click View All Discovered Locations**: This is located at the top of the parent company section. Clicking this will immediately reveal all discovered locations from the parent company view.

### From the Request Tracker&#x20;

1. **Navigate to the Requests page**: From the [Requests](/request-tracking/linkedin-profiles.md) page navigate to the [Request Contact Enrichment](/request-tracking/contact-enrichment.md#tracking-your-contact-enrichment-request) tab
2. **Click on a company**: From the company table column, clicking on a company will take you directly to the parent company view from within the Magic Map.

### Navigating within the Parent Company View

Once in the parent company view, you will notice some slight differences to the Magic Map including an Exit button at the top left to exit out of the parent company view. The shipper profile side panel will only show parent company specific information, including all known locations associated to the parent company.

*For more information on how we structure parent companies and their relationship to locations, reference* [*Parent Companies.*](/shipper-database/parent-companies.md)

### Viewing Known Locations

Clicking on any of the location cards will immediately take you to that location on the map and open the shipper profile location view. This view provides information specific to the facility's address, phone number, and facility type (eg. Warehouse, Store, Manufacturer, Office, Other).

*For more information on shipper specific locations, reference* [*Shipper Locations*](/shipper-database/shipping-locations.md)*.*

{% hint style="info" %}
**Note:** When navigating to a location from the parent company view, you be shown a Back button instead of an exit button. Clicking the back button will take you back to the parent company view.
{% 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.shippercrm.com/magic-map/shipper-profiles/parent-company-view.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.
