# General

***

If you are using Optibase with Webflow, please follow this guide instead:  [Optibase Webflow App](/webflow-app/optibase-webflow-app.md)

***

Optibase needs just one thing to start working: the Optibase custom script installed on your site.

Once added, the script handles test logic, variant assignment, and conversion tracking automatically.

***

### 1. Get your custom script

1. Log in to your [Optibase dashboard](https://app.optibase.io)
2. Go to Workspace Settings
3. Copy the Custom Script provided for your workspace

<figure><img src="/files/1XxmkaABX92EhLTNKlny" alt=""><figcaption></figcaption></figure>

***

### 2. Add the script to your website

Make sure:

* The script is placed before the closing \</head> tag
* It uses the correct data-optibase-id from your dashboard
* You only include one copy of the script per page

***

### 3. Verify the installation

After installation:

1. Open any page where the script is installed
2. Add ?optibaseEnableDebugMode to the URL

   Example: <https://yoursite.com/?optibaseEnableDebugMode>
3. Open the browser console (right-click → Inspect → Console tab)
4. You should see debug logs from the Optibase script

If the script is working correctly, you’ll see messages about:

* Loaded test IDs
* Selected variants
* Conversion listeners

***

### 4. Start testing

Once the script is live:

* You can create A/B Tests, Split Tests, and Conversions from the Optibase dashboard
* All variant logic and tracking will run automatically for visitors

***


---

# 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.optibase.io/features/general.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.
