# Statistics

- [Plugin](https://spaceone-dev.gitbook.io/spaceone-apis/statistics/plugin.md)
- [Storage](https://spaceone-dev.gitbook.io/spaceone-apis/statistics/plugin/storage.md)
- [V1](https://spaceone-dev.gitbook.io/spaceone-apis/statistics/v1.md)
- [History](https://spaceone-dev.gitbook.io/spaceone-apis/statistics/v1/history.md): A History is a record of data collection based on a Schedule.
- [Resource](https://spaceone-dev.gitbook.io/spaceone-apis/statistics/v1/resource.md): A Resource is a resource used for analysis on all microservices used in Cloudforet.
- [Schedule](https://spaceone-dev.gitbook.io/spaceone-apis/statistics/v1/schedule.md): A Schedule is a time schedule of when a User will use a query.
- [Storage](https://spaceone-dev.gitbook.io/spaceone-apis/statistics/v1/storage.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://spaceone-dev.gitbook.io/spaceone-apis/statistics.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.
