# Datasource

Use [Datasources](https://docs.jigx.com/building-apps-with-jigx/data/datasources) to access and reference data surfaced in [Data Providers](/examples/readme/data-providers.md). This section provides examples of code snippets for working with datasources.

<table><thead><tr><th width="179.4375">Datasource</th><th></th></tr></thead><tbody><tr><td><a href="/pages/JKW6kjxPzqdhYpfOg1HY">sqlite</a></td><td>Ability to write SQL queries to return data from certain data providers, such as, Dynamic Data or SQL provider.</td></tr><tr><td><a href="/pages/DLQBhO09KiiNTu0qIlYV">static</a></td><td>Static data lists are typically used to access data that hardly needs to be manipulated, handled, or updated.</td></tr><tr><td><a href="/pages/zqVhPUbhWSblsHh3An5V">system</a></td><td>Provides a list of country flag icons that can be used in a jig's components.</td></tr><tr><td>Cross solution (package) datasource access</td><td>Query data from and execute actions in another installed solution directly from your datasource or jig configuration.</td></tr></tbody></table>


---

# 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/datasource.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.
