> 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-sage-crm-integration/sage-x3/user-guide/sage-crm-side-gumu-administration/creating-link-server-for-integrating-multiple-sage-x3-folders-servers.md).

# Creating Link Server for integrating multiple Sage X3 folders/servers

If a client is having Multiple Sage X3 folders/servers and wants to connect that new Sage X3 folder with a single instance of Sage CRM then, in that case, the user will have to -

Configure GUMU from Sage CRM with new Sage X3 folder details as mentioned in Chapter 1.

Create a Link server manually by using a VB Script file (I.e. *CreateSQLLinServerForNewFolder*). This file is located in the GUMU Installation directory (I.e. C:\Program Files (x86)\Greytrix\GUMU for Sage CRM - Sage X3). Assuming GUMU is installed at C drive. For creating a Link server for a different Sage X3 folder, the user will have to double-click on that file and will have to enter the below details.

1. Sage CRM SQL server name along with SQL instance name.
2. Sage CRM SQL Database name.
3. SQL username admin level.
4. SQL user password of the above user.
5. Sage X3 SQL server name along with SQL instance name.
6. Sage X3 SQL Database name.
7. SQL username admin level.
8. SQL user password of the above user.
9. Sage X3 folder name

It will create a new Link Server in Sage CRM SQL server with *GUMUCRMX3\_FolderName*

Note: Please note that if Sage CRM and Sage X3 SQL are on a different server then both CRM and X3 SQL should be accessible from each other’s server.\ <br>


---

# 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-sage-crm-integration/sage-x3/user-guide/sage-crm-side-gumu-administration/creating-link-server-for-integrating-multiple-sage-x3-folders-servers.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.
