> ## Documentation Index
> Fetch the complete documentation index at: https://api-docs.ollang.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Tridion

> Create and monitor Ollang document translation orders from RWS Tridion Docs and InfoShare.

# Ollang + Tridion

<Note>
  This integration uses the [Ollang browser extension](https://chromewebstore.google.com/detail/ollang/efohejcejhfnelejokbjcciochklibbl) and an Ollang API key. It does not use the Ollang MCP server.
</Note>

The Ollang browser extension injects ordering and order-management UI into [RWS Tridion Docs and InfoShare](https://www.rws.com/localization/products/tridion/). It is also available for Firefox.

## Setup

<Steps>
  <Step title="Install the extension">
    Install **Ollang** from the [Chrome Web Store](https://chromewebstore.google.com/detail/ollang/efohejcejhfnelejokbjcciochklibbl), or install the Firefox version.
  </Step>

  <Step title="Add your Ollang API key">
    Open the extension popup and paste an Ollang API key. The extension validates the key against the Ollang integration API and stores it locally in your browser.
  </Step>

  <Step title="Open Tridion">
    Visit Tridion Docs or InfoShare on a supported host: `tridion.com`, `*.tridion.com`, `*.sdl.com`, or `*.sdlproducts.com`.
  </Step>
</Steps>

## Document Translation

Select an XML/DITA item in a list view and start the **Document Translation** order flow. The source language defaults to `en`; choose the target language explicitly. The selected item is uploaded with a `.dita` filename. Document orders are created without auto-QC.

Selecting a publication analyzes its publications and creates orders for the publication batch.

## Ollang Orders

The extension adds an **Ollang Orders** tab to the Tridion SecondaryNav alongside the built-in tabs. It lists recent DITA and document orders with filters for:

* Status: Completed, Ongoing, Pending, Delivered, Revision, and Waiting for approve
* Languages
* Search by document file name

An order detail view includes the order overview (status, created date, order ID, and project ID), Tridion CM metadata (logical ID, object key, CM version, publication batch, source language, and job name), and the Tridion push state. If a push was skipped, the view shows the skip reason and offers retry.

The detail view also includes reviewers and comments with **Approved** or **Request Edits** actions, plus the **Latest QC Evaluation**.

<Tip>
  Extension-created orders use the same public integration API endpoint, `/integration/orders/create`, as other API-key orders. They appear in the Ollang dashboard and are available through the REST API and MCP like any other order.
</Tip>
