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

# Guides

- [Getting started](https://docs.prventi.com/guides/getting-started.md)
- [Login or create a new account](https://docs.prventi.com/guides/getting-started/login-or-create-a-new-account.md)
- [Create an organisation](https://docs.prventi.com/guides/getting-started/create-an-organisation.md)
- [Add learners](https://docs.prventi.com/guides/getting-started/add-learners.md): Before you can start your Baseline Phishing Campaign, you will need to add or import your team members as learners into your organization on Prventi.
- [Automatic learner provisioning](https://docs.prventi.com/guides/getting-started/add-learners/automatic-learner-provisioning.md)
- [Microsoft Entra ID automatic user provisioning](https://docs.prventi.com/guides/getting-started/add-learners/automatic-learner-provisioning/microsoft-entra-id-automatic-user-provisioning.md): This guide will walk you through the steps to configure automated provisioning for Prventi using Microsoft Entra, formerly known as Azure Active Directory.
- [Google Workspace user provisioning](https://docs.prventi.com/guides/getting-started/add-learners/automatic-learner-provisioning/google-workspace-user-provisioning.md)
- [Verify domain ownership](https://docs.prventi.com/guides/getting-started/verify-domain-ownership.md)
- [Allowlisting Prventi email servers](https://docs.prventi.com/guides/getting-started/allowlisting-prventi-email-servers.md): Phishing attack simulations allowlist and configuration settings.
- [Google Workspace Allowlisting](https://docs.prventi.com/guides/getting-started/allowlisting-prventi-email-servers/google-workspace-allowlisting.md): Phishing attack simulations allowlist and configuration settings for Google Workspace
- [Microsoft Office 365 Allowlisting](https://docs.prventi.com/guides/getting-started/allowlisting-prventi-email-servers/microsoft-office-365-allowlisting.md)
- [Mimecast Allowlisting](https://docs.prventi.com/guides/getting-started/allowlisting-prventi-email-servers/mimecast-allowlisting.md)
- [Send a delivery test email](https://docs.prventi.com/guides/getting-started/send-a-delivery-test-email.md)
- [Start a baseline phishing campaign](https://docs.prventi.com/guides/getting-started/start-a-baseline-phishing-campaign.md)
- [Invite team members to Prventi](https://docs.prventi.com/guides/getting-started/invite-team-members-to-prventi.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.prventi.com/guides.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.
