> For the complete documentation index, see [llms.txt](https://partner-docs.covergenius.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://partner-docs.covergenius.com/xcover-journeys/integration/getting-started.md).

# Getting Started

URL structure, environments, and prerequisites for integrating XCover Journeys into your platform.

### URL structure

Every journey is available at a URL unique to your integration:

```
https://xcj.xcover.com/{partner}/{lang}/
```

<table><thead><tr><th width="124.09765625">Segment</th><th width="480.41796875">Description</th><th>Example</th></tr></thead><tbody><tr><td><code>{partner}</code></td><td>Your partner slug, assigned by Cover Genius during onboarding</td><td><code>acme-travel</code></td></tr><tr><td><code>{lang}</code></td><td>ISO 639-1 language code</td><td><code>en</code></td></tr></tbody></table>

### Environments

<table><thead><tr><th width="289.56640625">Environment</th><th>URL pattern</th></tr></thead><tbody><tr><td>Sandbox — Integration testing with test data</td><td><code>https://sandbox.xcj.xcover.com/{partner}/{lang}/</code></td></tr><tr><td>Production — Live customer traffic</td><td><code>https://xcj.xcover.com/{partner}/{lang}/</code></td></tr></tbody></table>

{% hint style="info" %}
Use the sandbox environment during development. Sandbox accepts test payment credentials and does not issue real policies.
{% endhint %}

### Prerequisites

Confirm the following with your Cover Genius integration manager before starting:

* **Partner slug** — your unique identifier in the journey URL
* **Sandbox access** — credentials for the sandbox environment
* **Allowlisted domains** — your domains must be allowlisted for iframe embedding
* **Authentication model** — whether your integration uses OAuth consent, SSO, or unauthenticated access
* **Branding assets** — logo, brand colors, and fonts for white-labelling


---

# 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://partner-docs.covergenius.com/xcover-journeys/integration/getting-started.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.
