> For the complete documentation index, see [llms.txt](https://docs.usepylon.com/pylon-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.usepylon.com/pylon-docs/developer/api/api-reference.md).

# API reference

{% content-ref url="/spaces/9hXBoCTTNw5flARlUVJf/pages/p8ob9ltBUxVeCDOEzQwc" %}
[Accounts](/pylon-docs/developer/api/api-reference/accounts.md)
{% endcontent-ref %}

{% content-ref url="/spaces/9hXBoCTTNw5flARlUVJf/pages/zkunuHMRUjK6mOYh47nn" %}
[Activities](/pylon-docs/developer/api/api-reference/accounts/activities.md)
{% endcontent-ref %}

{% content-ref url="/spaces/9hXBoCTTNw5flARlUVJf/pages/mSs3V9GkSwG1G4pu3Uks" %}
[Attachments](/pylon-docs/developer/api/api-reference/attachments.md)
{% endcontent-ref %}

{% content-ref url="/spaces/9hXBoCTTNw5flARlUVJf/pages/emYuJXyC3M5DChYk9mE5" %}
[Audit Logs](/pylon-docs/developer/api/api-reference/audit-logs.md)
{% endcontent-ref %}

{% content-ref url="/pages/yEIkq0SEB2e8Y6CJQG06" %}
[Call Recordings](/pylon-docs/developer/api/api-reference/call-recordings.md)
{% endcontent-ref %}

{% content-ref url="/spaces/9hXBoCTTNw5flARlUVJf/pages/Fn8e14FVDqEuiHQsZihe" %}
[Contacts](/pylon-docs/developer/api/api-reference/contacts.md)
{% endcontent-ref %}

{% content-ref url="/spaces/9hXBoCTTNw5flARlUVJf/pages/QrYnEWrHiaSgcIyWkE8y" %}
[Custom Fields](/pylon-docs/developer/api/api-reference/custom-fields.md)
{% endcontent-ref %}

{% content-ref url="/spaces/9hXBoCTTNw5flARlUVJf/pages/NPfOcz5AucnSzTNb4yd7" %}
[Feature Requests](/pylon-docs/developer/api/api-reference/feature-requests.md)
{% endcontent-ref %}

{% content-ref url="/spaces/9hXBoCTTNw5flARlUVJf/pages/8mk22XjvSufBoIhiVhze" %}
[Issues](/pylon-docs/developer/api/api-reference/issues.md)
{% endcontent-ref %}

{% content-ref url="/spaces/9hXBoCTTNw5flARlUVJf/pages/cLw3xzUPs8vCI4qrTM8n" %}
[Knowledge Base](/pylon-docs/developer/api/api-reference/knowledge-base.md)
{% endcontent-ref %}

{% content-ref url="/pages/FcA8T03MTRzcZj7fOfgP" %}
[Macros](/pylon-docs/developer/api/api-reference/macros.md)
{% endcontent-ref %}

{% content-ref url="/spaces/9hXBoCTTNw5flARlUVJf/pages/i6GlmlCUqzMM2GQBYC2u" %}
[Me](/pylon-docs/developer/api/api-reference/me.md)
{% endcontent-ref %}

{% content-ref url="/spaces/9hXBoCTTNw5flARlUVJf/pages/WXJZeF2RWU9JlU8XaS15" %}
[Messages](/pylon-docs/developer/api/api-reference/messages.md)
{% endcontent-ref %}

{% content-ref url="/spaces/9hXBoCTTNw5flARlUVJf/pages/J3u4xERQ19Ulgu8kinn9" %}
[Surveys](/pylon-docs/developer/api/api-reference/surveys.md)
{% endcontent-ref %}

{% content-ref url="/spaces/9hXBoCTTNw5flARlUVJf/pages/cgZSbnp33YFUjq8njmdQ" %}
[Tags](/pylon-docs/developer/api/api-reference/tags.md)
{% endcontent-ref %}

{% content-ref url="/spaces/9hXBoCTTNw5flARlUVJf/pages/TS4Q3CMpn0VG8WaAmIQ6" %}
[Tasks & Projects](/pylon-docs/developer/api/api-reference/tasks-and-projects.md)
{% endcontent-ref %}

{% content-ref url="/spaces/9hXBoCTTNw5flARlUVJf/pages/YN3r0vUwL45G7PLJwcpn" %}
[Teams](/pylon-docs/developer/api/api-reference/teams.md)
{% endcontent-ref %}

{% content-ref url="/spaces/9hXBoCTTNw5flARlUVJf/pages/t1llW5l7qYW5zoGQe606" %}
[Ticket Forms](/pylon-docs/developer/api/api-reference/ticket-forms.md)
{% endcontent-ref %}

{% content-ref url="/spaces/9hXBoCTTNw5flARlUVJf/pages/sLfPSR9nrC9s0D6yjTT3" %}
[Training Data](/pylon-docs/developer/api/api-reference/training-data.md)
{% endcontent-ref %}

{% content-ref url="/spaces/9hXBoCTTNw5flARlUVJf/pages/576jZrA7Sv3RzDNyi1za" %}
[User roles](/pylon-docs/developer/api/api-reference/user-roles.md)
{% endcontent-ref %}

{% content-ref url="/spaces/9hXBoCTTNw5flARlUVJf/pages/xpfkv2w7B2bS4B4xQar4" %}
[Users](/pylon-docs/developer/api/api-reference/users.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.usepylon.com/pylon-docs/developer/api/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.
