# TECH

- [Integration](https://docs.enable3.io/enable3/tech/integration.md)
- [SDK](https://docs.enable3.io/enable3/tech/integration/sdk.md): This page provides information how to integrate native Android or iOS SDK into your mobile app.
- [WebView](https://docs.enable3.io/enable3/tech/integration/webview.md): Once you will receive widget URL, you can show it in your app in webview
- [Public API for data access](https://docs.enable3.io/enable3/tech/integration/public-api-for-data-access.md)
- [Analytics Platform Integrations](https://docs.enable3.io/enable3/tech/integration/analytics-platform-integrations.md): Use behaviors tracked by Firebase or Amplitude as a basis for Rewards distribution, saving your team’s time and effort.
- [Endpoints](https://docs.enable3.io/enable3/tech/endpoints.md)
- [Callback](https://docs.enable3.io/enable3/tech/callback.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.enable3.io/enable3/tech.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.
