### Querying Documentation Source: https://docs.sre.ai/setting-up-sre.ai/quickstart Demonstrates how to query the documentation dynamically using an HTTP GET request with the `ask` query parameter. ```HTTP GET https://docs.sre.ai/setting-up-sre.ai/quickstart.md?ask= ``` -------------------------------- ### Querying Documentation Source: https://docs.sre.ai/security-and-compliance This example shows how to query the documentation dynamically using an HTTP GET request with the 'ask' query parameter. ```HTTP GET https://docs.sre.ai/security-and-compliance.md?ask= ``` -------------------------------- ### Example Usage of Agent Instructions Source: https://docs.sre.ai/using-sre.ai/automations/steps/steps-customization Demonstrates how to query the documentation dynamically using the `ask` query parameter in an HTTP GET request. ```HTTP GET https://docs.sre.ai/using-sre.ai/automations/steps/steps-customization.md?ask= ``` -------------------------------- ### Querying Documentation Source: https://docs.sre.ai/setting-up-sre.ai/pipelines Example of how to query the documentation dynamically using an HTTP GET request with the 'ask' query parameter. ```HTTP GET https://docs.sre.ai/setting-up-sre.ai/pipelines.md?ask= ``` -------------------------------- ### Query Documentation Source: https://docs.sre.ai/troubleshooting/contact-support Example of how to query the documentation dynamically using an HTTP GET request. ```HTTP GET https://docs.sre.ai/troubleshooting/contact-support.md?ask= ``` -------------------------------- ### Querying Documentation Source: https://docs.sre.ai/use-cases This example shows how to query the documentation dynamically by asking a question using an HTTP GET request with the `ask` query parameter. ```http GET https://docs.sre.ai/use-cases.md?ask= ``` -------------------------------- ### Querying Documentation Dynamically Source: https://docs.sre.ai/use-cases/qa This example shows how to perform an HTTP GET request to query the documentation dynamically with the 'ask' query parameter. ```HTTP GET https://docs.sre.ai/use-cases/qa.md?ask= ``` -------------------------------- ### Querying Documentation Dynamically Source: https://docs.sre.ai/setting-up-sre.ai This example shows how to perform an HTTP GET request to query the documentation dynamically using the `ask` query parameter. ```HTTP GET https://docs.sre.ai/setting-up-sre.ai.md?ask= ``` -------------------------------- ### Querying Documentation Dynamically Source: https://docs.sre.ai/using-sre.ai/automations Example of how to query the documentation dynamically using an HTTP GET request with the 'ask' query parameter. ```HTTP GET https://docs.sre.ai/using-sre.ai/automations.md?ask= ``` -------------------------------- ### Agent Instructions: Querying Documentation Source: https://docs.sre.ai/using-sre.ai/command-center/prompt-library Example of how to query the documentation dynamically using an HTTP GET request with the 'ask' query parameter. ```HTTP GET https://docs.sre.ai/using-sre.ai/command-center/prompt-library.md?ask= ``` -------------------------------- ### Querying Documentation Dynamically Source: https://docs.sre.ai/use-cases/code-review-and-remediation Example of how to perform an HTTP GET request to query the documentation with an 'ask' query parameter. ```HTTP GET https://docs.sre.ai/use-cases/code-review-and-remediation.md?ask= ``` -------------------------------- ### Querying Documentation Dynamically Source: https://docs.sre.ai/troubleshooting/salesforce-troubleshooting Example of how to query the documentation dynamically using an HTTP GET request with the 'ask' query parameter. ```HTTP GET https://docs.sre.ai/troubleshooting/salesforce-troubleshooting.md?ask= ``` -------------------------------- ### Agent Instructions: Querying This Documentation Source: https://docs.sre.ai/use-cases/environment-management Example of how to query the documentation dynamically using an HTTP GET request with the 'ask' query parameter. ```HTTP GET https://docs.sre.ai/use-cases/environment-management.md?ask= ``` -------------------------------- ### Querying Documentation Dynamically Source: https://docs.sre.ai/technical-brief-why-we-use-github-apps-over-oauth This example shows how to perform an HTTP GET request to query the documentation dynamically using the `ask` query parameter. ```HTTP GET https://docs.sre.ai/technical-brief-why-we-use-github-apps-over-oauth.md?ask= ``` -------------------------------- ### Export Configuration JSON Example Source: https://docs.sre.ai/using-sre.ai/automations/steps/steps-customization An example of the JSON format for the Export Configuration parameter, specifying which objects and records to export. ```json { "objects": [ { "name": "Account", "operation": "Retrieve" }, { "name": "Contact", "operation": "Retrieve" }, { "name": "Opportunity", "operation": "Retrieve", "where": "StageName = 'Won'" } ] } ``` -------------------------------- ### Querying Documentation Dynamically Source: https://docs.sre.ai/using-sre.ai/automations/triggers This example shows how to query the documentation dynamically by performing an HTTP GET request with an 'ask' query parameter to get specific information not explicitly present on the page. ```http GET https://docs.sre.ai/using-sre.ai/automations/triggers.md?ask= ``` -------------------------------- ### Querying Documentation Dynamically Source: https://docs.sre.ai/use-cases/ticket-to-deploy Example of how to query the documentation dynamically using the `ask` query parameter. ```HTTP GET https://docs.sre.ai/use-cases/ticket-to-deploy.md?ask= ``` -------------------------------- ### Querying Documentation Dynamically Source: https://docs.sre.ai/using-sre.ai/agents An example of how to query the documentation dynamically using an HTTP GET request with the 'ask' query parameter. ```HTTP GET https://docs.sre.ai/using-sre.ai/agents.md?ask= ``` -------------------------------- ### Querying Documentation Dynamically Source: https://docs.sre.ai/troubleshooting/integrations-troubleshooting Example of how to query the documentation dynamically using the `ask` query parameter. ```HTTP GET https://docs.sre.ai/troubleshooting/integrations-troubleshooting.md?ask= ``` -------------------------------- ### Querying Documentation Source: https://docs.sre.ai/troubleshooting Demonstrates how to dynamically query the documentation using an HTTP GET request with the 'ask' query parameter. ```HTTP GET https://docs.sre.ai/troubleshooting.md?ask= ``` -------------------------------- ### Querying This Documentation Source: https://docs.sre.ai/best-practices/release-management-strategies Perform an HTTP GET request on the current page URL with the `ask` query parameter to dynamically query the documentation. ```bash GET https://docs.sre.ai/best-practices/release-management-strategies.md?ask= ```