# Analytics

In Analytics menu, you can check out several statistics indexes for API project usage data and export them in .xlsx file format.

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

### 1. New Phrases by Category

* The number of newly added phrased by category for the set period. It means how many inferring has occurred.&#x20;
* If there are more than five categories, the top five categories are shown and the rest of it is summed as Others.&#x20;
* You can check the daily trend from the graph with the same title below.

####

### 2. Total Number of Phrases

* Total number of newly added phrases during the set period.

### 3. Training Phrases

* The number of phrases used for model training for the set period.&#x20;
  * You can check the daily trend from the graph with the same title below.

### 4. Tagged Phrases

* The number of phrases manually tagged by users from each channel.
  * You can check the daily trend from the graph with the same title below.

### 5. Inferred Phrases

* The number of phrases inferred by AI mdoel.
  * You can check the daily trend from the graph with the same title below.


---

# 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.allganize.ai/nlu-api-dashboard/analytics.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.
