# Getting started

The API works with JSON request and responses. All request must contain the following headers:

* Accept: "application/json"
* Content-Type: "application/json"
* Authorization: "secret token received from SmartManSys"

Following resources are available through this API:

{% content-ref url="/pages/-LjQ853uZGTOF-33eoe\_" %}
[Job title resources](/recoures/job-title-resources.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LjQB8x7ukSSsDzVsXEF" %}
[Business unit resources](/recoures/business-unit-resources.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LjQdOu5ErhlrDene\_g-" %}
[User resources](/recoures/user-resources.md)
{% endcontent-ref %}


---

# 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.smartmansys.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.
