# Technical Concepts

- [Authentication](https://docs.prioticket.com/key-concepts/technical-concepts/authentication.md): Ensure no spooky stuff happens
- [Idempotency](https://docs.prioticket.com/key-concepts/technical-concepts/idempotency.md): Two Generals' Problem
- [Fair-Use Policy & Rate Limiting](https://docs.prioticket.com/key-concepts/technical-concepts/fair-use-policy-and-rate-limiting.md): Understand Prioticket’s API usage policies, rate thresholds, and how to stay within fair limits.
- [Timeout Handling](https://docs.prioticket.com/key-concepts/technical-concepts/timeout-handling.md): Keep it synchronized
- [Error Handling](https://docs.prioticket.com/key-concepts/technical-concepts/error-handling.md): Oh no!
- [API versioning](https://docs.prioticket.com/key-concepts/technical-concepts/api-versioning.md): Never stop improving
- [Pagination](https://docs.prioticket.com/key-concepts/technical-concepts/pagination.md): Information Overload
- [Formats](https://docs.prioticket.com/key-concepts/technical-concepts/formats.md): Keep it consistent
- [Headers](https://docs.prioticket.com/key-concepts/technical-concepts/headers.md): Supplemental Data
- [Caching](https://docs.prioticket.com/key-concepts/technical-concepts/caching.md): Staying Fresh


---

# 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.prioticket.com/key-concepts/technical-concepts.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.
