# Assistant Setup

If you're using the **Docker version** of DecisionRules, you can set up your own AI integration by uploading a model-specific configuration file in **Organization → Settings**. This allows you to connect your own AI provider credentials securely and use the AI Assistant with your own resources.

For users on our **Cloud version**, the AI Assistant is pre-configured and ready to use — no additional setup is required.

**Currently, we only support Gemini, but more AI model options will be available in the future.**


---

# 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://docs.decisionrules.io/doc/~/changes/1017/ai-assistant/assistant-setup.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.
