# Agentic Adoption & Security

- [Observability](https://docs.stackai.com/agentic-adoption-and-security/observability.md)
- [Analytics](https://docs.stackai.com/agentic-adoption-and-security/observability/analytics.md)
- [Manager](https://docs.stackai.com/agentic-adoption-and-security/observability/manager.md)
- [Evaluator](https://docs.stackai.com/agentic-adoption-and-security/observability/evaluator.md): Evaluate your agent's performance with a LLM-as-a-judge
- [Technical Considerations](https://docs.stackai.com/agentic-adoption-and-security/technical-considerations.md)
- [Whitelisting StackAI in Microsoft Entra](https://docs.stackai.com/agentic-adoption-and-security/technical-considerations/whitelisting-stackai-in-microsoft-entra.md)
- [Setting up your Google's OAuth2 Credentials](https://docs.stackai.com/agentic-adoption-and-security/technical-considerations/setting-up-your-googles-oauth2-credentials.md): This document instructs how to get your own OAuth2 credentials to use in Google Connections with user-provided credentials.
- [Scalability](https://docs.stackai.com/agentic-adoption-and-security/scalability.md)
- [Prompt Library](https://docs.stackai.com/agentic-adoption-and-security/scalability/prompt-library.md): The Prompt Library gives you an overview of your saved prompts and instructions.


---

# 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.stackai.com/agentic-adoption-and-security.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.
