> 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/settings.md).

# Settings

- [Members](https://docs.sprinto.com/settings/members.md): Manage and control user access in Sprinto by adding, editing, or removing members and assigning appropriate roles.
- [Notifications](https://docs.sprinto.com/settings/notifications.md): Configure Sprinto notifications, channels, and recipients to ensure timely alerts for tasks, billing, and compliance activities.
- [Microsoft Teams Configuration](https://docs.sprinto.com/settings/notifications/microsoft-teams-configuration.md): Learn how to integrate Microsoft Teams with Sprinto to receive staff and admin task notifications directly in Teams.
- [Custom Fields](https://docs.sprinto.com/settings/custom-fields.md): Manage and create custom fields in Sprinto to capture and organise additional entity-specific data, enabling more efficient compliance and risk management.
- [Zones](https://docs.sprinto.com/settings/zones.md): Learn how to create, manage, and map workflow checks to Zones in Sprinto for streamlined control and framework management.
- [Zones for Azure Devops](https://docs.sprinto.com/settings/zones/zones-for-azure-devops.md)
- [Developer API](https://docs.sprinto.com/settings/developer-api.md): Learn how to use Sprinto’s Developer API to automate compliance tasks by securely transmitting security data from source applications in real time.
- [Scoring Methods](https://docs.sprinto.com/settings/scoring-methods.md): Define reusable scoring logic to evaluate controls consistently across Sprinto.
- [Sprinto AI](https://docs.sprinto.com/settings/sprinto-ai.md): Sprinto AI leverages advanced generative AI to streamline compliance, risk, and security workflows while maintaining high standards of safety, privacy, and transparency.
- [Activity Log](https://docs.sprinto.com/settings/activity-log.md): View, filter, and track all user and integration activities in Sprinto’s Activity log to monitor changes and maintain compliance.
- [Company](https://docs.sprinto.com/settings/company.md): Manage your organisation’s core details and products in Sprinto, including company profile, time zone, logo, and product URLs for audit scope.
- [Partner Integrations](https://docs.sprinto.com/settings/partner-integrations.md)
- [SSO Login](https://docs.sprinto.com/settings/sso-login.md): Configure Single Sign-On (SSO) in Sprinto to enable secure, centralised authentication for your organisation’s domains.
- [Tasks](https://docs.sprinto.com/settings/tasks.md): Automate ticket creation in your preferred task management system to streamline compliance-related workflows in Sprinto.
- [Approval Paths](https://docs.sprinto.com/settings/approval-paths.md): Configure and manage multi-step approval workflows for policies in Sprinto using Approval Paths with custom steps, approvers, and approval logic.
- [Automations](https://docs.sprinto.com/settings/automations.md): Learn how to create and manage automation rules in Sprinto to automatically trigger tasks, notifications, and workflows based on defined conditions and events.
- [Special Cases](https://docs.sprinto.com/settings/special-cases.md): Manage and filter special compliance exceptions in Sprinto for specific monitors and entities.
- [Billing](https://docs.sprinto.com/settings/billing.md): Manage Sprinto subscriptions, compare plans, and set up billing notifications to stay informed about payments and renewals.
- [Sprinto Plans and Feature Comparison](https://docs.sprinto.com/settings/billing/sprinto-plans-and-feature-comparison.md): Compare Sprinto’s subscription plans — Starter, Professional, Advanced, and Enterprise — to understand which features are available across modules like People, Policies, Risks, Vendors, Access, and mo
- [Sprinto Referral Program](https://docs.sprinto.com/settings/billing/sprinto-referral-program.md)
- [Custom Integrations](https://docs.sprinto.com/settings/custom-integrations.md): Easily connect your systems with custom integrations to keep entity data  automatically in sync
- [Steps to enable Status Checks under Azure Devops](https://docs.sprinto.com/settings/steps-to-enable-status-checks-under-azure-devops.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 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/settings.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.
