# Usage

The usage of Flylogs API requires acceptance of our [Terms and conditions](https://www.flylogs.com/static/legal).\
Get in [contact with our support team](https://www.flylogs.com/home/contact) to get the API service active on your company account.

**NOTES ABOUT THE API USAGE:**

* API access is limited to Premium and Unlimited Flylogs Account users.
* Access to the API has to be requested to the Flylogs Support team in order to be activated for your company.
* The API requires an existing active Flylogs user, the access level to features and functions will depend on the user type and its privileges.
* Every API requests requires an AUTHORIZATION BEARER token. The token is received from the Flylogs server on the login response.
* The token is destroyed on each login, logout or every 14 days, what ever happens first.
* API usage is limited and throttled. Any user abusing the system or performing an abusive number of requests will be banned from the system automatically for 14 days.

**Upon API service activation, you will have access to the docs in the** [**help site**](https://neo.flylogs.com/help/article/view/API/description.md) **of the NEO.**


---

# 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.flylogs.com/fcom/api-docs/usage.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.
