> For the complete documentation index, see [llms.txt](https://docs.enate.net/whats-new/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enate.net/whats-new/older-versions/changes-overview-older-versions/2021.1-changes-overview/builder/untitled-3.md).

# Grouping Companies under a Parent Company

v2021.1

The **'Show Parent Company'** option in General Settings allows you to more easily manage your companies by creating a nested company structure where a parent company can maintain multiple child companies.

![](https://1296463846-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MMq3QmswWRu5qbijFN8%2F-MXli2MTKzk3ivAFuemj%2F-MXliW9Pz9BK7LFLUv2y%2Fimage.png?alt=media\&token=f445d6fb-3ede-46bb-885e-5fbae800e4d5)

A parent company can have multiple child companies, but a child company can only have one parent company. A parent company cannot have its own parent company and a child company cannot be set as a parent company. A deleted parent company will appear as read only in the child company's details and it cannot be changed or deleted. Please note that a company cannot be both a Supplier and a Parent Company.&#x20;

Additionally, a Work Manager user will be able to start work items for both parent and child companies for a parent company contact; however they will only be to start a work item for a child company for a child company contact.&#x20;

The Contacts Card in Work Manager for work items running against a parent company will show the contacts of that parent company, but will not show any child company contacts, however work items running against a child company will show the contacts of that child company as well as of the parent company.


---

# 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.enate.net/whats-new/older-versions/changes-overview-older-versions/2021.1-changes-overview/builder/untitled-3.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.
