> For the complete documentation index, see [llms.txt](https://docs.optibase.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.optibase.io/features.md).

# Features

- [Managing Workspaces and Teams](https://docs.optibase.io/features/managing-workspaces-and-teams.md)
- [Conversions](https://docs.optibase.io/features/conversions.md)
- [Conversion types](https://docs.optibase.io/features/conversions/conversion-types.md)
- [Create a Conversion](https://docs.optibase.io/features/conversions/create-a-conversion.md)
- [Connect a Conversion](https://docs.optibase.io/features/conversions/connect-a-conversion.md)
- [Server-side Conversions](https://docs.optibase.io/features/conversions/server-side-conversions.md)
- [Tests](https://docs.optibase.io/features/tests.md)
- [Test Types](https://docs.optibase.io/features/tests/test-types.md)
- [What is a Tested User](https://docs.optibase.io/features/tests/what-is-a-tested-user.md)
- [What is a Variant](https://docs.optibase.io/features/tests/what-is-a-variant.md)
- [What is a Test/Variant Group](https://docs.optibase.io/features/tests/what-is-a-test-variant-group.md)
- [Create a Test/Variant Group](https://docs.optibase.io/features/tests/create-a-test-variant-group.md)
- [Connect an A/B Variant](https://docs.optibase.io/features/tests/connect-an-a-b-variant.md)
- [Create a Split Variant](https://docs.optibase.io/features/tests/create-a-split-variant.md)
- [Create an A/B Variant](https://docs.optibase.io/features/tests/create-an-a-b-variant.md)
- [Connect Conversions to a Test](https://docs.optibase.io/features/tests/connect-conversions-to-a-test.md)
- [Set up restrictions](https://docs.optibase.io/features/tests/set-up-restrictions.md)
- [Schedule a Test](https://docs.optibase.io/features/tests/schedule-a-test.md)
- [Auto Stop a Test](https://docs.optibase.io/features/tests/auto-stop-a-test.md)
- [AI Optimize traffic](https://docs.optibase.io/features/tests/ai-optimize-traffic.md)
- [Set alerts for tests](https://docs.optibase.io/features/tests/set-alerts-for-tests.md)
- [Preview Variants](https://docs.optibase.io/features/tests/preview-variants.md)
- [Force Variants](https://docs.optibase.io/features/tests/force-variants.md)
- [Filter test results by a specific time period](https://docs.optibase.io/features/tests/filter-test-results-by-a-specific-time-period.md)
- [Share test results](https://docs.optibase.io/features/tests/share-test-results.md)
- [Probability to Be Best (P2BB)](https://docs.optibase.io/features/tests/probability-to-be-best-p2bb.md)
- [Export Test Data](https://docs.optibase.io/features/tests/export-test-data.md)
- [Personalizations](https://docs.optibase.io/features/personalizations.md)
- [Heatmaps](https://docs.optibase.io/features/heatmaps.md)
- [User recording sessions](https://docs.optibase.io/features/user-recording-sessions.md)
- [Analytics](https://docs.optibase.io/features/analytics.md)
- [General](https://docs.optibase.io/features/general.md)
- [IP Blacklist](https://docs.optibase.io/features/general/ip-blacklist.md)
- [IP Collecting](https://docs.optibase.io/features/general/ip-collecting.md)
- [Domain Whitelist](https://docs.optibase.io/features/general/domain-whitelist.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.optibase.io/features.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
