# AI & Automations

- [AI Agents (Beta)](https://docs.stackerhq.com/stacker-astra/ai-and-automations/ai-agents-beta.md): The complete platform for AI-powered operations
- [AI Agent Integrations](https://docs.stackerhq.com/stacker-astra/ai-and-automations/ai-agents-beta/ai-agent-integrations.md)
- [Setting up your AI agent](https://docs.stackerhq.com/stacker-astra/ai-and-automations/ai-agents-beta/setting-up-your-ai-agent.md): Stacker AI Agents do the heavy lifting, so you can focus on what matters most.
- [AI Agent persistent conversation IDs](https://docs.stackerhq.com/stacker-astra/ai-and-automations/ai-agents-beta/setting-up-your-ai-agent/ai-agent-persistent-conversation-ids.md): Maintain your agent even when you click away from a record or to keep consistency across teams.
- [Agent Triggers](https://docs.stackerhq.com/stacker-astra/ai-and-automations/ai-agents-beta/agent-triggers.md)
- [Operating Instructions](https://docs.stackerhq.com/stacker-astra/ai-and-automations/ai-agents-beta/operating-instructions.md): Tell your agent what to do (required)
- [Tools](https://docs.stackerhq.com/stacker-astra/ai-and-automations/ai-agents-beta/tools.md): Choose what tools your agent can engage with to complete tasks (required)
- [Skills](https://docs.stackerhq.com/stacker-astra/ai-and-automations/ai-agents-beta/skills.md): Write focused prompts for your agents (Optional)
- [Renderer](https://docs.stackerhq.com/stacker-astra/ai-and-automations/ai-agents-beta/renderer.md): Select the format of your agents output (optional)
- [History and Tasks](https://docs.stackerhq.com/stacker-astra/ai-and-automations/ai-agents-beta/history-and-tasks.md): Check your agents history and tasks to help troubleshoot.
- [Workflows (Beta)](https://docs.stackerhq.com/stacker-astra/ai-and-automations/workflows-beta.md): Create workflows from within Stacker to work with your AI Agents.
- [Common workflows](https://docs.stackerhq.com/stacker-astra/ai-and-automations/workflows-beta/common-workflows.md)
- [Integrations](https://docs.stackerhq.com/stacker-astra/ai-and-automations/integrations.md)
- [Zapier Integration](https://docs.stackerhq.com/stacker-astra/ai-and-automations/integrations/zapier-integration.md)
- [Make.com Integration](https://docs.stackerhq.com/stacker-astra/ai-and-automations/integrations/make.com-integration.md)
- [Open API Overview](https://docs.stackerhq.com/stacker-astra/ai-and-automations/open-api-overview.md)
- [Setup Guide](https://docs.stackerhq.com/stacker-astra/ai-and-automations/open-api-overview/setup-guide.md)
- [Authentication](https://docs.stackerhq.com/stacker-astra/ai-and-automations/open-api-overview/authentication.md)
- [Additional Headers](https://docs.stackerhq.com/stacker-astra/ai-and-automations/open-api-overview/additional-headers.md)
- [Field API names](https://docs.stackerhq.com/stacker-astra/ai-and-automations/open-api-overview/field-api-names.md)
- [Accounts, Stacks, Objects, Fields](https://docs.stackerhq.com/stacker-astra/ai-and-automations/open-api-overview/accounts-stacks-objects-fields.md)
- [Record Actions](https://docs.stackerhq.com/stacker-astra/ai-and-automations/open-api-overview/record-actions.md)
- [Action buttons](https://docs.stackerhq.com/stacker-astra/ai-and-automations/action-buttons.md)
- [Use an Action Button](https://docs.stackerhq.com/stacker-astra/ai-and-automations/action-buttons/use-an-action-button.md)
- [Create a page button on detail layout](https://docs.stackerhq.com/stacker-astra/ai-and-automations/action-buttons/create-a-page-button-on-detail-layout.md)
- [Action buttons in Sections](https://docs.stackerhq.com/stacker-astra/ai-and-automations/action-buttons/action-buttons-in-sections.md)
- [Edit an action button](https://docs.stackerhq.com/stacker-astra/ai-and-automations/action-buttons/edit-an-action-button.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://docs.stackerhq.com/stacker-astra/ai-and-automations.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.
