# Metica Documentation

## docs

- [Integration](https://docs.metica.com/api.md)
- [Get started with SmartFloors](https://docs.metica.com/api/verify-smartfloor-integration.md): Step-by-step guide for verifying SmartFloors integration with Metica SDK
- [Android SDK](https://docs.metica.com/api/android-sdk.md)
- [iOS SDK](https://docs.metica.com/api/ios-sdk.md)
- [Unity SDK](https://docs.metica.com/api/unity-sdk.md)
- [Unity SDK 2](https://docs.metica.com/api/unity-sdk/unity-sdk-2.md)
- [Unity SDK 1](https://docs.metica.com/api/unity-sdk/unity-sdk.md)
- [REST API](https://docs.metica.com/api/integration.md): Send data to and query Metica
- [UI Guides](https://docs.metica.com/uiguide.md): Get an overview of Metica's features and how to use them.
- [SmartFloors Integration Test UI](https://docs.metica.com/uiguide/sdk-integration-test.md): Placeholder for instructions on using the SDK Integration Test tool
- [SmartConfigs UI](https://docs.metica.com/uiguide/smart-config-ui.md): Step-by-Step Configuration Guide
- [Technical FAQ](https://docs.metica.com/uiguide/technical-faq.md)
- [Developer guides](https://docs.metica.com/developer-guides.md)
- [Getting Started](https://docs.metica.com/developer-guides/getting-started.md)
- [What is Metica?](https://docs.metica.com/readme-1.md)
- [SmartFloors](https://docs.metica.com/use-cases/smart-floor.md)
- [Unity SDK](https://docs.metica.com/get-started/unity-sdk.md)
- [Managing Holdout Users](https://docs.metica.com/get-started/unity-sdk/managing-holdout-users.md): This section explains how Metica’s integration works alongside your game’s ad logic, and how to handle holdout users correctly.
- [MMP integration](https://docs.metica.com/get-started/mmp-integration.md): Grant Metica access to your MMP for a free analysis
- [FAQs](https://docs.metica.com/references/faqs.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.metica.com/api.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.
