# Developer API

- [Authentication](https://docs.simpleokr.com/developer-api/authentication.md): Learn how to authenticate to Simple OKR before you can use the APIs
- [Errors](https://docs.simpleokr.com/developer-api/errors.md): Error object structure and errors response codes
- [API Reference](https://docs.simpleokr.com/developer-api/api-reference.md)
- [Users](https://docs.simpleokr.com/developer-api/api-reference/users.md): User object holds information about a user of an organization.
- [Teams](https://docs.simpleokr.com/developer-api/api-reference/teams.md): Team objects are used to group users into teams.
- [Cycles](https://docs.simpleokr.com/developer-api/api-reference/cycles.md): Delivery cycles are used to organize objectives into time-bound groups. Delivery cycle is how we track performance and progress of your OKRs.
- [Objectives](https://docs.simpleokr.com/developer-api/api-reference/objectives.md): Objectives let you capture company, team or personal goals as part of the OKR process.
- [Key Results](https://docs.simpleokr.com/developer-api/api-reference/key-results.md): Key Results are quantitative metrics that let you track Objective's performance.


---

# 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.simpleokr.com/developer-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.
