# API Reference

Dive into the specifics of each API endpoint by checking out our complete documentation.

## NFT

All methods associated with NFTs. This is what appears in feeds and marketplace:

{% content-ref url="/pages/rnvhIl4etrHs6la72mT5" %}
[NFT](/reference/api-reference/nft.md)
{% endcontent-ref %}

## User

Everything related to users:

{% content-ref url="/pages/6umM8mh0cGwrYRZxyFfL" %}
[User](/reference/api-reference/user.md)
{% endcontent-ref %}

## Collection

Everything related to Collection

{% content-ref url="/pages/Q1dCsWdEGbVXvL7VTmgj" %}
[Collection](/reference/api-reference/collection.md)
{% endcontent-ref %}

## Analytics

Everything related to analytics

{% content-ref url="/pages/TkPgqnQ0nklSun7L1CXy" %}
[Analytics](/reference/api-reference/analytics.md)
{% endcontent-ref %}


---

# 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.pentas.io/reference/api-reference.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.
