# Overview

### Request and Response Formats

IntServ Access API is RPC-based. In general, requests uses HTTP POST and the JSON data format for request and response payloads. Requests is authorized using the `Authorization` header and an access token (see the [Authentication](/basics/authentication.md) section for more details).

### Date and Time Format

Date and time is always expressed in UTC, formatted according to ISO 8601, if nothing else is explicitly stated in the endpoint documentation.

Example: `2020-01-01T12:30:00Z`

### Summary of API Specifications

|                   |                  |
| ----------------- | ---------------- |
| Content type      | application/json |
| Encoding          | UTF-8            |
| Protocol / Scheme | HTTPS / TLS 1.2  |
| Date Time Format  | ISO 8601         |
|                   |                  |


---

# 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://apidocs.intserv.se/basics/overview.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.
