Skip to content

Commit 52ad7ae

Browse files
authoredMay 23, 2025··
Add Axiom AI setting (#287)
1 parent 761a7e5 commit 52ad7ae

26 files changed

+97
-127
lines changed
 

‎dashboards/configure.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To specify who can access a dashboard:
3737
1. In the top right, click <img src="/doc-assets/icons/share.svg" className="inline-icon" alt="Share" /> **Share**.
3838
1. Select one of the following:
3939
- Select **Just Me** to make the dashboard private. Only you can access the dashboard.
40-
- Select a group in your Axiom organization. Only members of the selected group can access the dashboard. For more information about groups, see [Access](/reference/settings#access-overview).
40+
- Select a group in your Axiom organization. Only members of the selected group can access the dashboard. For more information about groups, see [Access](/reference/settings#access).
4141
- Select **Everyone** to make the dashboard accessible to all users in your Axiom organization.
4242
1. At the bottom, click **Save** to save your changes to the dashboard.
4343

-394 KB
Binary file not shown.
-221 KB
Binary file not shown.
-336 KB
Binary file not shown.
-389 KB
Binary file not shown.
Binary file not shown.
-435 KB
Binary file not shown.
Binary file not shown.
-302 KB
Binary file not shown.
-469 KB
Binary file not shown.
-248 KB
Binary file not shown.

‎doc-assets/shots/rest-orgid-1.png

-25.8 KB
Binary file not shown.

‎getting-started-guide/glossary.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ For more information, see [Query costs](/reference/query-hours).
207207

208208
Role-based access control (RBAC) allows you to manage and restrict access to your data and resources efficiently.
209209

210-
For more information, see [Access](/reference/settings#access-overview).
210+
For more information, see [Access](/reference/settings#access).
211211

212212
{/*
213213
## S

‎guides/opentelemetry-cloudflare-workers.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ This guide demonstrates how to configure OpenTelemetry in Cloudflare Workers to
1212
## Prerequisites
1313

1414
- [Create an Axiom account](https://app.axiom.co/).
15-
- [Create a dataset in Axiom](/reference/settings#data) where you will send your data.
16-
- [Create an API token in Axiom with permissions to query and ingest data](/reference/settings#access-overview).
15+
- [Create a dataset in Axiom](/reference/settings#datasets) where you will send your data.
16+
- [Create an API token in Axiom with permissions to query and ingest data](/reference/settings#access).
1717
- Create a Cloudflare account.
1818
- [Install Wrangler](https://developers.cloudflare.com/workers/wrangler/install-and-update/), the CLI tool for Cloudflare.
1919

‎guides/opentelemetry-dotnet.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ OpenTelemetry provides a [unified approach to collecting telemetry data](https:/
1212
## Prerequisites
1313

1414
- [Create an Axiom account](https://app.axiom.co/).
15-
- [Create a dataset](/reference/settings#data) where you want to send data.
15+
- [Create a dataset](/reference/settings#datasets) where you want to send data.
1616
- [Create an API token in Axiom with permissions to ingest and query data](/reference/tokens).
1717
- Install the .NET 6.0 SDK on your development machine.
1818
- Use your existing .NET application or start with the sample provided in the `program.cs` below.

‎guides/opentelemetry-ruby.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This guide provides detailed steps on how to configure OpenTelemetry in a Ruby a
1212
## Prerequisites
1313

1414
- [Create an Axiom account](https://app.axiom.co/).
15-
- [Create a dataset](/reference/settings#data) where you want to send data.
15+
- [Create a dataset](/reference/settings#datasets) where you want to send data.
1616
- [Create an API token in Axiom with permissions to ingest and query data](/reference/tokens).
1717
- Install a [Ruby version manager](https://www.ruby-lang.org/en/documentation/installation/) like `rbenv` and use it to install the latest Ruby version.
1818
- Install [Rails](https://guides.rubyonrails.org/v5.0/getting_started.html) using the `gem install rails` command.

‎guides/send-logs-from-laravel.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ This guide explains integrating Axiom as a logging solution in a Laravel app. Us
1414
## Prerequisites
1515

1616
- [Create an Axiom account](https://app.axiom.co/).
17-
- [Create a dataset in Axiom](/reference/settings#data) where you will send your data.
18-
- [Create an API token in Axiom with permissions to query and ingest data](/reference/settings#access-overview).
17+
- [Create a dataset in Axiom](/reference/settings#datasets) where you will send your data.
18+
- [Create an API token in Axiom with permissions to query and ingest data](/reference/settings#access).
1919
- PHP development [environment](https://www.php.net/manual/en/install.php)
2020
- [Composer](https://laravel.com/docs/11.x/installation) installed on your system
2121
- Laravel app setup

‎guides/send-logs-from-ruby-on-rails.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This guide provides step-by-step instructions on how to send logs from a Ruby on
1414
## Prerequisites
1515

1616
- [Create an Axiom account](https://app.axiom.co/).
17-
- [Create a dataset](/reference/settings#data) where you want to send data.
17+
- [Create a dataset](/reference/settings#datasets) where you want to send data.
1818
- [Create an API token in Axiom with permissions to ingest and query data](/reference/tokens).
1919
- Install a [Ruby version manager](https://www.ruby-lang.org/en/documentation/installation/) like `rbenv` and use it to install the latest Ruby version.
2020
- Install [Ruby on Rails](https://guides.rubyonrails.org/v5.0/getting_started.html) using the `gem install rails` command.

‎query-data/explore.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Explain what you want to infer from your data in your own words and Axiom’s AI
2525
1. Go to the Query tab.
2626
1. Click **APL**, and then click in the query editor.
2727
1. Press <kbd>Cmd/Ctrl</kbd>&nbsp;<kbd>K</kbd>.
28-
1. Type what you want to infer from your data in your own words using natural language, and then click **Generate**. For example, type `Show me the top status responses in HTTP logs.`
28+
1. Type what you want to infer from your data in your own words using natural language, and then click **Generate**. For example, type `Show me the most common status responses in HTTP logs.`
2929
1. Axiom’s AI generates the APL query based on your prompt and gives you the following options:
3030
- Click **Accept** to update the editor with the generated query and change the generated query before running it. Any previous input in the query editor is lost.
3131
- Click **Accept and run** to update the editor with the generated query and run it immediately. Any previous input in the query editor is lost.

‎reference/audit-log.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The `action` field specifies the type of activity that happened in your Axiom or
3737

3838
## Restrict access to audit log
3939

40-
To restrict access to the audit log, use Axiom’s role-based access control to define who can access the `axiom-audit` dataset. For more information, see [Access](/reference/settings#access-overview).
40+
To restrict access to the audit log, use Axiom’s role-based access control to define who can access the `axiom-audit` dataset. For more information, see [Access](/reference/settings#access).
4141

4242
## List of trackable actions
4343

‎reference/regions.mdx

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,16 @@ The examples in this documentation use the US domain. If your organization uses
1111

1212
## Check your region
1313

14-
To check which region your organization uses, match the base domain in the Axiom web app with the table below:
14+
Determine the region your organization uses in one of the following ways:
1515

16-
| Region | Base domain in web app |
17-
| ---------- | ------------------------------ |
18-
| US | `https://app.axiom.co` |
19-
| EU | `https://app.eu.axiom.co` |
16+
- Go to the [Axiom app](https://app.axiom.co/) and check the URL. Match the base domain in the Axiom web app with the table below:
17+
18+
| Region | Base domain in web app |
19+
| ---------- | ------------------------------ |
20+
| US | `https://app.axiom.co` |
21+
| EU | `https://app.eu.axiom.co` |
22+
23+
- Click <img src="/doc-assets/icons/settings.svg" className="inline-icon" alt="Settings icon" /> **Settings > General**, and then find the **Region** section.
2024

2125
## Axiom API reference
2226

‎reference/security.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ tags:
66
['axiom documentation', 'documentation', 'axiom', 'security', 'gdpr', 'ccpa', 'ISO 27001', SOC2 Type II']
77
---
88

9+
import AiSetting from "/snippets/ai-setting.mdx"
10+
911
## Compliance
1012

1113
Axiom complies with key standards and regulations.
@@ -34,6 +36,10 @@ Axiom complies with HIPAA and its core principles. HIPAA compliance means that A
3436

3537
If you’re on the Axiom Cloud or the Bring Your Own Cloud plan, you can request Business Associate Agreement (BAA). For more information, see the [Axiom Trust Center](https://trust.axiom.co/).
3638

39+
## Compliance and Axiom AI
40+
41+
<AiSetting />
42+
3743
## Comprehensive security measures
3844

3945
Axiom employs a multi-faceted approach to ensure data security, covering encryption, penetration testing, infrastructure security, and organizational measures.

‎reference/settings.mdx

Lines changed: 59 additions & 103 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
---
22
title: 'Get started with settings'
3-
description: 'Learn how to configure your account settings.'
3+
description: 'This section explains how to configure Axiom settings.'
44
sidebarTitle: 'Overview'
55
tags:
66
['axiom documentation', 'documentation', 'axiom', 'api token', 'personal token', 'billing', 'dataset', 'endpoints', 'integrations', 'teams', 'profile', 'user settings']
77
---
88

99
import AccessToDatasets from "/snippets/access-to-datasets.mdx"
10+
import AiSetting from "/snippets/ai-setting.mdx"
1011

11-
This section walks you through the most essential Axiom settings.
12-
13-
## Access Overview
12+
## Access
1413

1514
Role-Based Access Control (RBAC) enables organizations to manage and restrict access to their data and resources efficiently. You can find and configure RBAC settings in the Access section located within the settings page in Axiom.
1615

@@ -27,6 +26,21 @@ Each of these components plays an important role in defining access to Axiom.
2726

2827
You can use the Axiom API and CLI to programmatically ingest data and manage your organisation settings. For example, you can add new notifiers and change existing monitors with API requests. To prove that these requests come from you, you must include forms of authentication called tokens in your API requests. One form of authentication is an API token. API tokens let you control the actions that can be performed with the token. For example, you can specify that requests authenticated with a certain API token can only query data from a particular dataset. For more information, see [Tokens](/reference/tokens).
2928

29+
### Groups
30+
31+
Groups connect users with roles, making it easier to manage access control at scale.
32+
33+
Organizations might create groups for areas of their business like Security, Infrastructure, or Business Analytics, with specific roles assigned to serve the unique needs of these domains.
34+
35+
Since groups connect users with one or many roles, users' complete set of capabilities are derived from the additive union of their base role, plus any roles assigned through group membership.
36+
37+
To create a new group:
38+
39+
1. Navigate to Groups and select New group.
40+
1. Enter the name and description of the group.
41+
1. Add users to the group. Clicking on Add users will display a list of available users.
42+
1. Add roles to the group by clicking Add roles, which will present a list of available roles.
43+
3044
### Roles
3145

3246
Roles are sets of capabilities that define which actions a user can perform at both the organization and dataset levels.
@@ -35,35 +49,25 @@ Roles are sets of capabilities that define which actions a user can perform at b
3549
Role-based access control (RBAC) is available as an add-on if you’re on the Axiom Cloud plan, and it’s included by default on the Bring Your Own Cloud plan.
3650
</Note>
3751

38-
### Default roles
52+
#### Default roles
3953

4054
Axiom provides a set of default roles for all organizations:
4155

42-
- **Owner**: Assigns all capabilities across the entire Axiom platform.
56+
- Owner: Assigns all capabilities across the entire Axiom platform.
57+
- Admin: Assigns administrative capabilities but not Billing capabilities, which are reserved for Owners.
58+
- User: Assigns standard access for regular users.
59+
- Read-only: Assigns read capabilities for datasets, plus read access on various resources like dashboards, monitors, notifiers, users, queries, starred queries, and virtual fields.
60+
- None: Assigns zero capabilities, useful for adopting the principle of least privilege when inviting new users. Users with this default role can have specific capabilities built up through Roles assigned to a Group.
4361

44-
- **Admin**: Assigns administrative capabilities but not Billing capabilities, which are reserved for Owners.
45-
46-
- **User**: Assigns standard access for regular users.
47-
48-
- **Read-only**: Assigns read capabilities for datasets, plus read access on various resources like dashboards, monitors, notifiers, users, queries, starred queries, and virtual fields.
49-
50-
- **None**: Assigns zero capabilities, useful for adopting the principle of least privilege when inviting new users. Users with this default role can have specific capabilities built up through Roles assigned to a Group.
51-
52-
### Prerequisites for creating roles
62+
#### Create custom role
5363

5464
Users must have the create permission for the access control capability assigned in order to create custom roles, which is enabled for the default Owner and Admin roles.
5565

56-
### Creating a custom role
57-
5866
1. Navigate to Roles and select New role.
59-
2. Enter the name and description of the role.
60-
3. Assign capabilities: Roles can be assigned various permissions (create, read, update, and delete) across capabilities like Access control, API tokens, dashboards, and datasets.
61-
62-
<Frame caption="Create a custom role">
63-
<img src="/doc-assets/shots/creating-a-custom-role.png" alt="Create a custom role" />
64-
</Frame>
67+
1. Enter the name and description of the role.
68+
1. Assign capabilities: Roles can be assigned various permissions (create, read, update, and delete) across capabilities like Access control, API tokens, dashboards, and datasets.
6569

66-
### Assigning capabilities to roles
70+
#### Assign capabilities to roles
6771

6872
Role creation is split into organization-level and dataset-level capabilities. Each capability has options to assign create, read, update, or delete (CRUD) permissions.
6973

@@ -115,44 +119,14 @@ Refer to the table below to learn more about these dataset-level capabilities:
115119

116120
<AccessToDatasets />
117121

118-
### Groups
119-
120-
Groups connect users with roles, making it easier to manage access control at scale.
121-
122-
Organizations might create groups for areas of their business like Security, Infrastructure, or Business Analytics, with specific roles assigned to serve the unique needs of these domains.
123-
124-
Since groups connect users with one or many roles, users' complete set of capabilities are derived from the additive union of their base role, plus any roles assigned through group membership.
125-
126-
### Creating a New Group
127-
128-
1. Navigate to Groups and select New group.
129-
130-
2. Enter the name and description of the group.
131-
132-
<Frame caption="Create a group">
133-
<img src="/doc-assets/shots/create-new-group-1.png" alt="Create a group" />
134-
</Frame>
135-
136-
3. Add users to the group. Clicking on Add users will display a list of available users.
137-
138-
<Frame caption="Create a group with users">
139-
<img src="/doc-assets/shots/create-new-group-rbac-2.png" alt="Create a group with users" />
140-
</Frame>
141-
142-
4. Add roles to the group by clicking Add roles, which will present a list of available roles.
143-
144-
### Users
122+
### Users
145123

146124
Users in Axiom are the individual accounts that have access to an organization. Users are assigned a base role when joining an organization which is configured during the invite step. For organizations with the role-based access control (RBAC) add-on, additional roles can be added through group membership.
147125

148-
### Managing Users
126+
To manage users:
149127

150128
1. Navigate to Settings and select Users.
151-
2. Review and manage the list of users and assign default or custom base roles as desired.
152-
153-
<Frame caption="Create a group">
154-
<img src="/doc-assets/shots/managing-users-settings.png" alt="Create a group" />
155-
</Frame>
129+
1. Review and manage the list of users and assign default or custom base roles as desired.
156130

157131
Access for a user is the additive union of capabilities assigned through their default role, plus any capabilities included in roles assigned through group membership.
158132

@@ -174,82 +148,64 @@ Enrich your Axiom organization with a catalog of migrations tools, and dedicated
174148

175149
By properly monitoring your apps with Axiom, you can spot slowdowns, hiccups, bad requests, errored requests, and function cache performance and know which actions to take to correct these issues before there are user-facing consequences.
176150

177-
[Check out supported Apps](/apps/introduction)
178-
179-
<Frame caption="Apps overview">
180-
<img src="/doc-assets/shots/apps-settings-data.png" alt="Apps overview" />
181-
</Frame>
151+
[Check out supported apps](/apps/introduction)
182152

183-
### Dataset
153+
### Datasets
184154

185155
Manage datasets for your organization, including creating new datasets or deleting existing datasets.
186156

187-
Datasets are a collection of similar events. When data is sent to Axiom it is stored in a dataset.
188157

189-
Dataset names must be between 1-128 characters, and may only contain ASCII alphanumeric characters and the '-' character.
158+
### Endpoints
190159

191-
To create a dataset, enter the name and description of your dataset.
160+
Endpoints allow you to easily integrate Axiom into your existing data flow using tools and libraries that you already know. With Endpoints, you can build and configure your existing tooling to send data to Axiom so you can start monitoring your logs immediately.
192161

193-
<Frame caption="Auth overview">
194-
<img src="/doc-assets/shots/rbac-datasets-data-settings.png" alt="Auth overview" />
195-
</Frame>
162+
## General organization settings
196163

197-
Once created, you can import files into your datasets in supported formats such as NDJSON, JSON, or CSV. Additionally, you have the options to trim the dataset and delete it as needed.
164+
### View organization ID
198165

199-
<Frame caption="Datasets Auth overview">
200-
<img src="/doc-assets/shots/datasets-events-storage-data.png" alt="Datasets Auth overview" />
201-
</Frame>
166+
To determine the organization ID, click <img src="/doc-assets/icons/settings.svg" className="inline-icon" alt="Settings icon" /> **Settings > General**, and then find the **ID** section.
202167

203-
### Endpoints
168+
### View organization region
204169

205-
Endpoints allow you to easily integrate Axiom into your existing data flow using tools and libraries that you already know. With Endpoints, you can build and configure your existing tooling to send data to Axiom so you can start monitoring your logs immediately.
170+
To determine the region your organization uses, click <img src="/doc-assets/icons/settings.svg" className="inline-icon" alt="Settings icon" /> **Settings > General**, and then find the **Region** section.
206171

207-
<Frame caption="Endpoints">
208-
<img src="/doc-assets/shots/endpoints-settings-data.png" alt="Endpoints" />
209-
</Frame>
172+
For more information, see [Regions](/reference/regions).
210173

211-
## Organization
174+
### Turn Axiom AI on or off
212175

213-
### Billing
176+
<AiSetting />
214177

215-
Manage your project billing, view your current plan, and explore the total usage of each component during your current billing period up to the last hour.
178+
### Delete organization
216179

217-
You can upgrade your organization to a free 14-day trial. Axiom will not charge you during the first 14 days of your Axiom Pro trial. You can cancel at any time during the trial period without incurring any cost.
180+
<Warning>
181+
This is a destructive action. After you delete your organization, you lose access to all data within that org.
182+
</Warning>
218183

219-
At the end of the trial period, your account will automatically convert to a paid plan.
184+
To delete your organization:
220185

221-
On the Billings dashboard you can get the total usage of each running component during the current billing period up to the last hour and beyond.
186+
1. Back up your data. You will now be able to access the data after deleting the org.
187+
1. Click <img src="/doc-assets/icons/settings.svg" className="inline-icon" alt="Settings icon" /> **Settings > General**
188+
1. Click **Delete organization**.
222189

223-
<Frame caption="Billing">
224-
<img src="/doc-assets/shots/new-billing-settings.png" alt="Billing" />
225-
</Frame>
190+
## Usage and billing
226191

227-
### License
192+
### Billing
228193

229-
You can see the license and configurations for your organization by selecting License this lets you know:
194+
The Billing page gives you details about your current plan and allows you to upgrade to a higher plan.
230195

231-
- How much data you can ingest.
232-
- Monthly ingest limit (GB).
233-
- Maximum endpoints.
234-
- Maximum datasets you can have.
235-
- Maximum fields per dataset.
236-
- Maximum monitors.
237-
- Maximum number of Users.
238-
- Maximum number of Teams.
239-
- Maximum query window.
196+
### Usage
240197

241-
<Frame caption="Auth overview">
242-
<img src="/doc-assets/shots/license-settings-organization.png" alt="Auth overview" />
243-
</Frame>
198+
The Usage page gives you information about your organization’s total usage of Axiom.
244199

245200
## Profile
246201

247-
In the Profile section, you can configure the following:
202+
In the Profile page, you can configure the following:
203+
248204
- Change your name.
249205
- View your contact details and role.
250206
- Change your timezone.
251207
- Change the editor mode.
252208
- Select the default method for null values. When you run a query with a visualization, you can select how Axiom treats null values in the chart options. For more information, see [Configure chart options](/query-data/explore#configure-chart-options). When you select a default method to deal with null values, Axiom uses this method in every new chart you create.
253-
- View and manage your active sessions.
254209
- Create and delete personal access tokens. For more information, see [Personal access tokens](/reference/tokens#personal-access-tokens-pat).
210+
- View and manage your active sessions.
255211
- Delete your account.

‎reference/tokens.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,6 @@ If you authenticate requests with a PAT, you must include the org ID in the requ
9797

9898
Determine the org ID in one of the following ways:
9999

100-
- Click <img src="/doc-assets/icons/settings.svg" className="inline-icon" alt="Settings icon" /> **Settings**. Copy the org ID in the top right corner. In the example below, the org ID is `axiom-abcd`.
101-
102-
<Frame>
103-
<img src="/doc-assets/shots/rest-orgid-1.png" alt="Axiom org ID" />
104-
</Frame>
105-
100+
- Click <img src="/doc-assets/icons/settings.svg" className="inline-icon" alt="Settings icon" /> **Settings**, and then copy the org ID in the top right corner.
101+
- Click <img src="/doc-assets/icons/settings.svg" className="inline-icon" alt="Settings icon" /> **Settings > General**, and then find the **ID** section.
106102
- Go to the [Axiom app](https://app.axiom.co/) and check the URL. For example, in the URL `https://app.axiom.co/axiom-abcd/datasets`, the org ID is `axiom-abcd`.

‎send-data/kubernetes.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Replace the following:
195195
196196
- `AXIOM_HOST` is the URL of the Axiom API. Enter `https://api.axiom.co:443`.
197197
- `AXIOM_DATASET_NAME` is your [dataset](/reference/datasets) name.
198-
- `AXIOM_API_TOKEN` is your Axiom API token. To create an API key, see [Access settings](/reference/settings#access-overview).
198+
- `AXIOM_API_TOKEN` is your Axiom API token. To create an API key, see [Access settings](/reference/settings#access).
199199

200200
After editing your values, apply the changes to your cluster using `kubectl apply -f daemonset.yaml`
201201

@@ -366,7 +366,7 @@ Replace the following:
366366

367367
- `AXIOM_HOST` is the URL of the Axiom API. Enter `https://api.axiom.co:443`.
368368
- `AXIOM_DATASET_NAME` is your [dataset](/reference/datasets) name.
369-
- `AXIOM_API_TOKEN` is your Axiom API token. To create an API key, see [Access settings](/reference/settings#access-overview).
369+
- `AXIOM_API_TOKEN` is your Axiom API token. To create an API key, see [Access settings](/reference/settings#access).
370370

371371
After editing your values, apply the changes to your cluster using `kubectl apply -f daemonset.yaml`
372372

‎snippets/ai-setting.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Features powered by Axiom AI allow you to get insights from your data faster. These features are powered by leading foundation models through trusted enterprise providers including Amazon Bedrock and Google Gemini. Your inputs and outputs are never used to train generative models.
2+
3+
AI features are turned on by default for most customers. You can turn them on or off anytime for the whole organization, for example, for regulatory and compliance reasons.
4+
5+
To turn Axiom AI on or off:
6+
7+
1. Click <img src="/doc-assets/icons/settings.svg" className="inline-icon" alt="Settings icon" /> **Settings > General**.
8+
1. Click **Turn on Axiom AI** or **Turn off Axiom AI**.

0 commit comments

Comments
 (0)
Please sign in to comment.