Enable the Arc Assistant

Enable the Arc Assistant

To use this feature, you need to update the Arc settings file (settings.yml). Below are examples for various OpenAI compatible services:

Arc Assistant powered by WatsonX

aiserviceprovider: watsonx aillmname: ibm/granite-3-8b-instruct aiserviceapikey: EnteryourAPIKey aiwxprojectid: EnterYourProjectID

Arc Assistant powered by Groq

aiserviceprovider: openai aiserviceurl: https://api.groq.com/openai/v1 aillmname: llama-3.3-70b-versatile aiserviceapikey: EnterYourAPIKey

Arc Assistant powered by Google Gemini

aiserviceprovider: openai aiserviceurl: https://generativelanguage.googleapis.com/v1beta/openai/ aillmname: gemini-2.0-flash aiserviceapikey: EnterYourAPIKey

Arc Assistant powered by Claude (Anthropic)

aiserviceprovider: openai aiserviceurl: https://api.anthropic.com/v1/ aillmname: claude-opus-4-5-20251101 aiserviceapikey: EnterYourAPIKey

Once the settings are updated, just refresh your browser. In the process editor, after clicking on the Arc Assistant button, a new panel will open on the left where you can ask any question you like.

Be aware that the highlighted code is sent to the online service (WatsonX, Groq, or other).