> For the complete documentation index, see [llms.txt](https://knowledgebase.autorabit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.autorabit.com/product-guides/integral-zone/iz-free-services.md).

# IZ Free Services

## IZ Free Services - Scope, Limits & Data Retention

**Scope**. The following Integral Zone offerings are "Free Services" under the AutoRABIT Master Software Agreement: the IZ Suite trial license and the IZ Analyzer trial license. Free Services are provided "AS-IS," without warranty, service level commitment, support, or indemnity.&#x20;

**Duration**.&#x20;

* IZ Suite trial license: 15 days from license generation&#x20;
* IZ Analyzer/Scan trial license: 15 days from license generation&#x20;

Each Free Service ends automatically at the end of its stated period unless an Order provides otherwise, and converts to a paid subscription upon purchase.&#x20;

**Usage limits**. The following limits apply to Free Services. Usage beyond these limits requires a paid subscription.

| Module                                 | Allowed on Free Services                       | Paid Only                                             |
| -------------------------------------- | ---------------------------------------------- | ----------------------------------------------------- |
| Developer keys                         | 1 per user                                     | Unlimited / role-based issuance                       |
| Connected organizations & environments | 1 organization, 1 environment                  | Multiple orgs and environments (Dev/Test/Prod)        |
| Applications / projects scanned        | Minimum 10 projects (as agreed at trial setup) | Unlimited / additional projects beyond agreed minimum |
| Scans per period                       | Unlimited                                      | Unlimited                                             |
| Agents                                 | 1 agent                                        | Multiple agents, distributed deployment               |
| Users                                  | 1 user (single seat)                           | Multi-user, team/role-based access                    |

**Features not included in Free Services.** Full features in the allowed modules only.

**Data retention and deletion**. Data processed under Free Services is retained for a maximum of 15 days, matching the duration of the trial period. This maximum is not customer-configurable and overrides the default Archival Policies settings, which apply to paid subscriptions only. Data is deleted immediately upon expiry of the 15-day trial period, or upon earlier termination of the Free Service, unless the Free Service is converted to a paid subscription.


---

# 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://knowledgebase.autorabit.com/product-guides/integral-zone/iz-free-services.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.
