> 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/custom-functions/spark_info.md).

# SPARK\_INFO

{% hint style="info" %}
This function is only available in Coherent Assistant and not implemented into [Neuron](/build-spark-services/neuron.md). Spark services created with this UDF will not include this functionality.
{% endhint %}

Returns information about the Coherent Assistant connection to Spark. This uses a similar pattern as the [`CELL()`](https://support.microsoft.com/en-us/excel/functions/cell-function) and [`INFO()`](https://support.microsoft.com/en-us/excel/functions/info-function) function.

## Syntax

`CS.SPARK_INFO(type_text)`

<table data-search="false"><thead><tr><th>type_text</th><th>Information</th><th>Example</th></tr></thead><tbody><tr><td><code>CHANNEL</code></td><td>Environment channel</td><td>production</td></tr><tr><td><code>VERSION</code></td><td>Coherent Assistant environment channel</td><td>1.22.3</td></tr><tr><td><code>AUTHENTICATED</code></td><td>Login status</td><td>TRUE</td></tr><tr><td><code>LOGINURL</code></td><td>Login URL</td><td>https://spark.myenvironment.coherent.global/</td></tr><tr><td><code>ENVIRONMENT</code></td><td>Coherent environment</td><td>myenvironment</td></tr><tr><td><code>TENANT</code></td><td>Tenant name</td><td>mytenant</td></tr><tr><td><code>SERVICE</code></td><td>Spark service URI if linked</td><td>myfolder/myservice</td></tr></tbody></table>
