> For the complete documentation index, see [llms.txt](https://loplat-loplat.gitbook.io/loplat-x-user-guide-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://loplat-loplat.gitbook.io/loplat-x-user-guide-en/usage-monitoring/sdk.md).

# SDK Status

SDK Usage Monitoring is a dashboard for the usage of SDKs installed in your app. You can check the summary of the number of active users and recognition places according to the set period.

<figure><img src="/files/wRfPDY8BiU9qZjwDzNMK" alt=""><figcaption></figcaption></figure>

* **Total number of SDK active users:** Number of unique SDK users counted through place recognition requests as of the specified date
* **A number of Unique Recognized Places and Number of SDK Active Users:** As of the designated date, the number of unique places that successfully requested place recognition and the number of unique SDK users.
* **Place Recognition 'Number of Requests' and 'Number of Successful Responses':** Based on the designated date, the number of requests aggregated through place recognition requests and the number of successful responses to place recognition.
* **'Store Awareness Ratio' to Place Recognition 'Number of Requests'**: Based on the designated date, the ratio of responses that succeeded in recognizing a place to the number of requests counted through place recognition requests
* **SDK active users per month**: Number of unique SDK users per month, aggregated through Place Awareness requests
* **Place Aware Success Responses by Month**: Number of responses per month that were successfully recognized through place recognition requests.


---

# 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 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://loplat-loplat.gitbook.io/loplat-x-user-guide-en/usage-monitoring/sdk.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.
