# Happyforce API

## Happyforce API

- [Welcome](https://api-docs.myhappyforce.com/docs/welcome.md): Welcome to the Happyforce API documentation
- [Before You Start](https://api-docs.myhappyforce.com/docs/before-you-start.md): The Happyforce API is tailored for developers, engineers, and individuals who are adept at crafting custom-coded solutions or seamlessly integrating with RESTful APIs.
- [Data Segmentation in Happyforce](https://api-docs.myhappyforce.com/docs/data-segmentation-in-happyforce.md): Relevant knowledge to use our API
- [API reference](https://api-docs.myhappyforce.com/docs/api-reference.md)
- [Employees](https://api-docs.myhappyforce.com/docs/api-reference/employees.md)
- [Segmentation](https://api-docs.myhappyforce.com/docs/api-reference/segmentation.md)
- [Stats](https://api-docs.myhappyforce.com/docs/api-reference/stats.md)
- [Timesheets](https://api-docs.myhappyforce.com/docs/api-reference/timesheets.md)
- [Actions](https://api-docs.myhappyforce.com/docs/api-reference/actions.md)
- [Action Plans](https://api-docs.myhappyforce.com/docs/api-reference/action-plans.md)
- [Scores](https://api-docs.myhappyforce.com/docs/api-reference/scores.md)
- [Action Templates](https://api-docs.myhappyforce.com/docs/api-reference/action-templates.md)
- [Models](https://api-docs.myhappyforce.com/docs/api-reference/models.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://api-docs.myhappyforce.com/docs/welcome.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.
