# API Documentation

- [API Endpoints](https://docs.peoplelogic.dev/api/api-endpoints.md)
- [Authentication](https://docs.peoplelogic.dev/api/authentication.md): Start making requests to the Universal Talent API and the Agent API.
- [API Rate Limits](https://docs.peoplelogic.dev/api/api-rate-limits.md)
- [Universal Talent API](https://docs.peoplelogic.dev/api/universal-talent-api.md)
- [Pagination](https://docs.peoplelogic.dev/api/universal-talent-api/pagination.md)
- [Webhooks](https://docs.peoplelogic.dev/api/universal-talent-api/webhooks.md): Real-time notification of changes to Talent data.
- [Sync Frequency](https://docs.peoplelogic.dev/api/universal-talent-api/sync-frequency.md)
- [Directory](https://docs.peoplelogic.dev/api/universal-talent-api/directory.md)
- [OKRs (or Goals)](https://docs.peoplelogic.dev/api/universal-talent-api/okrs-or-goals.md)
- [Meetings](https://docs.peoplelogic.dev/api/universal-talent-api/meetings.md)
- [IDPs](https://docs.peoplelogic.dev/api/universal-talent-api/idps.md)
- [Apps](https://docs.peoplelogic.dev/api/universal-talent-api/apps.md)
- [Tasks (or Assignments)](https://docs.peoplelogic.dev/api/universal-talent-api/tasks-or-assignments.md)
- [Agent API](https://docs.peoplelogic.dev/api/agent-api.md)
- [Conversations](https://docs.peoplelogic.dev/api/agent-api/conversations.md)
- [History](https://docs.peoplelogic.dev/api/agent-api/history.md)
- [Common](https://docs.peoplelogic.dev/api/agent-api/common.md)


---

# 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.peoplelogic.dev/api.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.
