> For the complete documentation index, see [llms.txt](https://docs.emobiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.emobiq.com/emobiq-client/008-services/001-services-reference/ax-connector.md).

# Ax Connector

The AX Connector facilitates integration with Microsoft Dynamics AX (now known as Dynamics 365 Finance and Operations), enabling seamless communication with the AX system.

## Name

* **Description**: The name of the AX connector instance.
* **Type**: Text (string)
* **Example**: "AXConnectorInstance"

## Url

* **Description**: The URL or endpoint of the AX service or API.
* **Type**: Text (string)
* **Example**: "<https://ax.example.com/api>"

## User

* **Description**: The username or user ID used to authenticate the connector with the AX system.
* **Type**: Text (string)
* **Example**: "axuser"

## Password

* **Description**: The password associated with the user account for authentication.
* **Type**: Text (string)
* **Example**: "axsecretpassword"

## Timeout

* **Description**: The maximum time allowed for the connector to wait for a response from the AX system before timing out.
* **Type**: Integer (milliseconds)
* **Example**: 15000 (15 seconds)


---

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

```
GET https://docs.emobiq.com/emobiq-client/008-services/001-services-reference/ax-connector.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.
