# Flo API Documentation

Welcome to the Flo API! This guide explains how clients can use Flo's API to programmatically sync data from Flo into their other systems or vice versa. Flo's API offerings unlock five key use cases.

<table><thead><tr><th width="450.49053955078125">Use Case</th><th>Recruiting Products</th><th>Performance Management Products</th></tr></thead><tbody><tr><td>Syncing candidate and job application data from Flo into an HRIS system</td><td>X</td><td></td></tr><tr><td>Syncing candidate and job application data from Flo into an external reporting system</td><td>X</td><td></td></tr><tr><td>Syncing public job application details including open and close dates and job description to a custom Careers page or external job board like LinkedIn </td><td>X</td><td></td></tr><tr><td>Importing matter/billing data to keep matter/billing data current in Flo for performance reviewer selections</td><td></td><td>X</td></tr><tr><td>Importing user data to keep employee access and employee details current in Flo</td><td>X</td><td>X</td></tr></tbody></table>

The following documentation outlines authentication, schema, examples, and a proposed solution design. Customers can use this API to retrieve the data that will be directly imported into their HRIS system.

We plan to continue expanding our API to solve a variety of use cases based on customer feedback. Please feel free to provide us with any feedback you may have.


---

# Agent Instructions: 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:

```
GET https://docs.joinflo.com/flo-api-documentation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
