> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/topics/general/contacts/leads-common-questions/contacts-edits/contacts-how-to-link-a-company-to-the-contact.md).

# Contacts - How to link a Company to the Contact

To link a company to a Contact, both must be registered in SprintHub. However, if the company does not yet exist, it can be created manually during the linking process.

First, it will be necessary to register the company on the platform. To do this, see the article below:

{% content-ref url="/pages/d6fa5566c7445db37913153c224f21263696a2d9" %}
[Companies](/en/topics/general/companies.md)
{% endcontent-ref %}

The Contact must also be registered. If it is not yet registered, it is possible to add it manually or import it by other methods. Learn more in the article:

{% content-ref url="/pages/ec9639b1c993d39c08ccc68e8db012e672e86bba" %}
[Contacts - Creating Contacts Manually](/en/topics/general/contacts/leads-common-questions/contacts-creating-contacts-manually.md)
{% endcontent-ref %}

{% content-ref url="/pages/0d80b5cccc0c9dd54ddc3b99d27a72f74cc1add4" %}
[Contacts - How to Import a Spreadsheet](/en/topics/general/contacts/leads-common-questions/contacts-how-to-import-a-spreadsheet.md)
{% endcontent-ref %}

After registering the Contact and the Company, follow the steps below to complete the linking.

### Linking contacts to Companies

You can link Contacts directly to Companies in the system, making it easier to organize and identify contacts and their respective organizations.

#### Step by step

1. Access **Menu >> General >> Contacts** or type the function in **Find Services**;
2. Select the desired contact;
3. In the card **Primary Company Information**, select the company you want to link.

**Attention!** If the company does not yet exist in your instance, it can be created directly through the icon **“+”**. After registering, just select the created company to link it to the Contact.

{% embed url="<https://youtu.be/Mn22D9xpqoI>" %}

***


---

# 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.sprinthub.com/en/topics/general/contacts/leads-common-questions/contacts-edits/contacts-how-to-link-a-company-to-the-contact.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.
