> 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/request-new-companies.md).

# Request New Companies

### Overview

One of the underlying technologies that powers Shipper CRM is our powerful Shipper Research Engine. We've used this to build up our database of shippers, and have recently opened the tool up as a beta for you to use.

If you search for a shipper that isn't currently available on the Magic Map, you can use our Shipper Research Engine to conduct on-demand research for the company that you are looking for. Our research engine will go out and do the research for you, and will update the Magic Map with any locations it finds.

<figure><img src="/files/adLBkz8ZZYtoBMR0i8qC" alt=""><figcaption><p>Use our research engine to request data for new companies</p></figcaption></figure>

### Accessing & using the research engine

1. In the filter toolbar, click on Shippers and type in the name of the shipper you are looking for. If it appears in the dropdown, there's no need to submit a research request.
2. If the shipper isn't currently available, a button will appear that says 'Research The Shipper'. Click this button.
3. A popup will open where you can submit information to be sent to the Shipper Research Engine. The engine requires the company name and the company website. Enter this information and click submit.
4. Our Shipper Research Engine will kickoff the research process. This typically finishes within a minute.
5. Once the research process is complete, you'll be able to view any locations we find.

That's it! It's super simple to request research on new companies.


---

# 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/request-new-companies.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.
