# Encharge Developers

## Encharge Developers

- [Developer Documentation](https://docs.encharge.io/master.md)
- [Sending data to your Encharge account](https://docs.encharge.io/getting-started/connecting-your-app-to-encharge.md): If you have a software product (SaaS) or a mobile app, you can bring in data from your app to Encharge automatically.
- [Ingest API](https://docs.encharge.io/getting-started/connecting-your-app-to-encharge/ingest-api.md)
- [JavaScript Event Tracking](https://docs.encharge.io/getting-started/connecting-your-app-to-encharge/javascript-event-tracking.md)
- [Segment.com Integration](https://docs.encharge.io/getting-started/connecting-your-app-to-encharge/segment.com.md): Connecting your App with Encharge via Segment.com
- [Getting Help](https://docs.encharge.io/getting-started/getting-help.md): Contact support and get help with Encharge
- [Personalizing Emails with Liquid](https://docs.encharge.io/sending-emails/personalized-emails-with-liquid.md)
- [Email Deliverability](https://docs.encharge.io/sending-emails/email-deliverability.md)
- [API Documentation](https://docs.encharge.io/api-documentation.md)
- [Overview](https://docs.encharge.io/transactional-email-api/overview.md): This supplementary API allows you to send transactional emails via Encharge.
- [Pricing](https://docs.encharge.io/transactional-email-api/overview/pricing.md)
- [Benefits and Features](https://docs.encharge.io/transactional-email-api/features.md): Explore all the nice things that the Encharge Transactional Email API can do for you
- [Technical Overview](https://docs.encharge.io/transactional-email-api/technical-overview.md)
- [Send an email from template](https://docs.encharge.io/transactional-email-api/send-an-email-from-template.md)
- [Send custom HTML email](https://docs.encharge.io/transactional-email-api/send-custom-html-email.md)
- [Send a plain-text email](https://docs.encharge.io/transactional-email-api/send-a-plain-text-email.md)
- [Authentication](https://docs.encharge.io/transactional-email-api/authentication.md)
- [Reference](https://docs.encharge.io/transactional-email-api/reference.md)
- [Sending to unsubscribed contacts](https://docs.encharge.io/transactional-email-api/sending-to-unsubscribed-contacts.md)
- [Activity Stream](https://docs.encharge.io/advanced/activity-stream.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.encharge.io/master.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.
