# AI Analysts

- [Creating an AI Analyst](https://docs.wobby.ai/ai-analysts/creating-an-agent.md)
- [Models](https://docs.wobby.ai/ai-analysts/creating-an-agent/models.md)
- [Instructions](https://docs.wobby.ai/ai-analysts/creating-an-agent/agent-instructions.md)
- [Access Management](https://docs.wobby.ai/ai-analysts/creating-an-agent/access-management.md): Control who can use this agent in Actian AI Analyst Explorer.
- [Configuration](https://docs.wobby.ai/ai-analysts/creating-an-agent/configuration.md)
- [Suggestions](https://docs.wobby.ai/ai-analysts/creating-an-agent/suggestions.md)
- [Saved Prompts](https://docs.wobby.ai/ai-analysts/creating-an-agent/saved-prompts.md): Build and manage your AI Analyst's library of reusable, org-wide prompt templates.
- [Monitoring](https://docs.wobby.ai/ai-analysts/monitoring.md): Track usage, review user sessions, and understand how your AI Analyst is being used
- [Traces](https://docs.wobby.ai/ai-analysts/monitoring/traces.md): View and inspect every conversation users have had with your AI Analyst
- [Analytics](https://docs.wobby.ai/ai-analysts/monitoring/analytics.md): Understand usage trends, active users, popular topics, and semantic layer coverage for your AI Analyst


---

# 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.wobby.ai/ai-analysts.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.
