> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/beta-programs/beta-programs/ai-features.md).

# AI Features

Follow the upcoming AI beta and register interest before it opens.

**AI Features** bring AI-assisted help into everyday work in OutSmart.

This beta is still being prepared.

{% hint style="warning" %}
This beta is currently **In development**.

You cannot join it yet.

Use **I'm interested** to stay informed.
{% endhint %}

### What this beta is for

AI Features are intended to reduce repetitive work. They add AI-assisted help to selected workflows, while keeping you in control of important decisions.

#### Contextual suggestions

Where enabled, the product proposes completions or labels based on your data and prompts.

#### Transparency

You can review, edit, or reject suggestions before they affect downstream records.

#### Privacy posture

During the beta, the fields that may be processed and how retention is handled are documented in the product. Read the in-product notices for the current scope.

### What you can do today

{% stepper %}
{% step %}

### Open Beta Programs

Find **AI Features** in the beta list.
{% endstep %}

{% step %}

### Mark your interest

Click **I'm interested**.
{% endstep %}

{% step %}

### Watch for the beta to open

When the status changes to **In beta**, you can join it.
{% endstep %}
{% endstepper %}

### What to expect later

* access starts when the beta moves to **In beta**
* some AI features can require extra terms or conditions
* the scope can expand during the program

### Frequently asked questions

<details>

<summary>Why can I not join this beta yet?</summary>

Because it is still **In development**.

Joining starts after release to beta.

</details>

<details>

<summary>Does AI apply changes automatically?</summary>

No. The product proposes suggestions. You review, edit, or reject them before they affect records.

</details>

<details>

<summary>What data does AI process?</summary>

During the beta, the fields that may be processed and how retention is handled are documented in the product. Read the in-product notices for the current scope.

</details>

<details>

<summary>How do I hear when it opens?</summary>

Use **I'm interested** on the beta page.

</details>

### Related topics

* [**Beta Programs**](/beta-programs/beta-programs.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://knowledge.out-smart.com/beta-programs/beta-programs/ai-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.
