# Analyze & maintain

- [Activity log](https://docs.chatlayer.ai/bot-answers/activity-log.md)
- [Analytics definitions](https://docs.chatlayer.ai/bot-answers/definitions.md): Throughout our analytics, we use several key terms. Here are some important terms explained in more detail.
- [Data retention](https://docs.chatlayer.ai/bot-answers/data-retention.md)
- [Maintenance](https://docs.chatlayer.ai/bot-answers/maintenance.md)
- [Session](https://docs.chatlayer.ai/bot-answers/session.md)
- [Track events for analytics](https://docs.chatlayer.ai/bot-answers/track-events-for-analytics.md): Adding a Track event step to your bot will allow you to create custom dashboards and funnels to improve the analysis of your bot performance.


---

# 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.chatlayer.ai/bot-answers.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.
