# TSANet Connect Integrations

### TSANet Supported Connectors

TSANet has created connectors for the following systems.  These can be downloaded and installed by system administrators.

**Salesforce**:  See the [Salesforce Connector in Documentation](/connect/documentation/salesforce-connector/demo.md)

**Microsoft Dynamics:**  See [Microsoft Dynamics Connector in Documentation](/connect/documentation/dynamics-connector/demo.md)

**Service Now:** See [Service Now Connector in Documentation](/connect/documentation/service-now-connector/early-access.md)

### Partner and Member Integrations

Developers use the TSANet Connect API to implement system connectors or custom integrations.   Contact TSANet at <membership@tsanet.org> for access to the Beta and Production environments.   The base URL for each environment is:

* Beta: [https://connect2.tsanet.net](https://connect2.tsanet.net/)
* Production: [https://connect2.tsanet.org](https://connect2.tsanet.org/v1)

***

The [Integration Guide](/connect/api-reference/integration-guide.md) provides an overview of the TSANet Connect API and examples of both System Connector and a Custom integration.   &#x20;


---

# Agent Instructions: 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:

```
GET https://tsanet.gitbook.io/connect/api-reference/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
