Skip to content

Commit 3f166bf

Browse files
authored
docs(crowdin-ai): document the AI Logs tab (#793)
1 parent 1d27653 commit 3f166bf

2 files changed

Lines changed: 71 additions & 3 deletions

File tree

src/content/docs/crowdin/translation-process/crowdin-ai.mdx

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ When configuring Microsoft Azure OpenAI, you will need to provide the following
272272

273273
When configuring IBM Watsonx, you will need to provide the following credentials:
274274

275-
* **Project ID**: Your Watsonx.ai project ID. To find it, navigate to your project, go to the **Manage** tab, and copy the **Project ID** from the *General* section.
275+
* **Project ID**: Your Watsonx.ai project ID. To find it, navigate to your project, go to the **Manage** tab, and copy the **Project ID** from the **General** section.
276276
* **Region**: The region where your Watsonx project is located. You can find this on your project dashboard. See the official IBM Cloud documentation for a list of [available regions for watsonx.ai](https://dataplatform.cloud.ibm.com/docs/content/wsj/getting-started/regional-datactr.html).
277277

278278
### Disabling AI Providers
@@ -328,7 +328,7 @@ Once created, snippets can be inserted into any AI prompt:
328328

329329
#### Managing Existing Snippets
330330

331-
To edit or delete a snippet, click <Icon name="mdi:dots-horizontal" class="inline-icon" /> in the *Actions* column on the desired snippet and select **Edit** or **Delete**. Alternatively, just double-click it to edit.
331+
To edit or delete a snippet, click <Icon name="mdi:dots-horizontal" class="inline-icon" /> in the **Actions** column on the desired snippet and select **Edit** or **Delete**. Alternatively, just double-click it to edit.
332332

333333
### AI Settings for the Account
334334

@@ -354,6 +354,40 @@ Select the default **QA check** type prompt to be used for AI-powered quality as
354354
href="/project-settings/ai/"
355355
/>
356356

357+
### AI Logs
358+
359+
The **Logs** tab records AI requests made using your Crowdin account, helping you monitor AI usage across your projects, troubleshoot failed requests, and track token consumption. Logs are available for the last 30 days, and older entries are automatically removed.
360+
361+
In the **Logs** tab, you can view the list of AI requests with the following details:
362+
363+
* **Date** – The date and time the request was made.
364+
* **Status** – The request status (e.g., Success, Error, Timeout, Pending).
365+
* **User** – The user who initiated the request.
366+
* **Model** – The AI model used for the request.
367+
* **Prompt type** – The type of prompt used (e.g., Auto-Translation & AI Suggestion, QA check).
368+
* **Project** – The project the request is related to.
369+
* **Action** – The AI action performed (e.g., AI Suggestion, QA check).
370+
* **Duration** – The time the request took to complete, in milliseconds.
371+
* **Input tokens** – The number of tokens sent in the request.
372+
* **Output tokens** – The number of tokens received in the response.
373+
* **HTTP status** – The HTTP status code returned by the AI provider.
374+
* **Managed by Crowdin** – Whether the request used a provider managed by Crowdin.
375+
* **Prompt** – The prompt used for the request.
376+
377+
<Aside type="tip">
378+
Some columns are hidden by default. Click the column selector icon <Icon name="mdi:view-column" class="inline-icon" /> to choose which columns to display.
379+
</Aside>
380+
381+
To narrow down the list, click the **Filters** button, which allows you to filter by **Date**, **Status**, **Action**, **Model**, **Prompt type**, **Project**, **User**, **Managed by Crowdin**, **Token**, and **OAuth Application**.
382+
383+
To view the full details of a specific request, click **Details** in the **Actions** column. The **Log Details** dialog shows all the details listed above, along with:
384+
385+
* **Initiated by** – Whether the request was triggered manually by a user (User) or automatically (Automatic).
386+
* **Authorization Type** – How the request was authorized (e.g., User session, Personal Access Token, OAuth Application).
387+
* **IP** – The IP address the request originated from.
388+
* **User agent** – The browser or client used to make the request.
389+
* **Error message** – The reason the request failed (shown for failed requests).
390+
357391
## Auto-translation via AI
358392

359393
Auto-translation via AI allows you to use AI Models to auto-translate your content with high-quality, context-aware translations.

src/content/docs/enterprise/translation-process/crowdin-ai.mdx

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ When configuring Microsoft Azure OpenAI, you will need to provide the following
275275

276276
When configuring IBM Watsonx, you will need to provide the following credentials:
277277

278-
* **Project ID**: Your Watsonx.ai project ID. To find it, navigate to your project, go to the **Manage** tab, and copy the **Project ID** from the *General* section.
278+
* **Project ID**: Your Watsonx.ai project ID. To find it, navigate to your project, go to the **Manage** tab, and copy the **Project ID** from the **General** section.
279279
* **Region**: The region where your Watsonx project is located. You can find this on your project dashboard. See the official IBM Cloud documentation for a list of [available regions for watsonx.ai](https://dataplatform.cloud.ibm.com/docs/content/wsj/getting-started/regional-datactr.html).
280280

281281
### Disabling AI Providers
@@ -361,6 +361,40 @@ Select the default **QA check** type prompt to be used for AI-powered quality as
361361
href="/enterprise/project-settings/ai/"
362362
/>
363363

364+
### AI Logs
365+
366+
The **Logs** tab records AI requests made across your organization, helping you monitor AI usage, troubleshoot failed requests, and track token consumption. Logs are available for the last 30 days, and older entries are automatically removed.
367+
368+
In the **Logs** tab, you can view the list of AI requests with the following details:
369+
370+
* **Date** – The date and time the request was made.
371+
* **Status** – The request status (e.g., Success, Error, Timeout, Pending).
372+
* **User** – The user who initiated the request.
373+
* **Model** – The AI model used for the request.
374+
* **Prompt type** – The type of prompt used (e.g., Auto-Translation & AI Suggestion, Alignment, QA check).
375+
* **Project** – The project the request is related to.
376+
* **Action** – The AI action performed (e.g., AI Suggestion, Alignment, QA check).
377+
* **Duration** – The time the request took to complete, in milliseconds.
378+
* **Input tokens** – The number of tokens sent in the request.
379+
* **Output tokens** – The number of tokens received in the response.
380+
* **HTTP status** – The HTTP status code returned by the AI provider.
381+
* **Managed by Crowdin** – Whether the request used a provider managed by Crowdin.
382+
* **Prompt** – The prompt used for the request.
383+
384+
<Aside type="tip">
385+
Some columns are hidden by default. Click the column selector icon <Icon name="material-symbols:table-chart" class="inline-icon" /> to choose which columns to display.
386+
</Aside>
387+
388+
To narrow down the list, click the **Filter** button, which allows you to filter by **Status**, **Action**, **Project**, **User**, **Model**, **Prompt type**, **Managed by Crowdin**, **Token**, **Application Name**, and **Time period**.
389+
390+
To view the full details of a specific request, click a log entry to open the **Log Details** dialog. It shows all the details listed above, along with:
391+
392+
* **Initiated by** – Whether the request was triggered manually by a user (User) or automatically (Automatic).
393+
* **Authorization Type** – How the request was authorized (e.g., User session, Personal Access Token, OAuth Application).
394+
* **IP** – The IP address the request originated from.
395+
* **User agent** – The browser or client used to make the request.
396+
* **Error message** – The reason the request failed (shown for failed requests).
397+
364398
## Auto-translation via AI
365399

366400
Auto-translation via AI allows you to use AI Models to auto-translate your content with high-quality, context-aware translations.

0 commit comments

Comments
 (0)