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

# Algolia

> Power instant job search experiences with Algolia.

## Connection Configuration

| Field            | Type   | Required | Description                                                                     |
| ---------------- | ------ | -------- | ------------------------------------------------------------------------------- |
| `application_id` | string | ✅        | Your Algolia Application ID (found in dashboard under API Keys)                 |
| `api_key`        | string | ✅        | Admin API Key with write access                                                 |
| `index_name`     | string | —        | Target index name (default: `jobs`). Created automatically if it doesn't exist. |

## Example Configuration

```json theme={null}
{
  "application_id": "YourApplicationID",
  "api_key": "••••••••",
  "index_name": "jobs"
}
```

## Setup Requirements

1. Get your Application ID and Admin API Key from the [Algolia dashboard](https://dashboard.algolia.com)
2. The index is created automatically on first sync

<Tip>
  Algolia is perfect for building instant search experiences with typo
  tolerance, faceted filtering, and geo-search.
</Tip>
