> For the complete documentation index, see [llms.txt](https://docs.coherent.global/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coherent.global/assistant/hybrid-runner/ca-to-hybrid-runner.md).

# CA to Hybrid Runner

Coherent Assistant can integrate with a deployed hybrid runner, allowing the logical engine to process data locally within the hybrid runner. With a few configuration steps, the results are seamlessly returned to the Coherent Assistant. This setup is ideal for customers with strict data processing regulations, enabling them to utilize Spark within their secure environment without having to transfer data externally.

Below is a diagram to illustrate the process of Coherent Assistant interacting with a locally deployed Hybrid Runner.

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

We are assuming that the Hybrid Runner has been properly set up locally in your environment. If not, please visit <https://docs.coherent.global/integrations/how-to-deploy-a-hybrid-runner>\
\
**Steps for setting up Coherent Assistant to Hybrid Runner**

1. Coherent Assistant should be properly installed in your environment, if not please visit <https://docs.coherent.global/assistant/get-started/installation>
2. Log on to your SaaS tenant and go to Options\
   ![](/files/kWzjUEQCnaycDXqMNgYe)
3. Under **General configurations**, you will need to make adjustments to the Coherent Assistant Hybrid Runner URL. This will be the location of where your Hybrid Runner is set up. Hit Save to save the configuration<br>

   <figure><img src="/files/IAYOwL1sKmxBQ3eS4Bsl" alt=""><figcaption></figcaption></figure>
4. Open your Excel file containing Coherent Assistant, log in to your tenant, and now your Assistant will be able to connect to your Hybrid Runner. Coherent Assistant will now redirect traffic to your locally deployed runner.

The behavior of Coherent Assistant remains consistent across both the SaaS platform and the Hybrid Runner. However, the key difference lies in the location of data processing. Since the processing occurs locally within the Hybrid Runner, the SaaS platform will not retain a record of the API history. It is the customer's responsibility to manage the saving and storage of API history post-processing.


---

# 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:

```
GET https://docs.coherent.global/assistant/hybrid-runner/ca-to-hybrid-runner.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.
