# API Access

In order to access all functionality in the API you will need an `API key`. This key will provided to you by your [Customer Success Manager](mailto:support@loop54.com).

The API is divided in two sections, [user initiated](https://docs.loop54.com/latest/api/docs.html#tag/User-initiated) and [administrative](https://docs.loop54.com/latest/api/docs.html#tag/Administrative) calls. As the names suggest, the user initiated calls are typically triggered by users on your site and the administrative calls are calls that administer protected functionality that users should not have access to.


---

# 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.fact-finder.com/infinity/developer-guide/api-access.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.
