# Creatio

To connect to Creatio, an OAuth connection needs to be established. To get the OAuth credentials, a new server-to-server OAuth application must be configured in the Creatio environment. See [Creatio's documentation](https://academy.creatio.com/docs/user/on_site_deployment/deployment_additional_setup/oauth_2_0_authorization/set_up_oauth20_authorization_for_integrated_applications#title-2002-3) for details.

## Supported Tasks

* Extract
* Load

## Fields

<table><thead><tr><th width="150.88671875">Field</th><th width="289.85546875">Description</th><th>Example</th></tr></thead><tbody><tr><td>Creatio Host</td><td>The hostname of the Creatio environment.</td><td><code>123456-crm-bundle.creatio.com</code></td></tr><tr><td>Identity Service Host</td><td>The hostname of the Creatio Identity Service.</td><td><code>123456-crm-bundle-is.creatio.com</code></td></tr><tr><td>Client ID</td><td>The OAuth client ID provisioned by the environment.</td><td><code>KNpyOHmo2s6TUJ8e</code></td></tr><tr><td>Client Secret</td><td>The OAuth client secret provisioned by the environment.</td><td><code>NAA2AU0ChVYR8jjfutYHBuKVhheoAlEK</code></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://glyue.docs.sandboxbanking.com/etl/data-connectors/creatio.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.
