# Data Connectivity

### Database Connectors <a href="#database-connectors" id="database-connectors"></a>

* Supported engines: PostgreSQL, MySQL, SQL Server, Oracle
* Configure connection strings and credentials in `config.yml`
* Test and validate connections via CLI:

  ```
  bashainexlayer db test
  ```
* Monitor connector health in the admin dashboard\ <br>

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

> **Tip:** Use read replicas for analytics workloads to reduce load.

### API Integrations <a href="#api-integrations" id="api-integrations"></a>

* Connect to REST and GraphQL endpoints
* Define authentication (API keys, OAuth2) per integration
* Map endpoint responses to AINexLayer schemas
* Schedule periodic syncs or use webhooks for real-time updates

> **Note:** Use rate limiting to avoid API throttling.

### File System Integration <a href="#file-system-integration" id="file-system-integration"></a>

* Mount NFS or SMB shares for direct file access
* Configure local import paths in `storage.yml`
* Watch directories for automatic ingestion
* Apply file filters by extension or pattern


---

# 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://doc.ainexlayer.com/documentation/enterprise-features/data-connectivity.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.
