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

# Axero Connector

> Index articles, blogs, wikis, and forums from Axero (Communifire) via the REST API

## How it works

The Axero connector uses your site’s **REST API** to pull **articles**, **blogs**, **wikis**, and **forums** (threaded as parent post plus replies). Content is taken from summaries/bodies where the API provides them, with links to the live Axero URLs.

The connector default schedule is **once per day** (`overrideDefaultFreq` in product config).

## Setting up

### Authorization

Create a credential with:

* **Axero Base URL** — the root URL of your Axero / Communifire site, including trailing path style your deployment uses (the product normalizes so the API base ends with `/`; e.g. `https://yourcompany.axerosolutions.com/`)
* **Axero API Token** — your **Rest-Api-Key** from Axero (REST API authentication header). See your Axero admin / [REST API documentation](https://my.axerosolutions.com/spaces/5/communifire-documentation/wiki/view/370/rest-api) for generating keys and required permissions.

### Indexing

<Steps>
  <Step title="Open Axero connector">
    In the Hymalaia Admin Panel, open the **Axero** connector.
  </Step>

  <Step title="Configure authorization">
    In **Step 1**, set up credentials:

    * Select an existing credential, or click **Create New**
    * Enter **Axero Base URL** and **Axero API Token**
  </Step>

  <Step title="Save configuration">
    Click **Create** to save the credential configuration.
  </Step>

  <Step title="Continue with selected credential">
    Ensure the correct credential is selected, then click **Continue**.
  </Step>

  <Step title="Specify spaces (optional)">
    In **Step 2**, specify:

    * **Connector Name** — a display name (e.g. `Axero – Intranet`)
    * **Spaces** — optional list of **Space IDs** to limit indexing; leave empty to index **all** spaces
    * **Access Type** — **Public** or **Private** in Hymalaia
  </Step>

  <Step title="Create connector">
    Click **Create Connector** to start indexing.
  </Step>
</Steps>

Use Space IDs exactly as shown in Axero when restricting by space.
