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

# Supported systems

> The 29 applicant tracking systems the Tsenta application API submits to, and which support pausing for review before submit.

The API submits to 29 applicant tracking systems. `GET /v1/ats`
returns this same list at runtime, so read it from there rather than hard coding.

"Review" means the application can be filled and paused for your approval before
anything is sent.

| System             | `ats`             | Review before submit |
| ------------------ | ----------------- | -------------------- |
| ADP                | `adp`             | No                   |
| Ashby              | `ashby`           | Yes                  |
| BambooHR           | `bamboohr`        | Yes                  |
| BrassRing          | `brassring`       | Yes                  |
| BreezyHR           | `breezyhr`        | Yes                  |
| Dayforce           | `dayforce`        | No                   |
| Dover              | `dover`           | Yes                  |
| Gem                | `gem`             | Yes                  |
| Greenhouse         | `greenhouse`      | Yes                  |
| Hireology          | `hireology`       | No                   |
| iCIMS              | `icims`           | No                   |
| JazzHR             | `jazzhr`          | Yes                  |
| Jobvite            | `jobvite`         | Yes                  |
| Join               | `join`            | No                   |
| Lever              | `lever`           | Yes                  |
| Oracle Cloud       | `oraclecloud`     | Yes                  |
| Paylocity          | `paylocity`       | Yes                  |
| Phenom             | `phenom`          | No                   |
| Pinpoint           | `pinpoint`        | No                   |
| Polymer            | `polymer`         | No                   |
| Recruitee          | `recruitee`       | No                   |
| Rippling           | `rippling`        | Yes                  |
| SAP SuccessFactors | `successfactors`  | No                   |
| SmartRecruiters    | `smartrecruiters` | Yes                  |
| Teamtailor         | `teamtailor`      | No                   |
| UKG (UltiPro)      | `ultipro`         | Yes                  |
| Workable           | `workable`        | Yes                  |
| Workday            | `workday`         | Yes                  |
| Zoho Recruit       | `zohorecruit`     | Yes                  |

<Note>
  Not sure what a posting runs on? `POST /v1/detect` with the URL and it tells
  you, before you spend anything.
</Note>

## Not supported

Indeed and Naukri apply as the candidate's own logged-in account on those
platforms, which only the candidate can grant. Neither is available through the
API.
