# Developer

- [API](https://docs.usepylon.com/pylon-docs/developer/api.md): Programmatic access to read and write data in Pylon
- [Authentication](https://docs.usepylon.com/pylon-docs/developer/api/authentication.md): How to authenticate with Pylon's API
- [Errors](https://docs.usepylon.com/pylon-docs/developer/api/errors.md): Handling errors from Pylon's API
- [API reference](https://docs.usepylon.com/pylon-docs/developer/api/api-reference.md): Documentation on available endpoints.
- [Accounts](https://docs.usepylon.com/pylon-docs/developer/api/api-reference/accounts.md)
- [Activities](https://docs.usepylon.com/pylon-docs/developer/api/api-reference/accounts/activities.md): Create custom activity types and write new activity onto accounts.
- [Files](https://docs.usepylon.com/pylon-docs/developer/api/api-reference/accounts/files.md): APIs for adding file attachments to accounts
- [Highlights](https://docs.usepylon.com/pylon-docs/developer/api/api-reference/accounts/highlights.md): APIs for adding highlights on accounts.
- [Attachments](https://docs.usepylon.com/pylon-docs/developer/api/api-reference/attachments.md)
- [Audit Logs](https://docs.usepylon.com/pylon-docs/developer/api/api-reference/audit-logs.md)
- [Call Recordings](https://docs.usepylon.com/pylon-docs/developer/api/api-reference/call-recordings.md)
- [Contacts](https://docs.usepylon.com/pylon-docs/developer/api/api-reference/contacts.md)
- [Custom Fields](https://docs.usepylon.com/pylon-docs/developer/api/api-reference/custom-fields.md)
- [Feature Requests](https://docs.usepylon.com/pylon-docs/developer/api/api-reference/feature-requests.md)
- [Issues](https://docs.usepylon.com/pylon-docs/developer/api/api-reference/issues.md)
- [Knowledge Base](https://docs.usepylon.com/pylon-docs/developer/api/api-reference/knowledge-base.md)
- [Macros](https://docs.usepylon.com/pylon-docs/developer/api/api-reference/macros.md)
- [Me](https://docs.usepylon.com/pylon-docs/developer/api/api-reference/me.md)
- [Messages](https://docs.usepylon.com/pylon-docs/developer/api/api-reference/messages.md)
- [Surveys](https://docs.usepylon.com/pylon-docs/developer/api/api-reference/surveys.md)
- [Tags](https://docs.usepylon.com/pylon-docs/developer/api/api-reference/tags.md)
- [Tasks & Projects](https://docs.usepylon.com/pylon-docs/developer/api/api-reference/tasks-and-projects.md)
- [Teams](https://docs.usepylon.com/pylon-docs/developer/api/api-reference/teams.md)
- [Ticket Forms](https://docs.usepylon.com/pylon-docs/developer/api/api-reference/ticket-forms.md)
- [Training Data](https://docs.usepylon.com/pylon-docs/developer/api/api-reference/training-data.md): Endpoints for managing training data sources used by Pylon AI.
- [User roles](https://docs.usepylon.com/pylon-docs/developer/api/api-reference/user-roles.md)
- [Users](https://docs.usepylon.com/pylon-docs/developer/api/api-reference/users.md)
- [External IDs](https://docs.usepylon.com/pylon-docs/developer/api/external-ids.md): Identifiers from external systems
- [Custom Apps](https://docs.usepylon.com/pylon-docs/developer/custom-apps.md)
- [Embedded Iframes](https://docs.usepylon.com/pylon-docs/developer/embedded-iframes.md): Pylon provides an out-of-the-box customizable iframe app that allows embedding of webpages within the issues and accounts view.
- [Webhooks](https://docs.usepylon.com/pylon-docs/developer/webhooks.md): Receive webhooks for various events happening in Pylon.


---

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