# SRE.ai Documentation

## SRE.ai Technical Documents

- [Introduction](https://docs.sre.ai/readme.md): Explore SRE.ai’s technical documentation
- [SRE.ai TDX Demo](https://docs.sre.ai/sre.ai-tdx-demo.md)
- [Quickstart guide](https://docs.sre.ai/setting-up-sre.ai/quickstart.md): Learn how to set up SRE.ai
- [Salesforce Orgs](https://docs.sre.ai/setting-up-sre.ai/salesforce-orgs.md): Learn how to manage your Salesforce Orgs in SRE.ai
- [Integrations](https://docs.sre.ai/setting-up-sre.ai/integrations.md): Learn how to manage integrations with various third-party applications
- [Pipelines](https://docs.sre.ai/setting-up-sre.ai/pipelines.md): Learn about SRE.ai's Pipelines feature
- [Roles and permissions](https://docs.sre.ai/setting-up-sre.ai/roles-and-permissions.md): Learn how roles and permissions work in SRE.ai
- [Chat](https://docs.sre.ai/using-sre.ai/command-center.md): Learn about SRE.ai's Chat interface
- [How to talk to SRE.ai](https://docs.sre.ai/using-sre.ai/command-center/how-to-talk-to-sre-ai.md): Learn how to phrase requests effectively in SRE.ai's Chat interface
- [Prompt library](https://docs.sre.ai/using-sre.ai/command-center/prompt-library.md): Browse optimized prompts for common use cases
- [Agents](https://docs.sre.ai/using-sre.ai/agents.md): Learn about SRE.ai's agentic capabilities
- [Changes](https://docs.sre.ai/using-sre.ai/changes.md): Learn how to track and manage changes in SRE.ai
- [Automations](https://docs.sre.ai/using-sre.ai/automations.md): Learn about SRE.ai's Automations feature
- [Triggers](https://docs.sre.ai/using-sre.ai/automations/triggers.md): Learn about Triggers for Automations
- [Triggers customization](https://docs.sre.ai/using-sre.ai/automations/triggers/triggers-customization.md): Learn about the customizable parameters in each Trigger
- [Steps](https://docs.sre.ai/using-sre.ai/automations/steps.md): Learn about Steps for Automations
- [Steps customization](https://docs.sre.ai/using-sre.ai/automations/steps/steps-customization.md): Learn about the customizable parameters in each Step
- [Pipeline automation](https://docs.sre.ai/use-cases/pipeline-automation.md): Learn how SRE.ai can be used to facilitate pipeline automation
- [Environment management](https://docs.sre.ai/use-cases/environment-management.md): Learn how SRE.ai can be used to facilitate environment management
- [QA](https://docs.sre.ai/use-cases/qa.md): Learn how SRE.ai can be used to facilitate QA
- [Ticket to deploy](https://docs.sre.ai/use-cases/ticket-to-deploy.md): Learn how SRE.ai's agent chain delivers a Salesforce work item from ticket to deployed change
- [Code review and remediation](https://docs.sre.ai/use-cases/code-review-and-remediation.md): Learn how SRE.ai surfaces code and metadata quality issues and supports fixing them before they become technical debt
- [AI delivery standard](https://docs.sre.ai/use-cases/ai-delivery-standard.md): Learn how SRE.ai supports a governed, repeatable approach to AI-assisted Salesforce delivery
- [Salesforce troubleshooting](https://docs.sre.ai/troubleshooting/salesforce-troubleshooting.md)
- [Integrations troubleshooting](https://docs.sre.ai/troubleshooting/integrations-troubleshooting.md)
- [Contact support](https://docs.sre.ai/troubleshooting/contact-support.md)
- [Release management strategies](https://docs.sre.ai/best-practices/release-management-strategies.md): Learn about the principles that inform SRE.ai's Pipelines feature.
- [Security and compliance documents](https://docs.sre.ai/security-and-compliance/security-and-compliance-documents.md)
- [Technical Brief: Why We Use GitHub Apps Over OAuth](https://docs.sre.ai/technical-brief-why-we-use-github-apps-over-oauth.md)
- [Automations cookbook](https://docs.sre.ai/automations-cookbook.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.sre.ai/readme.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.
