# Getting Started

- [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


---

# 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.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.
