# Limitations

At aviowiki, we believe that certain pieces of information are just public knowledge.

Although we take pride in accurately collecting, carefully curating, precisely storing and easily serving them, we still want to make such information available to the larger public for free.

The endpoints in this section can be accessed by anybody for free with no restrictions and no need for authentication.

For the security of our systems, we have some soft limits in place also on these endpoints. If you think you’re going to use more than what’s listed below, you can [issue yourself a free API token](https://app.aviowiki.com/user/tokens) that allows you to go beyond such restrictions.

These are your limits for free endpoints, without using an API token:

* Maximum of 750 requests every 60 minutes from a single IP address, and
* maximum of 7,500 requests every 24 hours from a single IP address.


---

# 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.aviowiki.com/free-endpoints/limitations.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.
