# Detailed Guides

- [Dashboard Overview](https://docs.firefly.ai/detailed-guides/dashboard-overview.md)
- [Cloud Asset Inventory](https://docs.firefly.ai/detailed-guides/cloud-asset-inventory.md)
- [Remediating Drifts](https://docs.firefly.ai/detailed-guides/cloud-asset-inventory/remediating-drifts.md)
- [Deleting Assets](https://docs.firefly.ai/detailed-guides/cloud-asset-inventory/deleting-assets.md)
- [Creating IaC-Ignore Rules](https://docs.firefly.ai/detailed-guides/cloud-asset-inventory/creating-iac-ignore-rules.md)
- [Creating Exclude-Drift Rules](https://docs.firefly.ai/detailed-guides/cloud-asset-inventory/creating-exclude-drift-rules.md)
- [Policy & Governance](https://docs.firefly.ai/detailed-guides/policy-and-governance.md)
- [Creating Policy-as-Code Governance Rules](https://docs.firefly.ai/detailed-guides/policy-and-governance/creating-policy-as-code-rules.md)
- [Rego Packages](https://docs.firefly.ai/detailed-guides/policy-and-governance/rego-packages.md)
- [Remediating Policy Violations](https://docs.firefly.ai/detailed-guides/policy-and-governance/remediating-policy-violations.md)
- [Workflows](https://docs.firefly.ai/detailed-guides/workflows.md)
- [Creating Projects](https://docs.firefly.ai/detailed-guides/workflows/creating-projects.md)
- [Creating Variable Sets](https://docs.firefly.ai/detailed-guides/workflows/creating-variable-sets.md)
- [Creating Workflows](https://docs.firefly.ai/detailed-guides/workflows/creating-workflows.md)
- [Path Configurations (Change-Based Triggers)](https://docs.firefly.ai/detailed-guides/workflows/path-configurations.md)
- [Creating Guardrail Rules](https://docs.firefly.ai/detailed-guides/workflows/creating-guardrail-rules.md)
- [Creating a Self-Hosted Runner Pool](https://docs.firefly.ai/detailed-guides/workflows/creating-self-hosted-runner.md)
- [AWS Authentication via IRSA](https://docs.firefly.ai/detailed-guides/workflows/creating-self-hosted-runner/self-hosted-runner-aws-irsa.md)
- [Triggering Workspace Deployment](https://docs.firefly.ai/detailed-guides/workflows/trigger-deploy.md)
- [Remote State Management](https://docs.firefly.ai/detailed-guides/workflows/remote-state-management.md)
- [SSH Private Module Access](https://docs.firefly.ai/detailed-guides/workflows/ssh-private-module-access.md)
- [Codification](https://docs.firefly.ai/detailed-guides/codification.md)
- [IaC Explorer](https://docs.firefly.ai/detailed-guides/iac-explorer.md)
- [Event Center](https://docs.firefly.ai/detailed-guides/event-center.md)
- [Deny Events](https://docs.firefly.ai/detailed-guides/event-center/deny-events.md)
- [Backup and Disaster Recovery](https://docs.firefly.ai/detailed-guides/backup-and-dr.md)
- [Audit Log](https://docs.firefly.ai/detailed-guides/audit-log.md)
- [SSO Configuration](https://docs.firefly.ai/detailed-guides/sso-configuration.md)
- [OIDC Provider](https://docs.firefly.ai/detailed-guides/oidc-provider.md)
- [Module Registry](https://docs.firefly.ai/detailed-guides/module-registry.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.firefly.ai/detailed-guides.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.
