# Other

- [Localization Service](https://docs.extrahorizon.com/extrahorizon/services/other/localizations-service.md)
- [Language Codes](https://docs.extrahorizon.com/extrahorizon/services/other/localizations-service/language-code.md)
- [Template Service](https://docs.extrahorizon.com/extrahorizon/services/other/template-service.md): Use the template service to build templates that can be used to generate HTML mails or any other text-based format. Supports working with inputs, basic logic and localization/internationalization.
- [Helpers in Templates](https://docs.extrahorizon.com/extrahorizon/services/other/template-service/helpers-in-templates.md)
- [Localizations in Templates](https://docs.extrahorizon.com/extrahorizon/services/other/template-service/localizations.md)
- [Payments Service](https://docs.extrahorizon.com/extrahorizon/services/other/payments-service.md)
- [Subscriptions](https://docs.extrahorizon.com/extrahorizon/services/other/payments-service/subscriptions.md)
- [Stripe](https://docs.extrahorizon.com/extrahorizon/services/other/payments-service/stripe.md)
- [iOS App Store](https://docs.extrahorizon.com/extrahorizon/services/other/payments-service/ios-app-store.md)
- [Configurations Service](https://docs.extrahorizon.com/extrahorizon/services/other/configurations-service.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://docs.extrahorizon.com/extrahorizon/services/other.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.
