# Access Resources

In order to access a private project's resources over the API, you **must include a valid access token** in the `Authorization` header with each request:

`Authorization: Bearer {access_token}`

{% hint style="info" %}
Please note the entries are paginated by 50 at a time.
{% endhint %}

Examples:

* [JQuery](/api-authentication/access-resources/jquery.md)
* [PHP](/api-authentication/access-resources/php.md)
* [Axios](/api-authentication/access-resources/axios.md)
* [Fetch](/api-authentication/access-resources/fetch.md)


---

# 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://developers.epicollect.net/api-authentication/access-resources.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.
