> For the complete documentation index, see [llms.txt](https://docs.sprinto.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinto.com/getting-started.md).

# Getting Started

- [Why Sprinto](https://docs.sprinto.com/getting-started/quickstart.md): Sprinto enables businesses to streamline compliance operations effortlessly with automated workflows, real-time monitoring, and seamless integrations across security frameworks.
- [Setup Guide](https://docs.sprinto.com/getting-started/setup-guide.md): A step-by-step guide to getting started with Sprinto—set up your account, configure governance, build a security programme, and manage risks for complete compliance readiness.
- [Self‑Serve Dashboard](https://docs.sprinto.com/getting-started/self-serve-dashboard.md): Step‑by‑step, CTA‑driven guide to complete Sprinto’s SOC 2 Launchpad, generate your blueprint, and action policies, risks, and evidence.
- [Sprinto Policies](https://docs.sprinto.com/getting-started/self-serve-dashboard/sprinto-policies.md)
- [Acceptable Usage Policy](https://docs.sprinto.com/getting-started/self-serve-dashboard/sprinto-policies/acceptable-usage-policy.md)
- [Access Control Policy](https://docs.sprinto.com/getting-started/self-serve-dashboard/sprinto-policies/access-control-policy.md)
- [Business Continuity & Disaster Recovery Policy](https://docs.sprinto.com/getting-started/self-serve-dashboard/sprinto-policies/business-continuity-and-disaster-recovery-policy.md)
- [Code of Business Conduct Policy](https://docs.sprinto.com/getting-started/self-serve-dashboard/sprinto-policies/code-of-business-conduct-policy.md)
- [Communications & Network Security Policy](https://docs.sprinto.com/getting-started/self-serve-dashboard/sprinto-policies/communications-and-network-security-policy.md)
- [HR Security Policy](https://docs.sprinto.com/getting-started/self-serve-dashboard/sprinto-policies/hr-security-policy.md)
- [Incident Management Policy](https://docs.sprinto.com/getting-started/self-serve-dashboard/sprinto-policies/incident-management-policy.md)
- [Information Security Policy](https://docs.sprinto.com/getting-started/self-serve-dashboard/sprinto-policies/information-security-policy.md)
- [Media Disposal Policy](https://docs.sprinto.com/getting-started/self-serve-dashboard/sprinto-policies/media-disposal-policy.md)
- [Vendor Management Policy](https://docs.sprinto.com/getting-started/self-serve-dashboard/sprinto-policies/vendor-management-policy.md)
- [Asset Management Policy](https://docs.sprinto.com/getting-started/self-serve-dashboard/sprinto-policies/asset-management-policy.md)
- [Compliance Policy](https://docs.sprinto.com/getting-started/self-serve-dashboard/sprinto-policies/compliance-policy.md)
- [Operation Security Policy](https://docs.sprinto.com/getting-started/self-serve-dashboard/sprinto-policies/operation-security-policy.md)
- [Organization of Information Security Policy](https://docs.sprinto.com/getting-started/self-serve-dashboard/sprinto-policies/organization-of-information-security-policy.md)
- [Physical & Environmental Security Policy](https://docs.sprinto.com/getting-started/self-serve-dashboard/sprinto-policies/physical-and-environmental-security-policy.md)
- [System Acquisition & Development Lifecycle Policy](https://docs.sprinto.com/getting-started/self-serve-dashboard/sprinto-policies/system-acquisition-and-development-lifecycle-policy.md)
- [Access Control Procedure](https://docs.sprinto.com/getting-started/self-serve-dashboard/sprinto-policies/access-control-procedure.md)
- [Asset Management Procedure](https://docs.sprinto.com/getting-started/self-serve-dashboard/sprinto-policies/asset-management-procedure.md)
- [Business Continuity Plan](https://docs.sprinto.com/getting-started/self-serve-dashboard/sprinto-policies/business-continuity-plan.md)
- [Compliance Procedure](https://docs.sprinto.com/getting-started/self-serve-dashboard/sprinto-policies/compliance-procedure.md)
- [HR Security Procedure](https://docs.sprinto.com/getting-started/self-serve-dashboard/sprinto-policies/hr-security-procedure.md)
- [Incident Management Procedure](https://docs.sprinto.com/getting-started/self-serve-dashboard/sprinto-policies/incident-management-procedure.md)
- [Network Security Procedure](https://docs.sprinto.com/getting-started/self-serve-dashboard/sprinto-policies/network-security-procedure.md)
- [Physical & Environmental Security Procedure](https://docs.sprinto.com/getting-started/self-serve-dashboard/sprinto-policies/physical-and-environmental-security-procedure.md)
- [Software Development Lifecycle Procedure](https://docs.sprinto.com/getting-started/self-serve-dashboard/sprinto-policies/software-development-lifecycle-procedure.md)
- [Operations Security Procedure](https://docs.sprinto.com/getting-started/self-serve-dashboard/sprinto-policies/operations-security-procedure.md)
- [Vendor Management Procedure](https://docs.sprinto.com/getting-started/self-serve-dashboard/sprinto-policies/vendor-management-procedure.md)
- [Frequently Asked Questions (FAQs)](https://docs.sprinto.com/getting-started/frequently-asked-questions-faqs.md): Frequently asked questions about getting started with Sprinto, including setup time, framework changes, staff onboarding, integrations, and policy management.


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.sprinto.com/getting-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
