# Tutorials

These tutorials walk you through common production setup tasks in Umbraco, including external authentication and site maintenance.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Add Microsoft Entra ID Authentication</strong></td><td>Configure Microsoft Entra ID (Azure Active Directory) as a login provider for Umbraco members.</td><td><a href="/pages/Nc3j1YJPKi9pdXD4J9C4">/pages/Nc3j1YJPKi9pdXD4J9C4</a></td></tr><tr><td><strong>Add Google Authentication</strong></td><td>Set up Google OAuth as a login provider for Umbraco backoffice users.</td><td><a href="/pages/FKErCvgnBCseFiBW3Oau">/pages/FKErCvgnBCseFiBW3Oau</a></td></tr><tr><td><strong>Create a Custom Maintenance Page</strong></td><td>Display a custom maintenance page to site visitors during ongoing maintenance.</td><td><a href="/pages/fUVtvYnMn24LnXMQhFyn">/pages/fUVtvYnMn24LnXMQhFyn</a></td></tr></tbody></table>


---

# 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.umbraco.com/umbraco-cms/18.latest/run-in-production/tutorials.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.
