# Utility API Overview

{% hint style="info" %}
💬 **Need help?** If you're stuck, ask Eva on ATRIP for instant diagnostics.

<a href="https://www.atriptech.com/" class="button primary" data-icon="comments">Ask Eva</a>
{% endhint %}

Use this section for non-transactional APIs used by operations teams.

### Pages in this section

* [Balance](/api-document/readme/utility-api-overview/balance.md)
* [Email Query](/api-document/readme/utility-api-overview/email-query.md)
* [Route Export](/api-document/readme/utility-api-overview/route-export.md)
* [ATRIP Token](/api-document/readme/utility-api-overview/atrip-token.md)

### What this section covers

* Balance and finance checks
* Email lookups for operational workflows
* Route exports for reporting
* ATRIP token generation

### Main APIs

* `balance.do`
* `route/export.do`
* `queryMail.do`
* `getAtripToken.do`

### Use this when you need

* Operations and finance workflows
* Export route data
* Query email records
* Access ATRIP with generated tokens

### Full API reference

Use endpoint-level details here:

[Utility APIs](/api-document/api-reference/utility-apis.md)

### Related pages

* [Integration Guides](/api-document/readme.md)
* [Post-booking Overview](/api-document/readme/post-booking-overview.md)
* [Webhook Overview](/api-document/readme/webhook-overview.md)


---

# 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://resources.atriptech.com/api-document/readme/utility-api-overview.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.
