# What is the difference between total and active tests

In Optibase, these terms refer to the number of A/B tests you can manage within your account:

## Total Tests:

This is the cumulative number of tests you can create and store in your dashboard. For example, with a limit of 20 total tests, you can have up to 20 tests in various states, such as active, draft, or archived.

## Active Tests:

This denotes the number of tests that can be running simultaneously. With a limit of 10 active tests, you can have up to 10 tests live at the same time. The rest can be kept in draft or archived status, ready to activate when needed.


---

# 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/what-is-the-difference-between-total-and-active-tests.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.
