# Sending data to your Encharge account

Getting your users and their activity from your app to Encharge is a great way to give super powers to your onboarding and retention efforts.&#x20;

There are three ways to get data in Encharge:&#x20;

* [Segment.com integration](#segment-com-integration)
* [Ingest API](https://docs.encharge.io/getting-started/connecting-your-app-to-encharge/ingest-api)
* [JavaScript tracking](https://docs.encharge.io/getting-started/connecting-your-app-to-encharge/javascript-event-tracking)

## Segment.com integration

Sending people and events through Segment works best for when your app already integrates with Segment.

To get started with sending your Segment events to Encharge, open [Your Apps](https://app.encharge.io/apps), and click on the Segment logo.

{% content-ref url="connecting-your-app-to-encharge/segment.com" %}
[segment.com](https://docs.encharge.io/getting-started/connecting-your-app-to-encharge/segment.com)
{% endcontent-ref %}

## Ingest API

The Ingest API lets you create/update people and submit events from your app's backend directly to Encharge.

{% content-ref url="connecting-your-app-to-encharge/ingest-api" %}
[ingest-api](https://docs.encharge.io/getting-started/connecting-your-app-to-encharge/ingest-api)
{% endcontent-ref %}

## JavaScript tracking

Track events that happen on your app's frontend or on your site using the Encharge Javascript tracking.&#x20;

{% content-ref url="connecting-your-app-to-encharge/javascript-event-tracking" %}
[javascript-event-tracking](https://docs.encharge.io/getting-started/connecting-your-app-to-encharge/javascript-event-tracking)
{% 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.encharge.io/getting-started/connecting-your-app-to-encharge.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.
