> For the complete documentation index, see [llms.txt](https://docs.greytrix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.greytrix.com/gumu-salesforce-integration/sagex3/transaction/contact-creation-and-promotion.md).

# Contact Creation and Promotion

**Note:** To promote Contacts the associated Account must be Linked/Promoted to Sage X3.

1. Select the Account for which you wish to create and promote a Contact from Salesforce to Sage (here we are going to create a Contact for the Linked Account: Carter Broadman).
2. Click the **Related** tab on the Salesforce Account Page, scroll down to the Contacts section, and click the **New** button to create a new Contact for the Account.
3. Once you have filled out all of the required information check the **Is Primary Contact?** checkbox and then click **Save** to store the newly created record (this will promote the contact).

<figure><img src="/files/ipXpq8EUyy67bapXphHg" alt=""><figcaption></figcaption></figure>

4. A message will appear in the Last Sync Message field, confirming that the Contact has been successfully promoted.

<figure><img src="/files/oAxJp1HtZuNClWq4ngIP" alt=""><figcaption><p>Contact in Salesforce</p></figcaption></figure>

<figure><img src="/files/1iWOxXqxjtysVlUhL0sS" alt=""><figcaption><p>Contact in Sage X3</p></figcaption></figure>


---

# 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.greytrix.com/gumu-salesforce-integration/sagex3/transaction/contact-creation-and-promotion.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.
