# Variables

## Introduction

Variables is an easy and simple way to integrate powerful AI models like OpenAI, Claude or Gemini easily through a single click, copy-paste. You simply go and put your API key in the variables modal, and it will integrate seamlessly and power your application with AI.

Dualite keeps your credentials secure by keeping them in a special .env file.&#x20;

<figure><img src="/files/NSaPRAZU9UchtotOAg1w" alt="" width="317"><figcaption></figcaption></figure>

Clicking this "Variables" button opens a pop up. Add variables like OpenAI, Gemini, Supabase, etc. keys by simply copy-pasting there.

<figure><img src="/files/ykBDWvsLt9IgtjgC3WOf" alt="" width="375"><figcaption></figcaption></figure>

Click "Save Changes" when you're done.


---

# 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://alphadocs.dualite.dev/integrations/variables.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.
