> For the complete documentation index, see [llms.txt](https://tsanet.gitbook.io/connect/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tsanet.gitbook.io/connect/api-reference/readme.md).

# 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-app/demo.md)

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

**Service Now:** See [Service Now Connector in Documentation](/connect/documentation/servicenow-app/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
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://tsanet.gitbook.io/connect/api-reference/readme.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.
