# Data Providers

Utilize the data providers available in Jigx to seamlessly integrate with data from diverse sources, including Jigx's dynamic data store. These providers efficiently handle data inputs and deliver accurate data outputs.

In this section, examples with code snippets are provided for working with data using each of the providers listed below:

| Data Provider                                                                 |                                                                                                                                                                                                            |
| ----------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Dynamic Data](/examples/readme/data-providers/dynamic-data.md)               | Uses dynamic tables stored on our [Management](https://manage.jigx.com/) website.                                                                                                                          |
| [Microsoft Azure SQL](/examples/readme/data-providers/microsoft-azure-sql.md) | Integrate with Microsoft Azure SQL through the SQL data provider, allowing you to select or insert data from an Azure SQL database. This includes Microsoft Azure SQL and Microsoft SQL Server on-premise. |
| [Microsoft OneDrive](/examples/readme/data-providers/microsoft-onedrive.md)   | Uses Microsoft OneDrive to work with files.                                                                                                                                                                |
| [REST](/examples/readme/data-providers/rest.md)                               | Integrating with REST APIs to enhance your mobile application, allowing it to access and interact with external data and services efficiently.                                                             |
| [Salesforce](/examples/readme/data-providers/salesforce.md)                   | Uses the Salesforce platform database.                                                                                                                                                                     |


---

# 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://docs.jigx.com/examples/readme/data-providers.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.
