> For the complete documentation index, see [llms.txt](https://docs.secure-contacts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.secure-contacts.com/quickstart-guide/optional-step-connect-datasource.md).

# Additional Datasource for SCA

You can connect several types of DataSource to SCA, in order to provide contacts \
to your employees.

Depending on your environment all different kind of data can be imported \
to our app via your Entra tenant.<br>

<figure><img src="/files/9EiuHWIz6xuzshXDYOZN" alt=""><figcaption></figcaption></figure>

Supported types of DataSource:

1. [Azure Active Directory](/documentation/data-sources/aad-azure-active-directory.md) (By default this DataSource is `on`)
2. [Personal Outlook Contacts](/documentation/data-sources/apc-personal-outlook-contacts.md) (By default this DataSource is `on`)
3. [Global Address List](/documentation/data-sources/gal-global-address-list.md) (by default this DataSource is `on`)
4. [Dynamics 365](/documentation/data-sources/d365-dynamics-365.md) (Enterprise License required and by default this DataSource is `off`)
5. [Dataverse](/documentation/data-sources/dvrs-dataverse.md) (Enterprise License required and by default this DataSource is `off`)
6. [Shared Mailbox Contacts](/documentation/data-sources/smc-shared-mailbox-contacts.md) (Enterprise License required and by default this DataSource is `off`)
7. [Azure Blob Storage](/documentation/data-sources/abs-azure-blob-storage.md) (Enterprise License required and by default this DataSource is `off`)

{% hint style="info" %}
[Azure Blob Storage](/documentation/data-sources/abs-azure-blob-storage.md) is particularly suitable for contacts that are stored in onprem systems which supports an export of data, e.g. SAP and many more.
{% endhint %}

{% hint style="success" %}
In case you want to add a different CRM to SCA, we will find a solution for you!\
Do not hesitate to [contact us](https://secure-contacts.com/en/kontakt-beratung/).
{% endhint %}


---

# 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://docs.secure-contacts.com/quickstart-guide/optional-step-connect-datasource.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.
