# Getting started

Whether you’re using [TalentLyft ](https://www.talentlyft.com/en)or you’re a maker of a tool that supports the recruiting pipeline, TalentLyft’s robust API makes integrations simple.

## TalentLyft Users&#x20;

Use the API to customize and automate the way jobs are displayed on your external careers site. Extract information from your TalentLyft account or import candidates from external systems. It is divided into:

* [Public Customer API](https://developers.talentlyft.com/broken-reference) - rendering jobs without API token. Good for rendering jobs. If you prefer [swagger docs you can visit this url](https://api.talentlyft.com/swagger/index.html?urls.primaryName=Public%20\(V1\)).
* [Private Customer API](https://developers.talentlyft.com/customer-api-reference) - manipulation of candidates, list of users, candidate applications. A good option if you are doing a complete custom career site. If you prefer [swagger docs you can visit this url](https://api.talentlyft.com/swagger/index.html).

## TalentLyft Partners&#x20;

TalentLyft is end-to-end recruiting software and sits at the heart of a streamlined recruiting process. Get deeper access to the API to integrate your product, app or service directly with TalentLyft. The Partner API is a REST API created for application developers to enable seamless integration with our TalentLyft platform. [Read here more about Partner API](https://developers.talentlyft.com/partner-api-reference).


---

# 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://developers.talentlyft.com/master.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.
